Posted on: 9/19/2014 10:26:27 PM | Views : 533

I would like to know how to format the following items on a web page so they look fine.
On a new t.aspx page that I am adding to an existing vb.net 2010 web form application that uses master pages, I want to place the following items on to the page:
1. 1 gridview control,
2. 3 textboxes where the user can enter selection criteria of data that will appear in the gridview control
3. Lots of textboxes with 'documentation' for the user.
When I drag these items onto the web page, they all 'cling' to each other.
Thus can you tell me how to accomplish my goal?

Go to the complete details ...