prevent postback of HtmlButton in C#

前端 未结 4 499
北恋
北恋 2021-01-15 16:41

I am creating HtmlButton dynamically in .cs file. Adding it to Panel using

HtmlButton b1 = new HtmlButton();
b1.Attribute.Add(\"onclick\",\"javascript:valid         


        
4条回答
提交回复
热议问题