472,145 Members | 2,024 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,145 software developers and data experts.

Cascading Style Sheets in VB.Net

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

Nov 20 '05 #1
5 2183
Cor
Hi Peter,

Normaly we do also webform but there is a special newsgroups for the
datagrid on a webform. I think you can ask this question in that newsgroup
also.

dotnets.aspnet.framework.aspnet.datagrid

Just a hint

Cor
Nov 20 '05 #2
Hi,

You have to add the following line in the <HEAD> section of the html
for you page.
<LINK REL="stylesheet" TYPE="text/css" HREF="myStyleSheet.css">

Ken
---------------
"Peter Walburn" <an*******@discussions.microsoft.com> wrote in message
news:09****************************@phx.gbl...
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

Nov 20 '05 #3
Hi Ken,

Thanks. I'' post the question on this newsgroup.

Pete
-----Original Message-----
Hi,

You have to add the following line in the <HEAD> section of the htmlfor you page.
<LINK REL="stylesheet" TYPE="text/css" HREF="myStyleSheet.css">
Ken
---------------
"Peter Walburn" <an*******@discussions.microsoft.com> wrote in messagenews:09****************************@phx.gbl...
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

.

Nov 20 '05 #4
Hi Ken,

Thanks. I'll add that into the <HEAD> section.

Pete
-----Original Message-----
Hi,

You have to add the following line in the <HEAD> section of the htmlfor you page.
<LINK REL="stylesheet" TYPE="text/css" HREF="myStyleSheet.css">
Ken
---------------
"Peter Walburn" <an*******@discussions.microsoft.com> wrote in messagenews:09****************************@phx.gbl...
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

.

Nov 20 '05 #5
hi Cor,

Thanks for that. I'll post the question there.

Pete
-----Original Message-----
Hi Peter,

Normaly we do also webform but there is a special newsgroups for thedatagrid on a webform. I think you can ask this question in that newsgroupalso.

dotnets.aspnet.framework.aspnet.datagrid

Just a hint

Cor
.

Nov 20 '05 #6

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

31 posts views Thread by Axel Dahmen | last post: by
2 posts views Thread by Herb Stull | last post: by
5 posts views Thread by JezB | last post: by
1 post views Thread by Fred Nelson | last post: by
9 posts views Thread by Radium | last post: by
reply views Thread by Saiars | last post: by
reply views Thread by leo001 | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.