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

Posts: 254
Name: Silent
Location: Ohio
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!
Silent77 is offline
Reply With Quote
View Public Profile Visit Silent77's homepage!
 
When You Register, These Ads Go Away!
     
Old 10-09-2007, 12:09 PM Re: ASP.Net Table
Learning Newbie's Avatar
Moderator

Latest Blog Post:
Dick Cheney as a Web Comic
Posts: 4,622
Name: John Alexander
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
Learning Newbie is offline
Reply With Quote
View Public Profile
 
Old 10-09-2007, 12:22 PM Re: ASP.Net Table
Silent77's Avatar
Ultra Talker

Posts: 254
Name: Silent
Location: Ohio
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!
Silent77 is offline
Reply With Quote
View Public Profile Visit Silent77's homepage!
 
Old 10-09-2007, 02:14 PM Re: ASP.Net Table
Learning Newbie's Avatar
Moderator

Latest Blog Post:
Dick Cheney as a Web Comic
Posts: 4,622
Name: John Alexander
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
Learning Newbie is offline
Reply With Quote
View Public Profile
 
Old 10-09-2007, 05:00 PM Re: ASP.Net Table
Skilled Talker

Posts: 97
Name: Ganesh
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 @ www.vtrip.info
sri_gan is offline
Reply With Quote
View Public Profile
 
Old 11-19-2007, 10:22 PM Re: ASP.Net Table
Novice Talker

Posts: 7
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

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




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

 


Page generated in 0.13354 seconds with 13 queries