jquery - Retrieve a small form and place it on an ASP.NET WebForm using AJAX -
jquery - Retrieve a small form and place it on an ASP.NET WebForm using AJAX -
i'm looking integrate little form asp.net page pops modal popup not loaded until window pops up.
basically, here steps:
have pre-existing asp.net form. user clicks button. a modal popup pops (using jquery - popup starts div style set display: none) the popup shown , "please wait" spinning circle thing spins while... an async phone call made server asking simple form.the simple form have textbox , button. controls asp.net controls (obviously run @ server , sent browser in readable html) and, after typing info textbox, force asp.net button , posts back, calls button1_click event , sends contents of textbox server.
my question is, can done without using asp.net ajax? can done using jquery or xmlhttprequest, instance, perform on .aspx page or web service, , render contents of page within modal popup?
ajax xmlhttprequest
makes life easier... , reply yes can done
here post http://stackoverflow.com/a/4657324/413670
jquery asp.net .net ajax webforms
Comments
Post a Comment