combo box
C#
3
Posts
2
Posters
0
Views
1
Watching
-
hi, how to insert the item chosen from the combo box to a database table? regards:)
jing
-
hi, how to insert the item chosen from the combo box to a database table? regards:)
jing
Obtain the selected text using Text Property of the DropDownList in the Change Event. Then update obtained text in the database.
Regards, Arun Kumar.A
-
Obtain the selected text using Text Property of the DropDownList in the Change Event. Then update obtained text in the database.
Regards, Arun Kumar.A
hi, alright thanks, il try it... regards:)
jing