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:
Working with WebParts Page, WebPart Zones & WebParts : Muhammad Mosa
Integrate Membership, Roles and Profile providers into your ASP.NET 2.0 Site : Peter Bromberg
DropDownList Inside The GridView Method 2 : AzamSharp
Formatting data in columns with ASP.NET's DataList control : Tony Patton
Adding support for styles : Bipin Joshi

Post your comment

Comment