tags:

views:

142

answers:

2

i wonder how i could trigger jquery ui dialog from codebehind? reason i need to do this is i need to save a file before i make the jquery call. is it possible?

A: 

You can dump a script to the page, using somthing like RegisterClientScriptBlock. But either way its going to involve a postback.

Hope that helps

Pino
+1  A: 

Read here.

kgiannakakis
great article. thanks
Dejan.S