[newbie] System.Web.UI.WebControls.GridView.SelectedRowStyle - Different color?
-
I'm using a gridview in order to display some information from a database, and, I would like to make it obvious to the user which row they have selected. Control: System.Web.UI.WebControls.GridView I have set: SelectedRowStyle > BorderColor to Black SelectedRowStyle > BorderStyle to Dotted Do I need to set anything else? :confused:
Jon
-
I'm using a gridview in order to display some information from a database, and, I would like to make it obvious to the user which row they have selected. Control: System.Web.UI.WebControls.GridView I have set: SelectedRowStyle > BorderColor to Black SelectedRowStyle > BorderStyle to Dotted Do I need to set anything else? :confused:
Jon
-
I'm using a gridview in order to display some information from a database, and, I would like to make it obvious to the user which row they have selected. Control: System.Web.UI.WebControls.GridView I have set: SelectedRowStyle > BorderColor to Black SelectedRowStyle > BorderStyle to Dotted Do I need to set anything else? :confused:
Jon
-
I think you've got it. If you're just starting with data access, you may find this series of tutorials useful: http://www.asp.net/learn/data-access/[^] Helped me no end when I started.
Frauke Nonnenmacher Creative Cats