AspDotNetAtoms.com provides daily updates on ASP.NET Tutorials, Programming Resources, .NET Articles, Authors and more.

Categories

Recent Posts

Cross Page Postback in ASP.Net 2.0 : Dipal Choksi

Monday, August 11 2008

In ASP.Net 2.0, cross-page post backs allow posting to a different web page, resulting in more intuitive, structured and maintainable code. In this article, we will explore the various options and settings for the cross page postback mechanism. To set a web form to post back to a different web form, in the source web form, set the PostBackURL property of a control that implements IButtonControl (eg. Button, ImageButton, LinkButton) to the target web form. When the user clicks on this button control, the web form is cross-posted to the target web form. No other settings or code is required in the source web form....

Read More:
Cross Page Postback in ASP.Net 2.0 : Dipal Choksi
Also See:
Friendly GridView Deletion Messages : Martin Millar
Make ASP.NET Speak Typed Text : Richard Bean
Formatting data in columns with ASP.NET's DataList control : Tony Patton
Adding and Responding to Buttons to a GridView : Scott Mitchell
Formatting the DataList and Repeater Based Upon Data : Scott Mitchell

Post your comment

Comment