473,323 Members | 1,570 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,323 software developers and data experts.

Can someone point me to a bound Datagrid plus edit control tutorial???

I am using typed datasets in an N-Tier Windows app using VB.NET.

I know this posting cannot be fully explained in a single post that is why I
am asking for someone to point me to a real world tutorial (in vb.net) that
can show me how to use a bound Datagrid to it's fullest potential. I need to
utilize the bound Datagrid in two modes. One were a bound Datagrid can be in
edited directly utilizing bound combos and textbox right on the grid, AddNew
etc.

The second where the bound Datagrid is bound to a set of controls in another
pane below it where you click on a particular row and those bound controls
are filled, AddNew, etc.

I have looked all over and can't find anything that adequately explains what
I want to do. I have tried myself with only moderate success and I am really
just spinning my wheels right now.

Thnak in advance.
Nov 20 '05 #1
4 1342
look to http://www.syncfusion.com/FAQ/WinForms/default.asp#44

Rajesh Patel
"Aaron Ackerman" <no@spam.com> wrote in message
news:ua**************@TK2MSFTNGP10.phx.gbl...
I am using typed datasets in an N-Tier Windows app using VB.NET.

I know this posting cannot be fully explained in a single post that is why I am asking for someone to point me to a real world tutorial (in vb.net) that can show me how to use a bound Datagrid to it's fullest potential. I need to utilize the bound Datagrid in two modes. One were a bound Datagrid can be in edited directly utilizing bound combos and textbox right on the grid, AddNew etc.

The second where the bound Datagrid is bound to a set of controls in another pane below it where you click on a particular row and those bound controls
are filled, AddNew, etc.

I have looked all over and can't find anything that adequately explains what I want to do. I have tried myself with only moderate success and I am really just spinning my wheels right now.

Thnak in advance.

Nov 20 '05 #2
#44 doesn't refer to what I need.
"Rajesh Patel" <rd****@hotmail.com> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
look to http://www.syncfusion.com/FAQ/WinForms/default.asp#44

Rajesh Patel
"Aaron Ackerman" <no@spam.com> wrote in message
news:ua**************@TK2MSFTNGP10.phx.gbl...
I am using typed datasets in an N-Tier Windows app using VB.NET.

I know this posting cannot be fully explained in a single post that is why
I
am asking for someone to point me to a real world tutorial (in vb.net) that
can show me how to use a bound Datagrid to it's fullest potential. I

need to
utilize the bound Datagrid in two modes. One were a bound Datagrid can
be in
edited directly utilizing bound combos and textbox right on the grid,

AddNew
etc.

The second where the bound Datagrid is bound to a set of controls in

another
pane below it where you click on a particular row and those bound

controls are filled, AddNew, etc.

I have looked all over and can't find anything that adequately explains

what
I want to do. I have tried myself with only moderate success and I am

really
just spinning my wheels right now.

Thnak in advance.


Nov 20 '05 #3
Hi Aaron,

I cannot find such specific code samples or tutorials. However, in MSDN
there's a code example, which is an N-Tier Windows app using VB.NET. It's
using an untyped dataset. But I don't think there's much difference in
between typed and untyped datasets when binding to a datagrid.

Please try to refer to the following link to download the code example.

http://msdn.microsoft.com/library/de...us/dnvssamp/ht
ml/vbcs_N-TierDataFormandDataLayer.asp

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."

