I am creating a webform in .netin which approximate 14 fields are there . I want to create a progress bar in the end of webform which will show the status of
The Problem I\'m trying to figure out the best way to submit data from your typical HTML form to a PHP file. The data looks something like this:
Is it possible to use the Razor engine (razorengine.codeplex.com) in a webforms webapplication? I\'m using files to define the templates e.g.
i am creating a webform in .net 2010. I have ajax cont开发者_JS百科rol tool kit in .net. Now i want to know is there any way to create a tinymce like rich editor in .net.
I have a form.For simplicity, let\'s say there\'s a list and you can pick from开发者_如何学Python the list and press Add, which appends the item in the list into an HTML element with hidden <input&
I have a user control on my web forms app and I need to reference a js file on the user control. I would like to add this js file at the bottom of the output html page but I don\'t know how to do it
I have two domains say X and Y, both are on different server with different IPs. Now the case is that on one page of domain X there is a Link which opens the pop-up of domain Y.
Respected sirs I am using a DropDownList control and binding it to a LinqDataSource. According to the selection of the mentioned DropDownList, I need to bind another DropDownList control.
I haven\'t used asp.net webforms in what seems like forever, and I am having the toughest time figuring out how to get a simple if/then statement to work.This is what I want to do:
So I\'m adding a step to the basic register user Wizard on the default register.aspx page in ASP.NET. I added the step into the markup and everything looks right, but when I load up the page in Chrome