Top "Webforms" questions

Web Forms is a part of the ASP.

ASP.NET Custom user control to add dynamically

I have hard time to modify a page that had a Custom User Control directly to the ASPX page and …

asp.net dynamic webforms user-controls
How can you set the selected item in an ASP.NET dropdown via the display text?

I have an ASP.NET dropdown that I've filled via databinding. I have the text that matches the display text …

c# asp.net webforms
How to avoid Page_Load() on button click?

I have two buttons, preview and Save. With help of preview button user can view the data based on the …

asp.net c#-4.0 webforms asp.net-4.0
Bundling resources via bundle.config vs BundleConfig.cs in ASP.NET 4.5 WebForms

Regarding ASP.NET 4.5's new System.Web.Optimization / Microsoft.AspNet.Web.Optimization: Can anyone explain the difference in the use …

asp.net webforms asp.net-4.5
Start Date - End Date validation using Compare Validator Misfires

I need my end date to be always greater than start date, I tried validation using CompareValidator. Code is as …

asp.net webforms comparevalidator
Best Practices for Passing Data Between Pages

The Problem In the stack that we re-use between projects, we are putting a little bit too much data in …

asp.net encryption query-string webforms
Can we use Razor syntax in ASP.NET Webforms (*.aspx pages)?

I'm liking the Razor syntax that Microsoft has developed for inline coding in their WebMatrix product (http://en.wikipedia.org/…

razor webforms
Combine ASP.Net MVC with WebForms

Is it possible to create a MVC root application (Portal with masterpages and themes) and add a couple of WebForms …

asp.net-mvc webforms master-pages sharing
programmatically add css class to ListItem

I need to produce with asp.net controls this structure, but ListItem doesn't allow add properties and classes. What is …

asp.net webforms listitem
Why does ASP.Net RadioButton and CheckBox render inside a Span?

I would expect this: <asp:CheckBox ID="CheckBox1" runat="server" CssClass="myClass" /> <asp:RadioButton ID="RadioButton1" runat="…

asp.net webforms