Browse by Tags
SmartNavigation can be set to true on your ASP.NET webform so that when postbacks occur , the page when rendered back to the browser, will navigate back to the control that caused the postback. But SmartNavigation can be problematic especially when dynamically
Read More...
A couple of months ago, I had to quickly develop an ASP.NET framework. I incorporated parts of a Windows .NET framework that I had previously worked on. The basic premise being that a Windows .NET Form and an ASP.NET WebForm are both event driven and
Read More...