A sample case scenario - I have a form with one question and multiple answers as checkboxes, so you can choose more than one. Table for storing answers is as below:
I\'m creating a wizard-based series of forms for taking user inputs. One of the requirements for that wizard is that the script (PHP) cannot save the inputs into the database (MySQL) until the user cl
I have a simple ASP.NET web form as below: <form id=\"form1\" runat=\"server\"> <asp:TextBox ID=\"txt\" runat=\"server\"></asp:TextBox>
Here is the issue... I am adding some silverlight 3 controls to an ASP.Net Web Forms application. The silverlight application\'s height can change based on the amount of data in it. The application i
I am trying to have a way of confirming the information entered before actually saving itto the DB Considered making an individual confirmation page as discussed here
I have a web form such as mysite.com/list.aspx?state=florida&city=miami that I want users to browse using mysite.com/florida/miami/ and I\'m using routing to do so.Then instead of using query stri
I have an ASP.NET webforms site that is used mainly for managing data.One of the tables basically has name/value (string/string) data (no type information, just strings).
开发者_高级运维I\'m drawing an image and outputing it to web page using the following code: Bitmap image = new Bitmap(350, 350);
We have a massive client facing web application here.We recently re-wrote the buy online experiance to make it quicker.My suggestion of using ASP.Net-MVC was not taken on board as I\'m kinda the only
Is JQ开发者_开发知识库uery more suited to MVC than WebForms or it doesn\'t matter? I am planning to use JQuery heavily. I haven\'t seen it mentioned yet, but the big difference regarding JQuery is tha