开发者

jquery dialog in asp.net initialise dialog with serverside call

开发者 https://www.devze.com 2022-12-11 07:08 出处:网络
I\'m really trying to get to grips with this jquery. What i want to do is load 开发者_如何学Pythona jquery dialog but before it loads i need to do some server side processing and bind a datalist insi

I'm really trying to get to grips with this jquery.

What i want to do is load 开发者_如何学Pythona jquery dialog but before it loads i need to do some server side processing and bind a datalist inside the dialog.

I have know idea how to do this?


For making a server call, you should use one of the ajax functions (http://docs.jquery.com/Ajax). You can then implement callback function which opens the dialog (http://docs.jquery.com/UI/Dialog).


You could also load an url in the dialog box. This url could be another asp.net page.

0

精彩评论

暂无评论...
验证码 换一张
取 消