DropDownList1.Attributes.Add(
"onchange",
"if(this.value == '0')return false; if (!confirm('Do you want to continue?')) {this.value = '0'; return false};");
Onur
Özten
Bilgisayar Mühendisi & Yazılım Uzmanı
DropDownList1.Attributes.Add(
"onchange",
"if(this.value == '0')return false; if (!confirm('Do you want to continue?')) {this.value = '0'; return false};");