Click here to Skip to main content
15,922,145 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Can somebody tell me what's wrong with my app code folder? Pin
Expert Coming31-May-07 19:13
Expert Coming31-May-07 19:13 
Questiondownload file in client browser in classic asp Pin
gaurav_me31-May-07 18:21
gaurav_me31-May-07 18:21 
QuestionInternationalization Support SQL Reporting Services Pin
hmuser31-May-07 18:06
hmuser31-May-07 18:06 
QuestionASP.net gridview design issue Pin
RanjithLogics31-May-07 16:50
RanjithLogics31-May-07 16:50 
AnswerRe: ASP.net gridview design issue Pin
Sathesh Sakthivel31-May-07 17:56
Sathesh Sakthivel31-May-07 17:56 
GeneralRe: ASP.net gridview design issue Pin
RanjithLogics31-May-07 18:08
RanjithLogics31-May-07 18:08 
GeneralRe: ASP.net gridview design issue Pin
Sathesh Sakthivel31-May-07 18:15
Sathesh Sakthivel31-May-07 18:15 
GeneralRe: ASP.net gridview design issue Pin
RanjithLogics31-May-07 18:26
RanjithLogics31-May-07 18:26 
OK..
THIS IS MY CSS

.GridViewBar
{
background-image:url("../../images/offStyle/shiny-DarkSiver.gif");
font-family:Arial;
font-weight:bold;
color:Black;
}
.PagerStyle
{
background-image:url("../../images/offStyle/Vista-Blue.gif");

font-family:Arial;
font-weight:bold;
color:White;
}

AND THIS IS MY GRIDVIEW HTML

<asp:GridView ID="GridView1" runat="server" AllowPaging="True" AllowSorting="True"
AutoGenerateColumns="False" CellPadding="4" DataSourceID="SQL_DS"
ForeColor="#333333" GridLines="None" ShowFooter="True" EmptyDataText="No Data" OnRowCommand="GridView1_RowCommand" Width="958px" RowHeaderColumn="CURRENCY" DataKeyNames="AREAID" style="page-break-before: auto; page-break-after: auto">
<FooterStyle BackColor="#5D7B9D" CssClass="GridViewBar" />
<EmptyDataTemplate>
&nbsp;
</EmptyDataTemplate>
<SelectedRowStyle BackColor="#E2DED6" ForeColor="#333333" Font-Bold="True" />
<PagerStyle CssClass="PagerStyle" />
<HeaderStyle CssClass="GridViewBar" />
<AlternatingRowStyle BackColor="White" ForeColor="#284775" />
<RowStyle HorizontalAlign="Center" BackColor="#F7F6F3" ForeColor="#333333" />
<EditRowStyle BackColor="#999999" />
<Columns>
<asp:TemplateField ItemStyle-Width="10%">
<EditItemTemplate>
<asp:Button ID="btnUpdate" runat=" ....... AND GOES ON

THANKS

RANJITH STEPHEN
GeneralRe: ASP.net gridview design issue Pin
Sathesh Sakthivel31-May-07 18:29
Sathesh Sakthivel31-May-07 18:29 
QuestionSecurity code Pin
ScottZu31-May-07 15:55
ScottZu31-May-07 15:55 
AnswerRe: Security code Pin
Sathesh Sakthivel31-May-07 16:04
Sathesh Sakthivel31-May-07 16:04 
QuestionSession loosing after error happens Pin
J Liang31-May-07 15:13
J Liang31-May-07 15:13 
AnswerRe: Session loosing after error happens Pin
SimulationofSai31-May-07 20:37
SimulationofSai31-May-07 20:37 
GeneralRe: Session loosing after error happens Pin
J Liang31-May-07 23:09
J Liang31-May-07 23:09 
GeneralRe: Session loosing after error happens Pin
SimulationofSai1-Jun-07 2:55
SimulationofSai1-Jun-07 2:55 
Questionlogin Pin
hoa_nguyen31-May-07 15:08
hoa_nguyen31-May-07 15:08 
AnswerRe: login Pin
Expert Coming31-May-07 15:25
Expert Coming31-May-07 15:25 
AnswerRe: login Pin
Sathesh Sakthivel31-May-07 15:35
Sathesh Sakthivel31-May-07 15:35 
Questionproblem with Request.Url.AbsoluteUri Pin
vbtmikem31-May-07 14:33
vbtmikem31-May-07 14:33 
AnswerRe: problem with Request.Url.AbsoluteUri Pin
Expert Coming31-May-07 14:57
Expert Coming31-May-07 14:57 
GeneralRe: problem with Request.Url.AbsoluteUri Pin
vbtmikem31-May-07 15:01
vbtmikem31-May-07 15:01 
GeneralRe: problem with Request.Url.AbsoluteUri Pin
vbtmikem1-Jun-07 9:29
vbtmikem1-Jun-07 9:29 
GeneralRe: problem with Request.Url.AbsoluteUri Pin
vbtmikem4-Jun-07 7:00
vbtmikem4-Jun-07 7:00 
QuestionDataGrid Postback Problem Pin
Expert Coming31-May-07 11:11
Expert Coming31-May-07 11:11 
QuestionDataGrid and DataBinding question Pin
(Steven Hicks)n+131-May-07 10:56
(Steven Hicks)n+131-May-07 10:56 

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.