For retrieving maxrequest length from web.config use following function: public int GetMaxLength() { HttpRuntimeSection httpRuntime = (HttpRuntimeSection)ConfigurationManager.GetSection("system.web/ht… more →
Nitin's weblogNitin wrote 1 month ago: For retrieving maxrequest length from web.config use following function: public int GetMaxLength() { … more →
Nitin wrote 3 months ago: Dim data As new ArrayList() Dim str() As String = data.ToArray(GetType(String)) … more →
Nitin wrote 11 months ago: Response.redirect(Request.url.ToString) … more →
Nitin wrote 12 months ago: First import System.IO and System.Net into the codebehind file of the page. Take a label on the page … more →
Nitin wrote 12 months ago: First import System.IO and System.Net into the codebehind file of the page. Take a label on the page … more →