G
gman
Is there a way in VB.NET to build a Form/Control as easily as Access
2007 does?
I built a small name and address application in Access 2007 and I was
surprised at what I was able to do without any code. Access Forms
allow a Datasheet (GridView) to show by setting a property (I have
mine set to Datasheet on Top). Pretty sweet and easy.
I am a seasoned programmer (over 20 years) but I am a newbie to VB.NET
2005. Our company brought in some VB.NET programmers and they split
the Forms and the Gridview into their own controls with each having
hundreds of lines of code to implement. Looking at it from the outside
I think how can Access do this with no code and we have to use
hundreds of line of code.
Is there also a spot were code could be posted that can be critiqued?
I would think this newsgroup would be a good spot except the
formatting of the code would get lost along with it being hundreds of
line of code.
Or does someone well structured code that can be reviewed that does
CRUD?
A whole application would be nice.
2007 does?
I built a small name and address application in Access 2007 and I was
surprised at what I was able to do without any code. Access Forms
allow a Datasheet (GridView) to show by setting a property (I have
mine set to Datasheet on Top). Pretty sweet and easy.
I am a seasoned programmer (over 20 years) but I am a newbie to VB.NET
2005. Our company brought in some VB.NET programmers and they split
the Forms and the Gridview into their own controls with each having
hundreds of lines of code to implement. Looking at it from the outside
I think how can Access do this with no code and we have to use
hundreds of line of code.
Is there also a spot were code could be posted that can be critiqued?
I would think this newsgroup would be a good spot except the
formatting of the code would get lost along with it being hundreds of
line of code.
Or does someone well structured code that can be reviewed that does
CRUD?
A whole application would be nice.