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"
/>
code behind code:
protected void LoginButton_click(object sender, EventArgs e)
{//some code here
}
No comments:
Post a Comment