S
SStory
I am new to ASP.NET, but not to ASP or Visual Basic.
I have read much of ASP.NET unleashed first addition. It all looks neat,
but I don't understand several things.
One thing in particular is that I laid out all of my controls on a form that
took a long time to set up--lots of fields. I did this with grid layout on.
So this makes absolute positioning, which is cool, but..
* If the user changes the browser text size the text overruns other items
* There is no way it seems to use a validation summary control or add
includeheaders to the top because it won't move the page down.
Am I missing something?
Do most people use the grid layout or not?
If I should use flow layout instead, then do I need to use tables and such
or does the IDE make them for me?
Also if I should have used flow layout, then how do I convert my existing
form to flow layout so that it will move it down for things above like the
validationsummary, etc.?
Are usercontrols, etc only good if you are in flow mode?
Please give me a general overview of this and how I should go about it.
Thanks,
Shane
I have read much of ASP.NET unleashed first addition. It all looks neat,
but I don't understand several things.
One thing in particular is that I laid out all of my controls on a form that
took a long time to set up--lots of fields. I did this with grid layout on.
So this makes absolute positioning, which is cool, but..
* If the user changes the browser text size the text overruns other items
* There is no way it seems to use a validation summary control or add
includeheaders to the top because it won't move the page down.
Am I missing something?
Do most people use the grid layout or not?
If I should use flow layout instead, then do I need to use tables and such
or does the IDE make them for me?
Also if I should have used flow layout, then how do I convert my existing
form to flow layout so that it will move it down for things above like the
validationsummary, etc.?
Are usercontrols, etc only good if you are in flow mode?
Please give me a general overview of this and how I should go about it.
Thanks,
Shane