string str= @"function test(){
alert('');}";
Page.ClientScript.RegisterClientScriptBlock(this.GetType()),
"test",str,true);
Button1.Attribues.Add("onmouseover","test();");
alert('');}";
Page.ClientScript.RegisterClientScriptBlock(this.GetType()),
"test",str,true);
Button1.Attribues.Add("onmouseover","test();");