Moving a DataGrid programmatically

D

Dylan Carney

This might seem like a dumb question, but....

I have several DataGrid objects on an ASP.NET page, and I
connot figure out how to move them around on the page
programmatically. I want to move them relative to each
other, based on how much/what data is displayed in them.

Thanks in advance.

~D
 
A

Alvin Bruney

use attributes to target the top and left properties.
datagrid1.attributes.add("width","10") etc
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,014
Latest member
BiancaFix3

Latest Threads

Top