Click here to Skip to main content
15,898,134 members

Comments by SP HINGU (Top 23 by date)

SP HINGU 16-Apr-14 15:18pm View    
Deleted
this is my **Comment**
SP HINGU 17-Feb-14 5:19am View    
remove ' !important ' then it works
SP HINGU 13-Feb-14 7:40am View    
do you want to validate through model or custom client side javascript code?
for client side javascript validation you can simply check like this
$('#Month').val()==""
SP HINGU 11-Feb-14 4:46am View    
oh sorry its like this
onchange="$('#form0').submit();"
SP HINGU 11-Feb-14 4:16am View    
onchange event should be like this
onchange="('#form0').submit();"