Drop downList
ASP.NET
3
Posts
2
Posters
0
Views
1
Watching
-
Hi to All, I want to check Null Values in DropDownList Using Javascript. Or How to Get values of Html server controls values in Javascript Mohan Balal
-
function getVal() { //ddl1 is asp:DropDownList var a = document.getElementById('<%=ddl1.ClientID%>'); alert(a[0].text);//Text shown to user // alert(a[0].value);//Index }
"If our Mind can, the Program can !!"