Friday, December 5th, 2008
Posted in ASP.NET, IIS | 1 Comment, join in » |
Thursday, October 23rd, 2008
Posted in ASP.NET, IIS | No comments yet, be the first » |
Monday, October 20th, 2008
ASP.NET 2 includes the FileUpload control to make it easier to create pages that allow users to upload files. The default maximum file size is 4096 KB to minimize the potential for denial of service attacks. You can change the maximum file size by editing your configuration files (see for example http://msdn2.microsoft.com/en-US/library/system.web.configuration.httpruntimesection.maxrequestlength(VS.80).aspx and http://support.softartisans.com/kbview_825.aspx). The [...]
Continue reading about A better way of handling maxRequestLength exceptions »
Posted in ASP.NET, IIS | No comments yet, be the first » |
Thursday, October 9th, 2008
Posted in IIS | No comments yet, be the first » |
Wednesday, August 6th, 2008
Formatting columns in a GridView is relatively straightforward, once you know the appropriate format string. Here are the steps if you are using Expression Web, Visual Studio, or Visual Web Developer: Open the Task Pane of your GridView and select Edit Columns In the Selected Fields Box, select the column you want to edit Find [...]
Continue reading about Formatting columns in a GridView »
Posted in ASP.NET, eLearning, IIS, Monodroid | No comments yet, be the first » |