Here's a link to the form plugin, which makes ajax post virtually seemless: http://jquery.malsup.com/form/
Google ".ashx" to find info on that. However, you can postback to an .aspx page as well. Hth, Dave On Oct 23, 9:04 am, Topflysecurity <[email protected]> wrote: > thx for your replies.. > > @nsbk yes i figured that i could use the iframe, so i solved the issue > just like you wrote. > > @Fontzter you option seems to be great and i am very intrested in > that, could you maby post a link to a article with an example or maby > post some sample code how that could be done? i am not that into using > ajax yet and.ashx.. i keep saying that i should learn but never get > the time to do it.. > > once agin thanks > > On Oct 23, 2:51 pm, Fontzter <[email protected]> wrote: > > > You just need to postback via ajax. A hard postback will re-render > > the entire page. I use dialogs with the form plugin to do ajax post > > to .Net all the time. You should consider .ashx handlers though. > > > Hth, > > > Dave > > > On Oct 23, 5:39 am, Topflysecurity <[email protected]> wrote: > > > > hi. > > > > before i get into this i wonder if this is possible. i want to do a > > > dialog where i open a .aspx page and while the dialog is open i want > > > to be able to use buttons e.i i do some server side functionality. > > > this cause a postback so can it be done without that the dialog > > > close.. > > > > i would like it to be the jquery ui dialog cause i use it through my > > > page.. > > > any tips and suggestions how to achive this is welcome.. > > > > thanks --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~----------~----~----~----~------~----~------~--~---
