any easy way to do this?-put items in table

G

Guest

I have a .net web app with a page that has several controls such as a
datagrid, a dropdown list box buttons, labels with many controls bound to
datasources. The page was done with grid layout. Just wondering if there is
an easy way to put everything in a table, 1 control for each row for example
to give it a border around each item and allow for expansion of datagrids,
etc.
thanks.
 
T

TJS

--create a table on your page in the html section.
--put an ASP:placeholder in the cell where you want the control,
--dynamically load the controls from script
 
G

Guest

Hi thanks for the information. I tried this and it seemed to work except ran
into problems accessing data from the table. For example I have a
dropdownlist box and when a button is selected I detect the selections, but
with the control in the table it is not able to see the selections.

--
Paul G
Software engineer.


TJS said:
--create a table on your page in the html section.
--put an ASP:placeholder in the cell where you want the control,
--dynamically load the controls from script
 
T

TJS

not sure what you mean by :

"I detect the selections, but with the control in the table it is not able
to see the selections."



Paul said:
Hi thanks for the information. I tried this and it seemed to work except
ran
into problems accessing data from the table. For example I have a
dropdownlist box and when a button is selected I detect the selections,
but
with the control in the table it is not able to see the selections.
 

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,769
Messages
2,569,576
Members
45,054
Latest member
LucyCarper

Latest Threads

Top