Browse by Tags

Setting focus back to the control that caused the PostBack in an ASP.NET Form

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...

Developing an ASP.NET Framework From a Windows Forms .NET Perspective.

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...