Ask a Question related to ASP.NET General, Design and Development.
-
Chris Fink #1
ASP:DATALIST
Hello,
Does anyone know of a way to prevent the asp:datalist control from creating
html code table and table row tags when it is rendered. I have normally
just incorporated this into the layout of my html code, however, I am now
working on a project with several layers deep of html table nesting and it
would be like piecing together a jigsaw puzzle to figure out where I should
place the datalist control in order for my html to display properly? I am
afraid the answer is that this cannot be changed?
Any other databinding solutions that will allow me to get around without
modifying my html layout?
This is an example of where MS attempts to make it easier for developers by
creating a server control, but in turn developers lose some control of the
layout. Perhaps skipping through the dataset like an old recordset in
classic asp would be a less intrusive solution for me??
Thanks
Chris Fink Guest
-
DataList with linkbuttons
Can anyone help? I have a DataList with 5 LinkButtons and for some reason my Item_Command event does not get triggered. My code is as follows: ... -
Datagrid vs Datalist
Can anyone point me to some articles that discuss the reasons for using a datagrid over a datalist and vice-versa? -
datalist please help soon
H data I'm binding to the DataList is information about products in my product database. Perhaps passed in the QueryString to this page is a... -
DataList: how to use??
I am having difficulity understanding just exactly how to use the DataList (may be using it in the wrong context) Problem: I have a dataset that... -
ASP DataList
Hello, I have an ASP Datalist in which I am binding a value within the <itemtemplate> section as follows: <%#... -
Rahul Singh #2
Re: ASP:DATALIST
Chris,
You could use the Asp:Repeater tag and highly customize our your data out
put.
Rahul Singh
anant systems, inc. | making information work for you
anantsystems.net | ioserver.net [Developer and Business .NET Hosting]
"Chris Fink" <chris@chrisfink.com> wrote in message
news:uzKXc3wUDHA.1280@tk2msftngp13.phx.gbl...creating> Hello,
>
> Does anyone know of a way to prevent the asp:datalist control fromshould> html code table and table row tags when it is rendered. I have normally
> just incorporated this into the layout of my html code, however, I am now
> working on a project with several layers deep of html table nesting and it
> would be like piecing together a jigsaw puzzle to figure out where Iby> place the datalist control in order for my html to display properly? I am
> afraid the answer is that this cannot be changed?
>
> Any other databinding solutions that will allow me to get around without
> modifying my html layout?
>
> This is an example of where MS attempts to make it easier for developers> creating a server control, but in turn developers lose some control of the
> layout. Perhaps skipping through the dataset like an old recordset in
> classic asp would be a less intrusive solution for me??
>
> Thanks
>
>
Rahul Singh Guest



Reply With Quote

