protected void Page_Load(object sender, EventArgs e) { if (!IsPostBack) { btnSend.Attributes.Add("onclick", "return fnTest()"); } }
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)