A
andrew
Quite possibly a simple one.
I wish to build a web page which will encompass multi
functionality (i.e. it wil accept relevant entries to
perform a variety of procedure against my data base).
When I call the form I pass a query string and use select
statements to determine what the form is supposed to be
doing. I then want to dynamically position server
controls onto the rendered page in response to this. My
problem: I can't seem to see any property which will
allow me to set a location for each control which I can
specify at run time. In windows forms I would use the
location property and then the size.
With the web forms I can see how the height and width can
be dynamically controlled, but not the start point. Also
in the underlying html I can see how the starting location
may be set, but am unsure of how to incorporate this from
my VB environment.
Thanking anyone in advance.
Andrew
I wish to build a web page which will encompass multi
functionality (i.e. it wil accept relevant entries to
perform a variety of procedure against my data base).
When I call the form I pass a query string and use select
statements to determine what the form is supposed to be
doing. I then want to dynamically position server
controls onto the rendered page in response to this. My
problem: I can't seem to see any property which will
allow me to set a location for each control which I can
specify at run time. In windows forms I would use the
location property and then the size.
With the web forms I can see how the height and width can
be dynamically controlled, but not the start point. Also
in the underlying html I can see how the starting location
may be set, but am unsure of how to incorporate this from
my VB environment.
Thanking anyone in advance.
Andrew