Click here to Skip to main content
15,914,500 members
Home / Discussions / C#
   

C#

 
AnswerRe: Serialization Pin
led mike24-Jul-07 4:38
led mike24-Jul-07 4:38 
AnswerRe: Serialization Pin
BoneSoft24-Jul-07 4:55
BoneSoft24-Jul-07 4:55 
GeneralRe: Serialization Pin
led mike24-Jul-07 5:24
led mike24-Jul-07 5:24 
GeneralRe: Serialization Pin
BoneSoft24-Jul-07 5:29
BoneSoft24-Jul-07 5:29 
Questionbool values and radiobuttons Pin
tthellebuyck24-Jul-07 3:43
tthellebuyck24-Jul-07 3:43 
AnswerRe: bool values and radiobuttons Pin
originSH24-Jul-07 4:05
originSH24-Jul-07 4:05 
QuestionRe: bool values and radiobuttons Pin
tthellebuyck24-Jul-07 4:13
tthellebuyck24-Jul-07 4:13 
QuestionDatagrid basics Pin
imnotso#24-Jul-07 3:22
imnotso#24-Jul-07 3:22 
I have a datagrid on a web page. ASP.net.

One column is a date with an ID of DateReported. After binding the data from a SQL database to it
how do I check if that date if greater than today's date then change the colour of the cell to red. Or do I dothis as each row IS binding?

I've obviously looked on the web and have see 14 different ways to do it, all of them contridictory.

Is it not as simple as....

Foreach
{
If (ConvertToDateTime(myGrid.ColumnName.Equals("DateReported")) > TodaysDate)
{
myGrid.ColumnName.Equals("DateReported").colour.red
}
}

or similar. I'm getting rows, cells, grid items all confused after looking at the solutions offered. Any advice greatful for such a newbie.



QuestionTextBox.Clear() won't clear column that it Bind to. Pin
kakarato24-Jul-07 3:09
kakarato24-Jul-07 3:09 
AnswerRe: TextBox.Clear() won't clear column that it Bind to. Pin
Le centriste24-Jul-07 3:38
Le centriste24-Jul-07 3:38 
AnswerRe: TextBox.Clear() won't clear column that it Bind to. Pin
Justin Perez24-Jul-07 3:41
Justin Perez24-Jul-07 3:41 
QuestionC# Directories whilst debugging in visual studio Pin
[d]eljay24-Jul-07 3:09
[d]eljay24-Jul-07 3:09 
AnswerRe: C# Directories whilst debugging in visual studio Pin
Colin Angus Mackay24-Jul-07 3:18
Colin Angus Mackay24-Jul-07 3:18 
GeneralRe: C# Directories whilst debugging in visual studio Pin
[d]eljay24-Jul-07 5:16
[d]eljay24-Jul-07 5:16 
GeneralRe: C# Directories whilst debugging in visual studio Pin
Colin Angus Mackay25-Jul-07 10:31
Colin Angus Mackay25-Jul-07 10:31 
AnswerRe: C# Directories whilst debugging in visual studio Pin
martin_hughes24-Jul-07 3:25
martin_hughes24-Jul-07 3:25 
GeneralRe: C# Directories whilst debugging in visual studio Pin
Colin Angus Mackay24-Jul-07 3:31
Colin Angus Mackay24-Jul-07 3:31 
GeneralRe: C# Directories whilst debugging in visual studio Pin
martin_hughes24-Jul-07 4:09
martin_hughes24-Jul-07 4:09 
GeneralRe: C# Directories whilst debugging in visual studio Pin
Brady Kelly24-Jul-07 5:30
Brady Kelly24-Jul-07 5:30 
GeneralRe: C# Directories whilst debugging in visual studio Pin
[d]eljay24-Jul-07 5:18
[d]eljay24-Jul-07 5:18 
GeneralRe: C# Directories whilst debugging in visual studio Pin
Brady Kelly24-Jul-07 5:24
Brady Kelly24-Jul-07 5:24 
AnswerRe: C# Directories whilst debugging in visual studio Pin
Luc Pattyn24-Jul-07 5:31
sitebuilderLuc Pattyn24-Jul-07 5:31 
GeneralRe: C# Directories whilst debugging in visual studio Pin
[d]eljay24-Jul-07 5:51
[d]eljay24-Jul-07 5:51 
GeneralRe: C# Directories whilst debugging in visual studio Pin
Luc Pattyn24-Jul-07 6:11
sitebuilderLuc Pattyn24-Jul-07 6:11 
GeneralDynamic adding, editing & deleting data from a datagrid Pin
AmitVikramSingh24-Jul-07 2:41
AmitVikramSingh24-Jul-07 2:41 

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.