S
sean.gilbertson
Hi,
I'm sort of new to ASP.NET 2.0 and ASP.NET in general. I have some
data that I would like to display in a tabular format, but I'm going
to be generating the columns dynamically, and I would like to make it
so that each row can be expanded downward dynamically to show detailed
information.
So far, it seems like I'll have to use an asp:Table and generate the
entire thing in code -- including the Javascript to hide and show the
detailed information. Is this the case? Is there some way I can
externalize this behavior, like in a user control or something?
If I weren't using ASP.NET 2.0, I'd be using jQuery to generate all of
this dynamically. Is there an easier way in ASP.NET 2.0?
Thanks![Smile :-) :-)](/styles/default/custom/smilies/smile.gif)
Sean
I'm sort of new to ASP.NET 2.0 and ASP.NET in general. I have some
data that I would like to display in a tabular format, but I'm going
to be generating the columns dynamically, and I would like to make it
so that each row can be expanded downward dynamically to show detailed
information.
So far, it seems like I'll have to use an asp:Table and generate the
entire thing in code -- including the Javascript to hide and show the
detailed information. Is this the case? Is there some way I can
externalize this behavior, like in a user control or something?
If I weren't using ASP.NET 2.0, I'd be using jQuery to generate all of
this dynamically. Is there an easier way in ASP.NET 2.0?
Thanks
![Smile :-) :-)](/styles/default/custom/smilies/smile.gif)
Sean