Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~2K People Reached
Favorite Forums
Favorite Tags
Member Avatar for bernardz26

Good day!. I have here a form in vb.net. It contain a groupbox named question and it has a 5 radio buttons. My problem is if i choose my answer in a radio buttons, how it can show the answer in my sql database? please help me. :(

Member Avatar for gmmorpheus
0
1K
Member Avatar for bernardz26

Hello programmers!. i have here a form2 i want to view the data's by using a vscroll bars. but when i drag the tool vscrollbars. it cannot go up and down. can anyone help me. :(

Member Avatar for Begginnerdev
0
58
Member Avatar for bernardz26

Good Day!. Im, a new programmer. I want that the value of my textbox6 in form1 will add to the value of the textbox6 in form2. can anyone help me. :(

Member Avatar for Mitja Bonca
0
106
Member Avatar for bernardz26

Good day vb.net programmers!. I have here a combobox1 named choosename in form1. then i have a 10 textboxes named answers in form2. I want that if i choose from the combobox1 the textboxes answers of form2 to will link to it. and it save into my sql database. can …

Member Avatar for M.Waqas Aslam
0
126
Member Avatar for bernardz26

Good day!. I want to save my textbox to my sql database. this is my code: Dim con As New SqlConnection Dim cmd As New SqlCommand Try con.ConnectionString = "Data Source=.\SQLEXPRESS;AttachDbFilename=|DataDirectory|\dbEvaluation.mdf;Integrated Security=True;Connect Timeout=30;User Instance=True" con.Open() cmd.Connection = con cmd.CommandText = "INSERT INTO Comment([Comment]) VALUES ('" & TextBox1.Text & "')" cmd.ExecuteNonQuery() …

Member Avatar for M.Waqas Aslam
0
86
Member Avatar for bernardz26

Hello programmers!. Please help me. :( I have here a combobx1 that has a value of Mr.A and Mr.B. want that if i choose from my combobox1 the selected value will go to my sql database.

Member Avatar for M.Waqas Aslam
0
118
Member Avatar for bernardz26

Good Day!. I have a big problem. I have here a combobox1 in form1, combobox1 has a value of Mr.A and Mr.B. and the form2 has a evaluation question with 5 radiobuttons. I want that if i choose from that combobox1. The form2 will know who i choose, and when …

Member Avatar for chewmp
0
111
Member Avatar for bernardz26

Good day!. I have here a SQL database named Database1 and it has a tables (StudentID, Student name, Age, Gender,) vb.net and i want that if i input a records in vb.net it automatic save to sql database. Help me please.

Member Avatar for bernardz26
0
237
Member Avatar for bernardz26

Hi, I am a new programmer of vb.net. My combobox1 has a value of name1, name2, name3, and i want that if the user already choose name1, he/she cant re use that name1 again. and that is autosaved to sql database. help me please!

Member Avatar for Reverend Jim
0
88