Click here to Skip to main content
15,921,941 members

Comments by rency1 (Top 1 by date)

rency1 11-Feb-11 2:08am View    
ScriptManager.RegisterClientScriptBlock(this, typeof(Page), "test", "alert('welcome');");
This code is giving Error
I have tried the below code
ScriptManager.RegisterClientScriptBlock(this, typeof(Page), "test", "alert('welcome');", true);