vb.net 2003 Data Wizard Form

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Peter Newman

    #1

    vb.net 2003 Data Wizard Form

    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
  • Cor Ligthert [MVP]

    #2
    Re: vb.net 2003 Data Wizard Form

    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" <PeterNewman@di scussions.micro soft.comschreef in bericht
    news:0ECF13B6-F0D2-48AA-BC39-B6BCD4C35DCA@mi crosoft.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

    Comment

    • Peter Newman

      #3
      Re: vb.net 2003 Data Wizard Form

      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" <PeterNewman@di scussions.micro soft.comschreef in bericht
      news:0ECF13B6-F0D2-48AA-BC39-B6BCD4C35DCA@mi crosoft.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
      >
      >
      >

      Comment

      • Dennis

        #4
        Re: vb.net 2003 Data Wizard Form

        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


        "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" <PeterNewman@di scussions.micro soft.comschreef in bericht
        news:0ECF13B6-F0D2-48AA-BC39-B6BCD4C35DCA@mi crosoft.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

        Comment

        Working...