Windows Develop Bookmark and Share   
 index > Windows Forms Data Controls and Databinding > SqlDataAdapter Control
 

SqlDataAdapter Control

Hi EveryBody,
The Book MCTS asks me to add sql data adapter control from toolbox in VC# 2005 enviroment but i still can not find it in toolbox what should i do to add it to my toolbox

thanx
Majd Yafi  Wednesday, February 06, 2008 1:07 PM

1. Right click any place in Toolbox and click "Choose Items..." in the popup menu.
2. Find "SqlDataAdapter" in the popup dialog and check it.
3. Click "OK"

You'll find it in your toolbox.

Hooray Hu  Thursday, May 08, 2008 7:37 AM

1. Right click any place in Toolbox and click "Choose Items..." in the popup menu.
2. Find "SqlDataAdapter" in the popup dialog and check it.
3. Click "OK"

You'll find it in your toolbox.

Hooray Hu  Thursday, May 08, 2008 7:37 AM

Did my respone resolved your problem?
Hooray Hu  Thursday, May 29, 2008 8:27 AM

thank you very much every thing is ok now.

i want to ask you another question : what is the best way to connect C# app client to SQl Server on the server.

Majd Yafi  Thursday, May 29, 2008 11:35 PM

Actually it depends, huh? ^_^

If you want to build an app as soon as possible, SqlDataAdapter is a great choice. And if you want to apply the N-Tier architecture or something object oriented, LINQ to SQL or some other O-R mapping framework are good choices.

For more information about LINQ to SQL, you could visit http://msdn.microsoft.com/en-us/library/bb386976.aspx

Hooray Hu  Friday, May 30, 2008 7:09 AM
I'm using vs2008.

When I tried to add the sqldataadapter to my tool list, I followed the instructions you provided, and checked the box... however, it does NOT appear in the toolbox, even if I save VS and reopen. If I try again to add the control, it shows as checked, but still doesn't appear in the toolbox.
  • Proposed As Answer bystumerdem Tuesday, September 29, 2009 7:59 PM
  •  
RandyBlackburn  Sunday, June 22, 2008 4:53 PM
I'm using vs2008.

When I tried to add the sqldataadapter to my tool list, I followed the instructions you provided, and checked the box... however, it does NOT appear in the toolbox, even if I save VS and reopen. If I try again to add the control, it shows as checked, but still doesn't appear in the toolbox.
Hi,
Try right click any place in toolbox than select "Show All". It displays all of items even unavailable ones. Expand the All Windows Forms and find the "sqldataadapter" and drag it and drop to under "Data" Menu.
stumerdem  Tuesday, September 29, 2009 8:02 PM

You can use google to search for other answers

Custom Search

More Threads

• Show text in text box based on selection from combo box
• How can we show combobox in vsflex in vb.net
• TextBox bound to varchar still getting padded with spaces
• Master Detail binding problem
• DataGridView new row at first position
• data binding issue
• Convert to UPPER when leaving the cell in a datagridview
• Binding DataGridView to a DataTable - skipping binding some of the columns in the DataTable
• hooking RowState changes in a complex databindind scenario
• Inline controls in a DataGrid or ListView