Forum Home
|
Marketplace
|
Articles
|
Blogs
|
Interviews
|
Tools
REGISTER
|
SEARCH
|
MEMBERS
|
F.A.Q.
Register Here
Forum Rules
Webmaster-Talk.com
>
Coding Talk
>
ASP Forum
>
.NET Programming Forum
>
ASP.Net Table
Link Back
Thread Tools
ASP.Net Table
10-09-2007, 12:04 PM
#
1
(
permalink
)
ASP.Net Table
Silent77
Ultra Talker
Posts: 255
Name: Silent
Location: Ohio
Talkupation:
In the project I am currently working on we have created a table in the vb code file and put it into a place holder on the main page. What we need to do now is apply a style sheet to the table. What would be the syntax for that? Thanks
__________________
Firefox
rediscover the web
Get Firefox today it's free!
Down with internet explorer!
When You
Register
, These Ads Go Away!
10-09-2007, 12:09 PM
#
2
(
permalink
)
Re: ASP.Net Table
Learning Newbie
Moderator
Latest Blog Post:
What’s He Looking At?
Posts: 4,983
Name: John Alexander
Talkupation:
If it's an html table as a server controll, you want the CssClass property.
__________________
4 ways to improve the lives of the "bottom billion"
"HEY YOU KIDS GET OFF MY LAWN!" -John McCain
10-09-2007, 12:22 PM
#
3
(
permalink
)
Re: ASP.Net Table
Silent77
Ultra Talker
Posts: 255
Name: Silent
Location: Ohio
Talkupation:
Any good links for that property, in relation to what im trying to do?
__________________
Firefox
rediscover the web
Get Firefox today it's free!
Down with internet explorer!
10-09-2007, 02:14 PM
#
4
(
permalink
)
Re: ASP.Net Table
Learning Newbie
Moderator
Latest Blog Post:
What’s He Looking At?
Posts: 4,983
Name: John Alexander
Talkupation:
I'm not exactly sure what it is you're trying to do? Try MSDN tho, they have all the info in the world.
__________________
4 ways to improve the lives of the "bottom billion"
"HEY YOU KIDS GET OFF MY LAWN!" -John McCain
10-09-2007, 05:00 PM
#
5
(
permalink
)
Re: ASP.Net Table
sri_gan
Skilled Talker
Posts: 97
Name: Ganesh
Talkupation:
Quote:
Originally Posted by
Silent77
Any good links for that property, in relation to what im trying to do?
Hi Silent,
If its a server side table you would go like below:
Code:
Table table = new Table(); table.CssClass = "Style";
The other related elements are TableCell, TableRow, TableHeaderRow etc...
I tracked the below link its may be useful for you, you can adapt things from there:
http://aspadvice.com/blogs/azamsharp...Callbacks.aspx
__________________
Gather. Search. Compare. Save on Hotel and Flight Prices @
www.vtrip.info
11-19-2007, 10:22 PM
#
6
(
permalink
)
Re: ASP.Net Table
webspinner
Novice Talker
Posts: 7
Talkupation:
Hey , Please paste you code , so that I can help you
Quote:
Originally Posted by
Learning Newbie
If it's an html table as a server controll, you want the CssClass property.
« Reply to
ASP.Net Table
Previous Thread
|
Next Thread
Webmaster-Talk.com
>
Coding Talk
>
ASP Forum
>
.NET Programming Forum
>
ASP.Net Table
Thread Tools
Show Printable Version
Email this Page
Posting Rules
You
may not
post new threads
You
may not
post replies
You
may not
post attachments
You
may not
edit your posts
vB code
is
On
Smilies
are
On
[IMG]
code is
On
HTML code is
Off
Trackbacks
are
Off
Pingbacks
are
Off
Refbacks
are
Off
Webmaster Resources Marketplace:
Software Development Company
|
Webhosting.UK.com
Web Templates
|
Text Link Brokers
|
Stock Photos
Feeds:
RSS
JS
XML
Feeds for this forum:
RSS
JS
XML
Mark Forums Read
-
View Forum Leaders
-
Contact Us
-
Webmaster Forum
-
Advertise
-
Archive
-
Privacy Statement
-
Top
Page generated in
0.13710
seconds with
13
queries