Click here to Skip to main content
15,920,217 members
Home / Discussions / ASP.NET
   

ASP.NET

 
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 
AnswerRe: DataGrid and DataBinding question Pin
Fred_Smith31-May-07 12:01
Fred_Smith31-May-07 12:01 
GeneralRe: DataGrid and DataBinding question Pin
(Steven Hicks)n+131-May-07 12:42
(Steven Hicks)n+131-May-07 12:42 
GeneralRe: DataGrid and DataBinding question Pin
Fred_Smith31-May-07 13:56
Fred_Smith31-May-07 13:56 
QuestionDataGridView Row Colors Pin
Kschuler31-May-07 9:56
Kschuler31-May-07 9:56 
AnswerRe: DataGridView Row Colors Pin
Sherin Iranimose31-May-07 17:54
Sherin Iranimose31-May-07 17:54 
Hi
You want to retrieve each row and assign backcolor.

Eg:
Dim gvr As GridViewRow = GridView1.Rows(i)
gvr.BackColor = Drawing.Color.Beige

like this


To succeed, we must first believe that we can.
Sherin Iranimose




GeneralRe: DataGridView Row Colors Pin
Kschuler1-Jun-07 3:04
Kschuler1-Jun-07 3:04 
GeneralRe: DataGridView Row Colors Pin
Kschuler1-Jun-07 3:42
Kschuler1-Jun-07 3:42 
GeneralRe: DataGridView Row Colors Pin
Sherin Iranimose1-Jun-07 4:58
Sherin Iranimose1-Jun-07 4:58 
QuestionAjax.NET vs Atlas Pin
hamidreza_buddy31-May-07 9:30
hamidreza_buddy31-May-07 9:30 
AnswerRe: Ajax.NET vs Atlas Pin
Christian Graus31-May-07 10:25
protectorChristian Graus31-May-07 10:25 
AnswerRe: Ajax.NET vs Atlas Pin
Joseph Guadagno31-May-07 10:28
Joseph Guadagno31-May-07 10:28 
GeneralRe: Ajax.NET vs Atlas Pin
Christian Graus31-May-07 11:34
protectorChristian Graus31-May-07 11:34 
GeneralRe: Ajax.NET vs Atlas Pin
RichardGrimmer1-Jun-07 4:43
RichardGrimmer1-Jun-07 4:43 
AnswerRe: Ajax.NET vs Atlas Pin
eggie531-May-07 19:03
eggie531-May-07 19:03 
QuestionSpreadsheet Control Pin
Revant Jain31-May-07 9:29
Revant Jain31-May-07 9:29 
AnswerRe: Spreadsheet Control Pin
Christian Graus31-May-07 10:26
protectorChristian Graus31-May-07 10:26 
GeneralRe: Spreadsheet Control Pin
Revant Jain31-May-07 10:33
Revant Jain31-May-07 10:33 
GeneralRe: Spreadsheet Control Pin
Christian Graus31-May-07 14:00
protectorChristian Graus31-May-07 14:00 
Questionincompatibility between IE6 and IE7 / Mozilla Firefox Pin
DKalepu31-May-07 6:28
DKalepu31-May-07 6:28 
AnswerRe: incompatibility between IE6 and IE7 / Mozilla Firefox Pin
DKalepu31-May-07 18:31
DKalepu31-May-07 18:31 
QuestionClientID's ???? Pin
steffw31-May-07 5:27
steffw31-May-07 5:27 
AnswerRe: ClientID's ???? Pin
eggsovereasy31-May-07 5:49
eggsovereasy31-May-07 5:49 

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.