vb.net 2003 Data Wizard Form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
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
 
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
 
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.
 
Back
Top