PC Review


Reply
Thread Tools Rate Thread

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

 
 
Aaron Ackerman
Guest
Posts: n/a
 
      13th Oct 2003
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.


 
Reply With Quote
 
 
 
 
Rajesh Patel
Guest
Posts: n/a
 
      13th Oct 2003
look to http://www.syncfusion.com/FAQ/WinForms/default.asp#44

Rajesh Patel


"Aaron Ackerman" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> 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.
>
>



 
Reply With Quote
 
Aaron Ackerman
Guest
Posts: n/a
 
      13th Oct 2003
#44 doesn't refer to what I need.


"Rajesh Patel" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> look to http://www.syncfusion.com/FAQ/WinForms/default.asp#44
>
> Rajesh Patel
>
>
> "Aaron Ackerman" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > 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.
> >
> >

>
>



 
Reply With Quote
 
Kevin Yu [MSFT]
Guest
Posts: n/a
 
      14th Oct 2003
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" <(E-Mail Removed)>
| 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: <(E-Mail Removed)>
| Newsgroups:
microsoft.public.dotnet.general,microsoft.public.dotnet.languages.vb,microso
ft.public.dotnet.languages.vb.controls,microsoft.public.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!TK2MSFTNGP10.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.
|
|
|

 
Reply With Quote
 
Dmitriy Lapshin [C# / .NET MVP]
Guest
Posts: n/a
 
      14th Oct 2003
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" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> 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.
>
>


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
edit a bound textbox control on a form ecwhite Microsoft Access Form Coding 3 8th Feb 2010 07:07 PM
Why can't I edit data in DataGrid when it's bound to ArrayList =?Utf-8?B?Tmlrb2xheSBFdnNlZXY=?= Microsoft Dot NET Framework Forms 1 2nd Dec 2005 12:58 PM
Why would a bound ComboBox control not allow me to edit its conten =?Utf-8?B?QWNjZXNzRGF0YWJhc2VVc2VySW5OZWVkT2ZIZWxw Microsoft Access Form Coding 2 1st Aug 2005 06:16 PM
Q. Please point me to a good tutorial on using form tabs control Jim Jones Microsoft Access Form Coding 3 26th Feb 2004 05:27 PM
Can someone point me to a bound Datagrid plus edit control tutorial??? Aaron Ackerman Microsoft Dot NET 4 14th Oct 2003 03:50 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:06 AM.