ASP.NET
Categories » Programming » .NET Programming » ASP.NET » ASP.NET
Categories » Programming » Web Programming » ASP.NET » ASP.NET
Categories » Programming » Web Programming » ASP.NET » ASP.NET
Contents |
Page Life Cycle
Page_Load vs. Page_Init
Page_Init and Page_Load fire for every request into the page. The main difference is that in Page_Init upon a postback, the controls have not yet been loaded with the post data
This info and more here.
AJAX
Working with Resources in .net