Ask a Question related to ASP.NET General, Design and Development.
-
David L #1
thead in datagrid
Is anyone aware of a method to get the datagrid control to
spit out <thead> and <th> tags for headers?
I really want to avoid some pre-render hack manipulating
strings in the output stream.
Thanks,
Dave
David L Guest
-
How to add a Dropdown list to a datagrid at runtime (dynamic) without using template columns in ASP.NET and still have the ability to us the datagrid Update event.
How to add a Dropdown list to a datagrid at runtime (dynamic) without using template columns in ASP.NET and still have the ability to us the... -
UserControl inside of datagrid - loses its viewstate when datagrid is re-bound on postback
I have a simple usercontrol, a datepicker which contains 3 dropdownlist , it resides inside a datagrid column and i set the selecteddate property of... -
custom usercontrol inside of datagrid - loses its state/viewstate on re-bind/postback of the datagrid
I have a simple usercontrol, a datepicker which contains 3 dropdownlist , it resides inside a datagrid column and i set the selecteddate property of... -
problema ultima pagina datagrid asp.net/problem last page datagrid
ciao, ho un problema. ho un datagrid in una pagina asp.net con le impostazioni di PAGING abilitate. Uso l'impostazione NUMERIC PAGE. Il problema è... -
To all Gurus: How can I edit/update a DataGrid in a DataGrid (nested DataGrid)? Possible?
Hello, I am searching the whole Internet for a good example how to edit/update a DataGrid in a DataGrid (nested DataGrid). I know how to... -
S. Justin Gengo #2
Re: thead in datagrid
David,
I don't think there is. :(
You may want to ask this question in the datagrid forum:
microsoft.public.dotnet.framework.aspnet.datagridc ontrol
Sincerely,
--
S. Justin Gengo, MCP
Web Developer
Free code library at:
[url]www.aboutfortunate.com[/url]
"Out of chaos comes order."
Nietzche
"David L" <david.latimer@rbc.com> wrote in message
news:0aac01c355d7$3a45ac00$a401280a@phx.gbl...> Is anyone aware of a method to get the datagrid control to
> spit out <thead> and <th> tags for headers?
>
> I really want to avoid some pre-render hack manipulating
> strings in the output stream.
>
> Thanks,
>
> Dave
S. Justin Gengo Guest



Reply With Quote

