Peter shows you how to make a Master-Detail page that will work right and save your users a lot of grief. While creating a Master-Detail page in ASP.NET using DataSources and DataViews is easy, ...
Developers can create buttons that launch new Websites from within a Web page, or they can make new website windows appear without user intervention. If your ASP.NET application needs to show a user a ...
Peter responds to a question: How, in an ASP.NET MVC form, can the user be given two submit Buttons that do two different things? In addition to doing development work for my clients and writing these ...
You need to get out of the ASP/CF mindset...<BR><BR>ASP.NET was <B>built from the ground up</B> with your scenario in mind. That's what PostBack events are for.<BR><BR>You code your form [using the ...