Hi,

I want to bind a 'menu' to data in a database in an asp.net app.  The
'menu' will look up names based on the value of a combo box.  I am
currently using a gridview for this, but I don't want to have to have
a 'select' button for the user to select the row, which seems like it
is the case.  I say this because I have set the selected row style
with the following line but it doesn't seem to register.  What can I
do to accomplish this?

                                <SelectedRowStyle
CssClass="selectedEmployeeCss" />

Reply via email to