Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

.NET Forum


You are currently viewing our .NET Forum as a guest. Please register to participate.
Login



Reply
Old 10-09-2007, 01:04 PM ASP.Net Table
Silent77's Avatar
Ultra Talker

Posts: 269
Name: Silent
Location: Ohio
Trades: 0
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

Please login or register to view this content. Registration is FREE
Down with internet explorer!
Silent77 is offline
Reply With Quote
View Public Profile Visit Silent77's homepage!
 
 
Register now for full access!
Old 10-09-2007, 01:09 PM Re: ASP.Net Table
Learning Newbie's Avatar
Defies a Status

Latest Blog Post:
Astounding Republican Paranoia
Posts: 5,662
Name: John Alexander
Trades: 0
If it's an html table as a server controll, you want the CssClass property.
__________________

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
Learning Newbie is offline
Reply With Quote
View Public Profile
 
Old 10-09-2007, 01:22 PM Re: ASP.Net Table
Silent77's Avatar
Ultra Talker

Posts: 269
Name: Silent
Location: Ohio
Trades: 0
Any good links for that property, in relation to what im trying to do?
__________________
Firefox
rediscover the web

Please login or register to view this content. Registration is FREE
Down with internet explorer!
Silent77 is offline
Reply With Quote
View Public Profile Visit Silent77's homepage!
 
Old 10-09-2007, 03:14 PM Re: ASP.Net Table
Learning Newbie's Avatar
Defies a Status

Latest Blog Post:
Astounding Republican Paranoia
Posts: 5,662
Name: John Alexander
Trades: 0
I'm not exactly sure what it is you're trying to do? Try MSDN tho, they have all the info in the world.
__________________

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
Learning Newbie is offline
Reply With Quote
View Public Profile
 
Old 10-09-2007, 06:00 PM Re: ASP.Net Table
Skilled Talker

Posts: 97
Name: Ganesh
Trades: 0
Quote:
Originally Posted by Silent77 View Post
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 @
Please login or register to view this content. Registration is FREE
sri_gan is offline
Reply With Quote
View Public Profile
 
Old 11-19-2007, 11:22 PM Re: ASP.Net Table
webspinner's Avatar
Novice Talker

Posts: 7
Trades: 0
Hey , Please paste you code , so that I can help you


Quote:
Originally Posted by Learning Newbie View Post
If it's an html table as a server controll, you want the CssClass property.
webspinner is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to ASP.Net Table
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.16613 seconds with 12 queries