about checkbox
Iam just at the very basic level of entering a boolean value(yes/no) for the check box cheked value in to a database with field check...for this Iam using a string variable checkvalue and proceeding like thisprivate sub submitbtn_click(.......)dim checkvalue as string=""if checkbox1.checked= true...
View Answer
| Apr 14 2008 11:00 PM GMT
| asked by
Anupamak15
VB.NET 2005, SQL Server, CheckBox


