Pages

Monday, 19 September 2011

ASP.NET, C# and .NET: Working with Modal Popup extender control.

ASP.NET, C# and .NET: Working with Modal Popup extender control.
hello Sandeep

This is my code to using ajax pop up extender.

front end code on materpage:


PopupControlID="Panel1" EnableViewState="false"
Position="Bottom"
/>









ValidationGroup="LoginUserValidationGroup"/>







New User







code behind code:

protected void LoginButton_click(object sender, EventArgs e)

{//some code here


}