Dejan.S
Dejan.S

Reputation: 19128

trigger jQuery ui dialog from codebehind?

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

Answers (2)

kgiannakakis
kgiannakakis

Reputation: 104178

Read here.

Upvotes: 1

LiamB
LiamB

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

Related Questions