what browser are you using? I'm using IE 6.0 on an XP box and the design of some of my controls look a little different also, but the function is still the same?
Are you using vs.net? If you are then u click add new item to your project and choose webform. Also if you want to navigate form page to page you going to want to use response.redirect("PageName.aspx")
"All those who wonder are not lost" -j.r.r tolkien
I am using VS.NET and I have designed a form by adding labels and text boxes but when I browse to the page, I get all of the labels but all on the first line and not looking anything like I designed it to. Does this make sense? Thanks, Jeremy
Yes it is. Say, is Visual Studio.NET's Design Window a WYSIWYG type deal? If not, that would explain my problem. Got anymore ideas? I'm lost. Thanks, Jeremy
Yes, VS.NET is a WYSIWYG editor, as long as i have the MS_POSITIONING="GridLayout" i have never had a problem with the way the controls are displayed. If you delete the MS_POSITIONING="GridLayout" line, then it works like any other HTML WYSIWYG editor. Like Dreamweaver, Frontpage, etc..
Any idea what I'm doing wrong? I'm creating a Web Form. Then I'm adding Form Controls to the form. I am just adding a Label right now to check if it runs right. It never seems to display properly. Please help and thanks again, Jeremy
The label loads up to the left and the text isn't formatted like I wanted (Large, Microsoft Sans Serif and bold). It should load up in the middle of the form. Any ideas why? Thanks again, Jeremy