blah blah blah is here! blah blah » Close

1
votes
2 answers

Datagridview Cell Vertical Scroll

Hi all I have a datagridview where some cells that contain xml data is quite long, when entering edit mode a good portion of the data is unviewable due to the data being larger than the cell. Does anyone know if it is possible to have ...

1
votes
1 answers

Colot datagrid text on cell value asp.net

Guys, how do i change the text forecolor on the status in the datagrid cell? I have this working fine on a windows form app, but in the world of asp.net this is slightly different to me. I'm assuming i use the code in the Default.aspx.cs fi ...

1
votes
2 answers

Change backcolor on datagridview

I have a datagridview with a column called "status" that loads a value from a database, i'm trying to change the back color of the row to yellow if there's the value of "cleaned" in the 'status' column. I'll put the f ...

1
votes
1 answers

Datagridview cell content click

Guys, I'm trying to add an event to a datagridview cell content click for when a user clicks a cell row it changes a value on that row. Example my datagridview on colunm [2] has the word "start" i want the user to click the cel ...

0
votes
1 answers

Ignore null on datagrid cell click event

In my code below i can click on two columns of a datagrid cells that contain buttons, it works great, how ever some of the row cells contain no data, how can i adapt the bellow to ignore nulls and do nothing if the cell button is clicked? ...

1
votes
2 answers

Change cell content on date check

Hi Guys, I have a datagrid that on load the below code checks through the date column and if any date is older than today it changes Cell [6] value to "1" I want to do the exact function but only if the date is today at 10:00am ...

Feedback