Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
2
Posts with Downvotes
1
Downvoting Members
2
0 Endorsements
~888 People Reached
Favorite Forums
Member Avatar for sivananda2009

please help me to solve this problem,i want to insert data by checking the multiple entries in my form and retrieve the same data, the check box must checked the corresponding field retrieved.

Member Avatar for ahamed.suhail
0
111
Member Avatar for sivananda2009
Member Avatar for sivananda2009

[CODE]private void insertbtn_Click(object sender, EventArgs e) { string name = textBox1.Text.ToString(); string course; for (int i = 0; i < checkedListBox1.CheckedItems.Count; i++) { course += checkedListBox1.CheckedItems[i].ToString() + " "; } string constring = "PROVIDER= MSDAORA;USER ID = SYSTEM; PASSWORD = mca"; string query = "insert into checkapp1 values('" + name …

Member Avatar for sknake
0
113
Member Avatar for sivananda2009

[B][COLOR="Red"]please help me. tell me how to show a table from sql database by button click event in my form[/COLOR][/B]

Member Avatar for sivananda2009
-2
149