Hi,
I just started using Visual Studio 2010 to develop an ASP.NET Web Application.
My question is whenever I drag a component (Label, Textbox, etc) onto the WebForm, the component (Label, Textbox, etc) automatically goes to the top left corner of the WebForm. How do I change the settings of the WebForm so I can place a component (Label, Textbox, etc) anywhere I want to the WebForm?
Same question applies whenever I placed a component (Label, Textbox, etc) inside a Panel or the Content container, the labels or textboxes just position themselves on the top left corner of the Panel of Content Container in a sequential manner. How can I place components inside a Panel or Content container anywhere I want inside the Panel or Content container?
Thanks,
Hang
I just started using Visual Studio 2010 to develop an ASP.NET Web Application.
My question is whenever I drag a component (Label, Textbox, etc) onto the WebForm, the component (Label, Textbox, etc) automatically goes to the top left corner of the WebForm. How do I change the settings of the WebForm so I can place a component (Label, Textbox, etc) anywhere I want to the WebForm?
Same question applies whenever I placed a component (Label, Textbox, etc) inside a Panel or the Content container, the labels or textboxes just position themselves on the top left corner of the Panel of Content Container in a sequential manner. How can I place components inside a Panel or Content container anywhere I want inside the Panel or Content container?
Thanks,
Hang