Ask a Question related to ASP.NET General, Design and Development.
-
suzy #1
place holder / xslt table
hi,
i am new to .net. Currently i am writing a page that needs to contain
several controls. i am using a place holder to add controls to the page
one-by-one. is this the best way?
i have a problem with this though... i have a xslt file which transforms
some xsl into a table of data, but how do i add this table to the
placeholder? currently, the only way i can get it to work is to create a
table in the aspx page with 1 table cell, then transform the xslt into that
cell (ie: output will result in a table within a table).
but i dont want to do it this way (for reasons i wont go into). how can i
add the xslt table directly to the page?
thanks.
suzy Guest
-
Place Holder / DataGrid
Hi, I am trying to get this piece of code to work. I have to design a GUI which would look similar to... -
Render a control like a place holder
Hello. How can I render my custom control like a placeholder control, to put it anywhere on the page? Something like passing a placeholder object... -
DBD:Pg place holder errors
Howdy: I have a script where I connect from Oracle 9 to PostgreSQL 7.2.x and insert new records. It seems to work for about 200 or so records,... -
web form add a line break to a place holder
have a web form with page layout = FlowLayout have a PlaceHolder adding controls to the PlaceHolder e.g. PlaceHolder.Controls.Add (TextBox1);... -
How to place a new table around an existing one?
I'm using DW MX on a powerbook. How do I place an existing table structure inside a new table? Or to put in another way how do I wrap a new table...



Reply With Quote

