If you mean after you've rendered the page, and without involving a postback, then you're talking about an entirely client-side action. This should be doable, but will depend on the conditions of what you're rendering and exactly what sort of change you're trying to effect, and will most likely require some selective embedding of JavaScript to do the switching...
Main Topics
Browse All Topics





by: arif_eqbalPosted on 2007-05-10 at 23:47:59ID: 19070431
If its a WinForm DataGridView......... s(1).Style .ForeColor = Color.Blue
DataGridView1.Rows(1).Cell