Click here to Skip to main content
15,949,686 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am new to creating web applications within MSVS2010, so please be patient with me.

The issue I have is as follows:
I have put a dropdown List, Grid View and a few textboxes and labels on a web form. The package automatically lists all these controls on the left hand side. What I would love to do is to position these where I want them to be, i.e. drag and drop them some where else on the form.

Could someone have a solution to this?
As always your help is very much appreciated.
Posted

1 solution

You need to apply styles to the controls with css. Read this[^] - it'll get you started.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900