↧
Call a JavaScript function on ajax complete of update panel
If you’ve ever worked in asp.net you have probably ran into update panels (<asp:UpdatePanel></asp:UpdatePanel>) which is microsoft’s way of allowing ajax postbacks to occur for desktop...
View ArticleAccess MasterPage from Child Page, FindControl
Accessing a Master Page in ASP.Net can seem trivial for someone coming from an open source background. But once you start to understand the Massive helper methods that .NET provides it starts to get a...
View ArticleWAT is WAT?
What is WAT? WAT stand for Website Administration Tool which is provided by .net’s visual studio IDE. What does WAT do? WAT allows for a developer to easily setup roles, users, and access rules. There...
View Article