f i have three drop down - hours,minute and second how can combined value in single text-box or variable in hh:mm:ss format pleasetell me its very urgent
Can you paste the dropdowns HTML here?
Please note use Add Codr button to add code
Try this, Let me say i am having dropdown drop1 ,drop2, and drop3. And a button btnSubmit.
On the btnSubmit click event, use the code.
textbox1.text=drop1.selecteditem.text +":" + drop2.selecteditem.text +":" + drop3.selecteditem.text ;
Thanks.
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.