↧
Developing lightweight markup using ASP.NET (or WebForms without forms)
There are times when I really like ASP.NET and times when I don't. Usually the times that I don't are when I don't have as much control over the final HTML markup as I would like, or when I look at the...
View ArticleFile uploading with ASP.NET HtmlForms
Following up on my previous article about ASP.NET HtmlForms, this sample code illustrates how to handle file uploads. As you can see the usual ASP.NET server side methods work perfectly well even if...
View ArticleASP.NET What Server Side controls require a Server Form
This is a list of ASP server side controls that require or do not require to be nested inside of a server form (form runat="server").RequiresDoes not Require asp:Label asp:HyperLinkasp:TextBox...
View Article