Click here to Skip to main content
15,914,165 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: can i include .aspx into another .aspx file ? Pin
Not Active19-Sep-07 2:16
mentorNot Active19-Sep-07 2:16 
AnswerRe: can i include .aspx into another .aspx file ? Pin
Krugger40419-Sep-07 2:19
Krugger40419-Sep-07 2:19 
GeneralRe: can i include .aspx into another .aspx file ? Pin
Not Active19-Sep-07 2:35
mentorNot Active19-Sep-07 2:35 
GeneralRe: can i include .aspx into another .aspx file ? Pin
Krugger40419-Sep-07 2:47
Krugger40419-Sep-07 2:47 
GeneralRe: can i include .aspx into another .aspx file ? Pin
Not Active19-Sep-07 2:54
mentorNot Active19-Sep-07 2:54 
GeneralRe: can i include .aspx into another .aspx file ? Pin
Krugger40419-Sep-07 2:58
Krugger40419-Sep-07 2:58 
GeneralRe: can i include .aspx into another .aspx file ? Pin
anuragbajpai19-Sep-07 3:14
anuragbajpai19-Sep-07 3:14 
QuestionHelp With Gridview Styling Pin
Brendan Vogt19-Sep-07 1:48
Brendan Vogt19-Sep-07 1:48 
Hi,

I am struggling to get my styles to work in my gridview. Here is my gridview:

<asp:GridView
ID="gvRoles"
AllowPaging="true"
AutoGenerateColumns="false"
BorderStyle="None"
BorderWidth="0"
CellPadding="0"
CellSpacing="0"
BackColor="White"
DataSourceID="odsRoles"
PageSize="20"
Width="100%"
runat="server">

<HeaderStyle CssClass="gridview_header" />
<ItemStyle CssClass="gridview_cell" />

This is what my styles look like:

.gridview_header
{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #fff;
text-align: left;
margin: 0px;
padding: 3px 2px 3px 2px;
background: #9bab6f;
}
.gridview_cell
{
border-bottom: solid 1px #ececec;
border-left: none;
margin: 0px;
padding: 3px 2px 3px 2px;
}

This works fine in IE7, but in Firefox there is a black line between the cells. I can't seem to remove the black line. Please can someone help me? If someone know of a good gridview styling example on the Internet please send it through.

Regards
.NET Enthusiast
AnswerRe: Help With Gridview Styling Pin
Imran Khan Pathan19-Sep-07 1:54
Imran Khan Pathan19-Sep-07 1:54 
Questionsitemappath Pin
kirtiarora19-Sep-07 1:47
kirtiarora19-Sep-07 1:47 
AnswerRe: sitemappath Pin
Imran Khan Pathan19-Sep-07 1:57
Imran Khan Pathan19-Sep-07 1:57 
QuestionTo close the asp page or application Pin
ajay5888619-Sep-07 1:42
ajay5888619-Sep-07 1:42 
AnswerRe: To close the asp page or application Pin
Not Active19-Sep-07 2:38
mentorNot Active19-Sep-07 2:38 
Questionwants to display previous date when i upload a ExcelSheet Pin
subbu.sk19-Sep-07 1:37
subbu.sk19-Sep-07 1:37 
AnswerRe: wants to display previous date when i upload a ExcelSheet Pin
Imran Khan Pathan19-Sep-07 1:50
Imran Khan Pathan19-Sep-07 1:50 
Questionwhen i have load dynamically dll references Pin
Piyush Vardhan Singh19-Sep-07 1:37
Piyush Vardhan Singh19-Sep-07 1:37 
QuestionGetting the Role ID and Name Pin
Brendan Vogt19-Sep-07 1:08
Brendan Vogt19-Sep-07 1:08 
AnswerRe: Getting the Role ID and Name Pin
Imran Khan Pathan19-Sep-07 1:34
Imran Khan Pathan19-Sep-07 1:34 
QuestionRe: Getting the Role ID and Name Pin
Brendan Vogt19-Sep-07 1:50
Brendan Vogt19-Sep-07 1:50 
AnswerRe: Getting the Role ID and Name Pin
Imran Khan Pathan19-Sep-07 2:00
Imran Khan Pathan19-Sep-07 2:00 
GeneralRe: Getting the Role ID and Name Pin
Brendan Vogt19-Sep-07 2:33
Brendan Vogt19-Sep-07 2:33 
Questioncustom control to my web page?? Pin
syibu19-Sep-07 1:05
syibu19-Sep-07 1:05 
AnswerRe: custom control to my web page?? Pin
Imran Khan Pathan19-Sep-07 1:38
Imran Khan Pathan19-Sep-07 1:38 
Questioncheckboxlist Pin
pallavipatil8319-Sep-07 0:55
pallavipatil8319-Sep-07 0:55 
AnswerRe: checkboxlist [modified] Pin
Jintal Patel19-Sep-07 3:33
Jintal Patel19-Sep-07 3:33 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.