Home All Groups Group Topic Archive Search About

vb.net 2003 Data Wizard Form

Author
29 Sep 2006 2:40 PM
Peter Newman
i have used the data wizard form to create a data form with a datagrid on it.
What i want to do is add a new coloum and put a Button in it.  can anyboody
showm me how to do this ....   I will need the onclick event for the button
as well

eg

cell 1          cell2        cell3

text             text         Button
text             text         Button
text             text         Button 
  etc

thanks

Author
29 Sep 2006 4:39 PM
Cor Ligthert [MVP]
Peter,

The one in Net 2005 is very good, I never saw anybody seriously using this
2003 data wizard form.

In two days you are out of the possibilities and you have every time to
start again.

However again, the 2005 is better than there ever was.

Cor


Show quoteHide quote
"Peter Newman" <PeterNew***@discussions.microsoft.com> schreef in bericht
news:0ECF13B6-F0D2-48AA-BC39-B6BCD4C35DCA@microsoft.com...
>i have used the data wizard form to create a data form with a datagrid on
>it.
> What i want to do is add a new coloum and put a Button in it.  can
> anyboody
> showm me how to do this ....   I will need the onclick event for the
> button
> as well
>
> eg
>
> cell 1          cell2        cell3
>
> text             text         Button
> text             text         Button
> text             text         Button
>  etc
>
> thanks
Author
29 Sep 2006 5:29 PM
Peter Newman
Cor,

Thanks for the advice, however im stuck with 2003 atm, so the 2005 one being
better that there ever was doesnt help me much im afraid



Show quoteHide quote
"Cor Ligthert [MVP]" wrote:

> Peter,
>
> The one in Net 2005 is very good, I never saw anybody seriously using this
> 2003 data wizard form.
>
> In two days you are out of the possibilities and you have every time to
> start again.
>
> However again, the 2005 is better than there ever was.
>
> Cor
>
>
> "Peter Newman" <PeterNew***@discussions.microsoft.com> schreef in bericht
> news:0ECF13B6-F0D2-48AA-BC39-B6BCD4C35DCA@microsoft.com...
> >i have used the data wizard form to create a data form with a datagrid on
> >it.
> > What i want to do is add a new coloum and put a Button in it.  can
> > anyboody
> > showm me how to do this ....   I will need the onclick event for the
> > button
> > as well
> >
> > eg
> >
> > cell 1          cell2        cell3
> >
> > text             text         Button
> > text             text         Button
> > text             text         Button
> >  etc
> >
> > thanks
>
>
>
Author
29 Sep 2006 11:21 PM
Dennis
Advice:  Scrap the wizard and code it manually using ADO.Net and you will
then understand it's usually easier without wizards once you get to
understand ADO.Net.
--
Dennis in Houston


Show quoteHide quote
"Peter Newman" wrote:

> Cor,
>
> Thanks for the advice, however im stuck with 2003 atm, so the 2005 one being
> better that there ever was doesnt help me much im afraid
>

>
> "Cor Ligthert [MVP]" wrote:
>
> > Peter,
> >
> > The one in Net 2005 is very good, I never saw anybody seriously using this
> > 2003 data wizard form.
> >
> > In two days you are out of the possibilities and you have every time to
> > start again.
> >
> > However again, the 2005 is better than there ever was.
> >
> > Cor
> >
> >
> > "Peter Newman" <PeterNew***@discussions.microsoft.com> schreef in bericht
> > news:0ECF13B6-F0D2-48AA-BC39-B6BCD4C35DCA@microsoft.com...
> > >i have used the data wizard form to create a data form with a datagrid on
> > >it.
> > > What i want to do is add a new coloum and put a Button in it.  can
> > > anyboody
> > > showm me how to do this ....   I will need the onclick event for the
> > > button
> > > as well
> > >
> > > eg
> > >
> > > cell 1          cell2        cell3
> > >
> > > text             text         Button
> > > text             text         Button
> > > text             text         Button
> > >  etc
> > >
> > > thanks
> >
> >
> >