Top "Webforms" questions

Web Forms is a part of the ASP.

How can I get the parent page from a User Control in an ASP.NET Website (not Web Application)

Just as the subject asks. EDIT 1 Maybe it's possible sometime while the request is being processed to store a reference …

c# asp.net webforms user-controls
Radio buttons on Rails

Similar to this question: Checkboxes on Rails What's the correct way of making radio buttons that are related to a …

ruby-on-rails ruby webforms radio-button
How to fix ASP.NET error "The file 'nnn.aspx' has not been pre-compiled, and cannot be requested."?

I have a VS 2005 web site that I publish using "Publish Web Site", and I clear all the three checkboxes. …

asp.net deployment webforms
How do I disable all controls in ASP.NET page?

I have multiple dropdownlist in a page and would like to disable all if user selects a checkbox which reads …

c# webforms asp.net-controls
Concatenate text with Eval

How to concatenate static text in the start of Eval("") in asp.net?

asp.net webforms
Disable form submission via Enter key on only _some fields

I want to retain the conventional 'form submits when i press Enter' behavior because users are familiar with. But by …

jquery webforms
Get All Web Controls of a Specific Type on a Page

I have been pondering how I can get all controls on a page and then perform a task on them …

c# asp.net webforms
Page_Load is firing twice in ASP.NET page

Asp.net page_load function is loading twice.. hence it affects my page performance. Does anyone know the reason it …

asp.net webforms
ASP.NET using Bind/Eval in .aspx in If statement

in my .aspx I'm looking to add in an If statement based on a value coming from the bind. I …

c# if-statement eval bind webforms
jQuery Validation plugin in ASP.NET Web Forms

I would really like use the jQuery Validation plugin in my ASP.NET Web Forms application (not MVC). I find …

asp.net jquery validation webforms jquery-validate