How to use AJAX in asp net Web form

 Whether we like it or not, but the requirements change over time and the Web for Developers and Architects changes with the requirements and this time the AJAX technology has been developed to make changes to the Web, Rich Internet Applications and Rich User Experience is being used as the main technology to develop. The … Read more

Understand ASP.NET ViewState in Web Forms

 View State is a Dictionary Structure, which is used by ASP.NET to preserve the state of various child controls of the webpage during postback. View State plays a very important role in implementing the postback model of ASP.NET discussed in the previous section. Because Stateful-ness is not possible in ASP.NET web applications without using View … Read more