Setting MaxLength of TextArea and Mutli-Line Textbox

MaxLength property doesn’t work for multi-line text box and text area in ASP.Net. Using the JavaScript code given below, we can easily set the max […]

HTTP Pipeline

HTTP Pipeline  HTTP Pipeline        HttpContext • The HttpContext class models HTTP message exchange– Properties hold references to HttpRequest, HttpResponse, state […]