Muhad Posted December 11, 2003 Posted December 11, 2003 What the heck makes this event fire? It's in my code and was inserted by VS. When debugging I can set break points and all is ok except for this bugger. Any ideas would be appreciated. Quote
Moderators Robby Posted December 11, 2003 Moderators Posted December 11, 2003 When you enable row selection (by adding a ButtonColumn "Select") then it should fire when the user selects a row. Quote Visit...Bassic Software
Muhad Posted December 11, 2003 Author Posted December 11, 2003 When you enable row selection (by adding a ButtonColumn "Select") then it should fire when the user selects a row. I have a couple of buttoncolumns in use now. I don't understand how to enable row selection! Quote
Moderators Robby Posted December 11, 2003 Moderators Posted December 11, 2003 When you place a ButtonColumn you can allow a user to select the row.... <asp:ButtonColumn Text="Select" CommandName="Select"></asp:ButtonColumn> 'You can also set style properties to selected rows <SelectedItemStyle BackColor="Red"> </SelectedItemStyle> Quote Visit...Bassic Software
Muhad Posted December 12, 2003 Author Posted December 12, 2003 Thanks a bunch, I finally got it!!!!!!!!!! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.