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
~518 People Reached
Favorite Forums
Member Avatar for Typhooncoder

Hi guys how do I sort out this error = "object reference not set to an instance of an object" try { String connection = "Data Source=(LocalDB)\\v11.0;AttachDbFilename=C:\\Users...."; SqlConnection conn = new SqlConnection(connection); SqlCommand db = new SqlCommand("select * from Tbl", conn); SqlCommandBuilder builder = new SqlCommandBuilder(da); ds = new DataSet(); …

Member Avatar for cgeier
0
212
Member Avatar for Typhooncoder

Hi Guys I have got 4 radio buttons on my form and & i am trying to match the text for these radiobuttons with a record in one of the database tables. Essentially I would like when the submit button is clicked to match if the selected or clicked radiobutton …

Member Avatar for cgeier
0
201
Member Avatar for Typhooncoder

I am some how new to c#. I am developing a windows forms application project wich contains a local database. There are 2 Buttons on the application form. One for the previous record and the other for for the next record when clicked. There is also a textbox that will …

Member Avatar for ddanbe
0
105