Click here to Skip to main content
15,894,539 members

Comments by suren.info (Top 6 by date)

suren.info 27-May-11 1:42am View    
I hope this is the proper coding for this question
suren.info 27-May-11 0:56am View    
You can do this.

For each loop can be replaced either with cursors, or table parameters with identical column or proper select query with insert statement following it. You can try this with anyone of this approach.
suren.info 26-May-11 2:01am View    
i voted 4 for it. :) If you keep the dropdown display as "block", then you cannot keep any control next to it on the same row. Instead use myDropdown.Style.Add("display","inline")
suren.info 24-May-11 0:39am View    
It Works :)
suren.info 19-May-11 6:04am View    
I have a dropdown which is hidden, but i have to do some functionality with the the dropdown selected value in javascript.