Hello guys this is kind of crazy to ask but i need to know where to locate sqlDataAdapter, sqlConnectio, and datagrid i have looked all the tookbox all i have under data: is datagrdview,dataset, blindingnavigator, pointer, and bindingsource do anyone know where to find the listed item above please and thanks in advance.
oh sorry i'm using visual studio 2008 :)
Cman2020 0 Newbie Poster
Recommended Answers
Jump to PostSomething far away your question but I need to share it with you.
Show the toolbox IFF (if and only if) you need it, because every switch from document to document i.e aspx to aspx.cs to .asmx VS initializes the toolbox (and it slows down the VS) …
Jump to PostThank you Cman :)
Thank you too Serkan :)
All what you need, Cman is to identify sqlDataAdapter, and sqlConnection as global variables <- WHY?!
Because at VS 2003 days, those were components like OpenFileDialog and SaveFileDialog and they were identified globally but they (VS team at MSFT) enhanced ADO.NET …
Jump to PostIn later versions, no method called SetDataBinding
else { this.dataGridView.DataSource = ds; this.dataGridView.DataBind(); }
I don't know actually, it's called dataGridView or gridView or what but me and I refer to VS grid.
All 9 Replies
kvprajapati 1,826 Posting Genius Team Colleague
serkan sendur 821 Postaholic Banned Featured Poster
Ramy Mahrous 401 Postaholic Featured Poster
Cman2020 0 Newbie Poster
serkan sendur 821 Postaholic Banned Featured Poster
Ramy Mahrous 401 Postaholic Featured Poster
Cman2020 0 Newbie Poster
ddanbe 2,724 Professional Procrastinator Featured Poster
Ramy Mahrous 401 Postaholic Featured Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.