Reputation: 19128
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?
Upvotes: 0
Views: 3996
Reputation: 18586
You can dump a script to the page, using somthing like RegisterClientScriptBlock. But either way its going to involve a postback.
Hope that helps
Upvotes: 0