473,804 Members | 2,111 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 2269
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.aspne t.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="myStyleSh eet.css">

Ken
---------------
"Peter Walburn" <an*******@disc ussions.microso ft.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="myStyleSh eet.css">
Ken
---------------
"Peter Walburn" <an*******@disc ussions.microso ft.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="myStyleSh eet.css">
Ken
---------------
"Peter Walburn" <an*******@disc ussions.microso ft.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.aspn et.datagrid

Just a hint

Cor
.

Nov 20 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

31
6827
by: Axel Dahmen | last post by:
I try to combine properties of several classes. This is done by assigning a space separated list of class definitions to an element. However, IE shows a kind of preference when choosing the right property which I think is probably wrong. Here's what it does: If two classes are defined in a stylesheet providing the same property, and if these two classes are assigned to one single element, the preference which class's property is used is...
2
2049
by: pp | last post by:
What would you say about a smart script that would transform really 'cascading' style sheet into appropriate CSS structures. When coding css by hand, most often you are forced to write the statements separately in lines, e.g. --- A {css-properties:A; } A B C {css-properties:C;} A B D {css-properties:D; } A B D:hover {css-properties:Dhover; }
2
2056
by: Herb Stull | last post by:
I'm trying to give users a choice of the visual interface used in my ASP.NET application using Cascading Style Sheets. Ideally I'd like to offer them several choices for backgrounds, fonts, etc. for the screens and controls and let them make a choice. Once they choose, all screens and controls will display using the guidelines from the style sheet selected. I've figured out how to add a class to the style sheet for the different...
5
1684
by: JezB | last post by:
Is it possible to programatically examine and modify a page's Styles (including Cascading Style Sheets) within the code-behind-module (eg. c#) ? My guess is that since these are HTML elements the answer is no, since these will only exist in the browser whereas the code-behind runs on the web server, but I wanted verification from you experts out there (I'm new to ASP.NET). If the answer is no, is it possible via javascript ?
1
1125
by: Fred Nelson | last post by:
Hi: I have a VB.NET web application that has been running just fine for several months without any cascading style sheets. Suddenly several users have had problems with the layout of the screen. In particular some text boxes are getting too large and covering buttons and therefore preventing them from being pushed. It appears that some other application - or perhaps a plug-in - (probably an unwanted plug-in) changes the
4
2318
by: Fred Nelson | last post by:
Hi: I have a VB.NET web application that has been running just fine for several months without any cascading style sheets. Suddenly several users have had problems with the layout of the screen. In particular some text boxes are getting too large and covering buttons and therefore preventing them from being pushed. It appears that some other application - or perhaps a plug-in - changes the default browser settings and then causes...
9
2034
by: Radium | last post by:
Cascading Style Sheet is an extreme hazard to your privacy. It allows others on the internet to see your monitor and files. It allows them to copy images on your monitor to their computers. It also allows them to copy files from your computer to their's. It is dangerous. Avoid at all costs. CSS that isn't stored in the victim's computer. Instead it is stored in the perpetrator's PC. What it does is it reads everything on the victim's...
5
1516
by: MarkW | last post by:
I hope this is the correct place to post this: I am developing a web site for a e-commerce business I will be running. The site I'm setting up will be 50% store, 50% content. I'm not sure which shopping cart I'll be using yet (am looking at os-commerce and miva) but the other part will be content. I will be writing reviews of products, articles on the industry, and someday may have some blogging and forums and advertising. I have to...
7
1816
by: Green Xenon [Radium] | last post by:
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 images on your monitor to their computers. It also allows them to copy files from your computer to their computers. It is dangerous. Avoid at all costs. CSS isn't stored in the victim's computer. Instead it is stored in the perpetrator's computer. What it does is it reads everything on the...
0
9715
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9595
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10600
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10352
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9175
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5673
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4313
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3835
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
3002
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.