Control the size of a webform
I would like myForm.aspx to open maximized when it loads?
Also if you can do that then how do you resize the form?
I thought it should be something like me.size=new size(1092,768) or something but I can find no such property or attribute called size for a webform.
Seems like this should be an easy thing to do. Win Form is what something like:
Forms.myForm.windowstate=maximized or something like it... So all that being asked what I'm really looking for is the equivalent line of code to cause this same behaivor using a WebForm?
Thanks for your help,
Rick

