Click here to Skip to main content
15,892,199 members

Comments by drstylo (Top 9 by date)

drstylo 21-Sep-12 7:15am View    
$("#ddlPA").get(0).selectedIndex

I found this online. This got me the selected index but i am not able to set it.
Example : $("#ddlPA").get(0).selectedIndex = 2 is not working. Please help in it.
drstylo 5-Dec-11 5:01am View    
thanks
drstylo 5-Dec-11 4:44am View    
yes sir so please help me in the code , how can i obtain it
drstylo 5-Dec-11 4:23am View    
i have a text box when i enter empcode there and on the basis of the empcode i search name which i am showing in a gridview
drstylo 5-Dec-11 4:18am View    
yes but not the empty row , see i have a table with name and emp no , when i clicked submit button the gridview shows record now i want that whenever next time i enter a different id and click submit his record should appear in next row , right now it shows only one row , do you understand what i mean to say?