IE has always been giving us a hard time working with the web. 80% of the cross browser incompatibility issues are those which arise when we try to make our site run seamless in IE. However even this deviation has… Read more ›
Responsive design is a big buzz in the web world these days. Responsive design, put simply is just away to get the layout automatically adjust to the screen of the device which we are using which could be a pc,… Read more ›
When we are using form authenticaton in asp.net, the simple way to handle login is to set the form authentication cookie. A simple code snippet to do so is given below FormsAuthentication.SetAuthCookie(UserName.Text, RememberMe.Checked); This sets the user credentials to the… Read more ›