Ask a Question related to ASP.NET General, Design and Development.
-
suzy #1
how do i write the xsl transform results?
if i have an xsl transform that results in a table being generated, how do i
display that table on my page at runtime?
currently i am having to dim a table control with a row and a cell, then
adding the result of the xsl transform to the cell.
but this means i end up with a table within a table, when all i want is just
1 table (from the xsl).
thanks.
suzy Guest
-
formatting find results in results window or in savedfile
I want a :beer; :-). I want to write an extension that will allow me to format the results returned from a find. I couldn't find anything in... -
Complex join = no results (for a query that shouldreturn results)
I am trying to use a rather complex join that returns many results when the SQL server is queried directly, but returns no results when used on a... -
Query results don't display properly in results table.IGNORE PREVIOUS
:disgust; I need to display the results of a query. The query runs properly. My problem is having specific results display in specific locations in... -
Query results don't display properly in results table.
:disgust; I need to display the results of a query. The query runs properly. My problem is having specific results display in specific locations in... -
write to database without giving write permission to IIS
Hi there, I have some ASP code that writes to access database. For security reason I do not want IUSER to give write permission to database... -
Showjumper #2
Re: how do i write the xsl transform results?
Use an asp:literal control and add the results to the literal control's text
property.
"suzy" <me@nospam.com> wrote in message
news:%23fd03nBWDHA.532@TK2MSFTNGP09.phx.gbl...i> if i have an xsl transform that results in a table being generated, how dojust> display that table on my page at runtime?
>
> currently i am having to dim a table control with a row and a cell, then
> adding the result of the xsl transform to the cell.
>
> but this means i end up with a table within a table, when all i want is> 1 table (from the xsl).
>
> thanks.
>
>
>
Showjumper Guest
-
suzy #3
Re: how do i write the xsl transform results?
thank you!!!
"Showjumper" <shojumper@grkjashdjkf.com> wrote in message
news:OZYomNCWDHA.612@TK2MSFTNGP10.phx.gbl...text> Use an asp:literal control and add the results to the literal control'sdo> property.
> "suzy" <me@nospam.com> wrote in message
> news:%23fd03nBWDHA.532@TK2MSFTNGP09.phx.gbl...> > if i have an xsl transform that results in a table being generated, how> i> just> > display that table on my page at runtime?
> >
> > currently i am having to dim a table control with a row and a cell, then
> > adding the result of the xsl transform to the cell.
> >
> > but this means i end up with a table within a table, when all i want is>> > 1 table (from the xsl).
> >
> > thanks.
> >
> >
> >
>
suzy Guest



Reply With Quote

