CodeVerge.Net Beta


   Explore    Item Entry   Register  Login  
Microsoft News
Asp.Net Forums
IBM Software
Borland Forums
Adobe Forums
Novell Forums




Can Reply:  No Members Can Edit: No Online: Yes
Zone: > NEWSGROUP > Asp.Net Forum > general_asp.net.master_pages_themes_and_navigation_controls Tags:
Item Type: NewsGroup Date Entered: 6/26/2007 4:42:13 AM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
NR
XPoints: N/A Replies: 1 Views: 619 Favorited: 0 Favorite
2 Items, 1 Pages 1 |< << Go >> >|
nareshguree23@g
Asp.Net User
how set in CSS gridview's properties GridLines?6/26/2007 4:42:13 AM

0

how set in CSS gridview's properties GridLines?


Guree
DavidKiff
Asp.Net User
Re: how set in CSS gridview's properties GridLines?6/26/2007 12:28:03 PM

1

Hi,

on your GridView set the CssClass="mytable"

then in css:

.mytable tr td{
border: solid 1px #000000;
}

That applies a solid one pixel border to all tds within your gridview table.  if you have a header row you mite need to add:

.mytable tr th,
.mytable tr td{
border: solid 1px #000000;
}

thanks,


David Kiff
http://DavidKiff.co.uk

-- "Mark As Answer" If my reply helped you --
2 Items, 1 Pages 1 |< << Go >> >|


Free Download:

Books:
Beginning ASP.NET 2.0 databases: beta preview Authors: John Kauffman, Thiru Thangarathinam, Pages: 404, Published: 2005
Professional ASP.NET 2.0 Design: CSS, Themes, and Master Pages Authors: Jacob J. Sanford, Pages: 474, Published: 2007
Pro ASP.NET 3.5 in C# 2008 Authors: Matthew MacDonald, Mario Szpuszta, Pages: 1498, Published: 2007
Programming ASP.NET 3.5 Authors: Jesse Liberty, Dan Hurwitz, Dan Maharry, Pages: 1144, Published: 2008
Beginning ASP.NET 3.5: In C# and VB Authors: Imar Spaanjaars, Pages: 734, Published: 2008

Web:
how set in CSS gridview's properties GridLines? - ASP.NET Forums how set in CSS gridview's properties GridLines? Last post 06-26-2007 8:28 AM by DavidKiff. 1 replies. Sort Posts: ...
ASP.NET 2.0 - Setting Gridview properties using CSS : gridview, css Jun 19, 2007 ... GridViews { font-size:smaller; font-family:Verdana } I would also like to use CSS to set properties like Gridlines = True and ...
Microsoft: ASP.NET - GridView and vertical gridlines I want vertical grid lines - however when I set the GridLines property (for the GridView control) to either 'Vertical' or 'Both' - the resultant vertical ...
CodeProject: Nested GridViews with Skins in ASP.NET. Free source ... May 5, 2006 ... Shows how to create nested GridViews to show hierarchical data and ... Just add XML tags with the properties names as attributes (like you see them on the Properties pane in Visual Studio. ... CellSpacing="2" GridLines="0"> < AlternatingRowStyle ... Of course, if you set the values in the CSS too, ...
Set BorderColor for GridLines in GridView - ASP.NET Forums ... the BorderColor of GridLines of GridView Control that is displayed when " GridLines" property is set to "Both" or "Horizontal" using CSS. ...

how set in CSS gridview's properties GridLines? - ng.asp-net-forum ... how set in CSS gridview's properties GridLines?, > ROOT > NEWSGROUP > Asp.Net Forum ...
DataGrid Pager and CSS??? - ng.asp-net-forum.getting_started ng.asp-net-forum ... how set in CSS gridview's properties GridLines?, ... DataGrid Border around earch row You can set the GridLines ...
How to apply HeaderStyle BackColor="#FF9900" to asp:GridView in ... in page directive, specify theme file in theme property, .... to asp:gridview in skin? set the css-friendly menu properties programmatically ...
[BUG] Setting CssClass in a GridView RowDataBound event is ignored ... how set in CSS gridview's properties GridLines? - ng.asp-net-forum ... on your GridView set the CssClass="mytable". then in css: .mytable tr td{ . ...
GRIDVIEW not Sorting when used in MasterPage - ng.asp-net-forum ... Also you have AutoEventWireup set to false on the content page - was wireup causing .... Properties("mail").Value ' ou Next oroot.Close() End Sub End Class ...






menu items without navigateurls?

how to put absolute url in sitemap?

is possible to center the master page first and then change the align to left?

treeview control with dhtml and javascript

table height issues master page based pages

multiple menus

how to extract similar nodes from treeview to listview

css style overridden

dynamic statictopseparatorimageurl?

website advice

header that wont reload?

possible bug using masterpage, posturlback and controller page?

use master page but different title for pages

master/content page control referencing???

titles not showing up -- they're in the master page

theme implementation with radiobuttonlist problem

treeview in masterpage collapses when content page is called via navigateurl

how can i trick the sitemappath?

menu don't want to be displayed horizontaly

how to select a node from the treeview control without the server postback? pls help me.....

master pages and seo optimization

sitemappath and server.transfer woes

how to manually clear sitemap?

prevent postbacks in the history list

problem with masterpage

pages sometimes load scrambled

web site administration tool, tab control

looking for virtualpathprovider implementation to get master page

pop up calendar and master pages

themes for user control

   
  Privacy | Contact Us
All Times Are GMT