To add a style in datagrid
-
Hi , I want to add a style to the particular row's text in datagrid....as my datagrid is directly take the data from store procedure.... datagrid2.datasource=ds; datagrid2.databind(); i want to add the style like whenever my mouse is over on that text i want to change the cursor as a hand. In the css file i created a style for the hand named "hand" ....that's the same i m using in the following code.... datagrid2.Items[i].Cells[1].Style.Add("onmouseover","hand"); plz help me.... Thanks..
-
Hi , I want to add a style to the particular row's text in datagrid....as my datagrid is directly take the data from store procedure.... datagrid2.datasource=ds; datagrid2.databind(); i want to add the style like whenever my mouse is over on that text i want to change the cursor as a hand. In the css file i created a style for the hand named "hand" ....that's the same i m using in the following code.... datagrid2.Items[i].Cells[1].Style.Add("onmouseover","hand"); plz help me.... Thanks..
This question really belongs in the ASP.NET forum. It has nothing to do with the C# language itself, even though it's written in C#. RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome