Kamis, 24 Juni 2010

How to show your messagebox inside update panel on asp.net

Here type this code for your messagebox on asp.net :

Dim strScript As String = ""
ScriptManager.RegisterClientScriptBlock(Me, GetType(Page), "alert", strScript, False)

Tidak ada komentar:

Posting Komentar