Ask a Question related to ASP.NET Data Grid Control, Design and Development.
-
Pete Walburn #1
Cascading Style Sheets
Hi,
I am writing a web based application in VB.Net. A lot of
the forms in the applicaiotn have grids (datagrids) in
them. I would like to have a style sheet which defines
how the headers are going to look. There are going to be
quite a few web applications and we want a similar look
and feel to them all.
So I thought we could use a CSS in order to define how
things looked.
Does anyone have any information on using Cascading Style
Sheets for datagrids?
Pete
Pete Walburn Guest
-
Cascading Style Sheet
:confused; I just signed up for the free trial of Adobe Contribute (Mac version) to make regular changes to my website, and I need to know how to... -
Cascading Style Sheet Is Such A Hazard To Your Privacy |||||
Cascading Style Sheet is such a hazard to your privacy. It allows others on the internet to see your monitor and files. It allows them to copy... -
Support for Cascading Style Sheets?
I've noticed Flex 2 beta 2 supports CSS 3 but not really very good. There are lot of problems with it, anyone knows more about this issue? -
ASP Functions & Style Sheets
Can anyone tell me if it's possible to attach style sheets to functions. <% Function answerTypeA(A) If A = 1 then A = 'Never' elseIf A = 2 then ... -
Style Sheets
Can anyone tell me what a good dreamweaver book is on learning CSS? What do's and don'ts can you advise me in? Kelly -
Jos #2
Re: Cascading Style Sheets
Pete Walburn wrote:
You can set the CssClass property for every style in the datagrid.> Hi,
>
> I am writing a web based application in VB.Net. A lot of
> the forms in the applicaiotn have grids (datagrids) in
> them. I would like to have a style sheet which defines
> how the headers are going to look. There are going to be
> quite a few web applications and we want a similar look
> and feel to them all.
>
> So I thought we could use a CSS in order to define how
> things looked.
>
> Does anyone have any information on using Cascading Style
> Sheets for datagrids?
>
> Pete
One way to do it would be something like this:
<asp:DataGrid id="mydatagrid" HeaderStyle-CssClass="myheaderstyle"
runat="server" />
--
Jos
Jos Guest
-
Peter Walburn #3
Re: Cascading Style Sheets
Thanks Jos
I'll try out using things like this.
Peter Walburn
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
Peter Walburn Guest



Reply With Quote