--------------------
| From: "Aaron Ackerman" <no@spam.com>
| Subject: Can someone point me to a bound Datagrid plus edit control
tutorial???
| Date: Mon, 13 Oct 2003 11:08:47 -0400
| Lines: 20
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
| Message-ID: <ua**************@TK2MSFTNGP10.phx.gbl>
| Newsgroups:
microsoft.public.dotnet.general,microsoft.public.d otnet.languages.vb,microso
ft.public.dotnet.languages.vb.controls,microsoft.p ublic.dotnet.languages.vb.
data
| NNTP-Posting-Host: ric-64-83-27-134-serial-sta.t1.cavtel.net 64.83.27.134
| Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTN GP10.phx.gbl
| Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.languages.vb:146283
microsoft.public.dotnet.languages.vb.controls:2887
microsoft.public.dotnet.languages.vb.data:2204
microsoft.public.dotnet.general:111599
| X-Tomcat-NG: microsoft.public.dotnet.languages.vb
|
| I am using typed datasets in an N-Tier Windows app using VB.NET.
|
| I know this posting cannot be fully explained in a single post that is
why I
| am asking for someone to point me to a real world tutorial (in vb.net)
that
| can show me how to use a bound Datagrid to it's fullest potential. I need
to
| utilize the bound Datagrid in two modes. One were a bound Datagrid can be
in
| edited directly utilizing bound combos and textbox right on the grid,
AddNew
| etc.
|
| The second where the bound Datagrid is bound to a set of controls in
another
| pane below it where you click on a particular row and those bound controls
| are filled, AddNew, etc.
|
| I have looked all over and can't find anything that adequately explains
what
| I want to do. I have tried myself with only moderate success and I am
really
| just spinning my wheels right now.
|
| Thnak in advance.
|
|
|

Nov 20 '05 #4
Hi Aaron,

Sorry no tutorials, but start from the Windows Forms Data Binding
documentation - especially the CurrencyManager class which is actually a
centerpiece in DataGrid operation.

If you could ask several more specific questions, I believe the community
would be able to answer the most of them - if they are not already answered
and archived on Google Groups (http://groups.google.com).

--
Dmitriy Lapshin [C# / .NET MVP]
X-Unity Test Studio
http://x-unity.miik.com.ua/teststudio.aspx
Bring the power of unit testing to VS .NET IDE

"Aaron Ackerman" <no@spam.com> wrote in message
news:ua**************@TK2MSFTNGP10.phx.gbl...
I am using typed datasets in an N-Tier Windows app using VB.NET.

I know this posting cannot be fully explained in a single post that is why I am asking for someone to point me to a real world tutorial (in vb.net) that can show me how to use a bound Datagrid to it's fullest potential. I need to utilize the bound Datagrid in two modes. One were a bound Datagrid can be in edited directly utilizing bound combos and textbox right on the grid, AddNew etc.

The second where the bound Datagrid is bound to a set of controls in another pane below it where you click on a particular row and those bound controls
are filled, AddNew, etc.

I have looked all over and can't find anything that adequately explains what I want to do. I have tried myself with only moderate success and I am really just spinning my wheels right now.

Thnak in advance.


Nov 20 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Aaron Ackerman | last post by:
I am using typed datasets in an N-Tier Windows app using VB.NET. I know this posting cannot be fully explained in a single post that is why I am asking for someone to point me to a real world...
3
by: PAUL EDWARDS | last post by:
I have a windows form that is bound to a datatable. In VB6 I could just update the field contents and it would be updated in the database, however if I update the text property of the control from...
0
by: admin | last post by:
New Article Building a DataGrid with Add and Edit Features By Tulga Kalayci The DataGrid server control is one of the most widely used controls in ASP.NET-based projects to display data in a...
3
by: Bill | last post by:
I have a seating chart web form that has over 50 entry field controls (tables/booths) where I use a DropDownList box to select a single company name from a single large list of organizations (200...
1
by: jm | last post by:
I manually put a datagrid in on a form. I then added this code to an event to populate it: OdbcConnection conn = new OdbcConnection("DSN=CardBase"); sqlCardHolders = "SELECT * FROM...
2
by: Alpha | last post by:
Hi, Where is a good place on the internet for me to learn about how to use the datagrid. My grid's datasource is a dataset with one table from a DB. I need to know how to perform Edit, Delete and...
2
by: Sky | last post by:
Hello: Another question about trying to wring functionality from a DataGrid... Have a DB table of "Contacts" -- 14 or more fields per record Show in datagrid -- but only 5 columns (First,Last,...
0
by: Sachi | last post by:
Hi, I am looking for some control which is built using custom class. i.e. When user gives parameters or a collection with all the field name, editable, edit template control type, etc etc. With...
2
by: Lars Netzel | last post by:
I have a Datagrid using the Edit/Update mode to alter data in the datasource. I needed to have a bit more flexible interface in the editmode with a design that couldn't work in the columns. So I...
8
by: Jon Weston | last post by:
I'm setting up an Access2003 database with pictures. I put a bound ole picture ctrl on a form that's source is the table that contains the pictures and follow ALL the directions for embedding a...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.