2012年3月10日土曜日

Run client script after Server script in update panel is processed

Hi,

try theUpdateProgressSignup control.


In your code behind, after your server code

Dim sAlertScript as String

sAlertScript ="alert("Update Complete!');"

Page.ClientScript.RegisterClientScriptBlock(Me.Page.GetType,"Alert", sAlertScript,True)


i wanted to do the same thing by running a script after the behind code

but i have been gut an unknown error message once it run the RegisterClientScriptBlock(..)

can u help me on this


Try this:

http://forums.asp.net/thread/1413701.aspx

0 件のコメント:

コメントを投稿