I m new to asp.net , ajax
i want to open a popup box like window form to enter data and want to save button on it.
How can i do this?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Posted Oct 13, 2010, 2:06 AM
http://www.codeproject.com/KB/ajax/ASPModalInAction.aspx
http://www.asp.net/ajax/ajaxcontroltoolkit/samples/modalpopup/modalpopup.aspx
http://www.dotnetcurry.com/ShowArticle.aspx?ID=285&AspxAutoDetectCookieSupport=1
http://www.asp.net/ajax/videos/how-do-i-use-the-aspnet-ajax-modalpopup-extender-control
Koteswararao MallisettiPosted Oct 13, 2010, 1:53 AM
the code for this is
here
target control id is which control is trigger the showing of the popup window
popupcontrolID : which is the control to show when the action is happen generally for this we take panel control in this panel we design as you like
canCelControlID : this property is used to set the control to closed the open popupwindow
backgroundCss: the css which is apply the main window when the popup is shown