ASP.Net - Gridview row selection and effects -


I am using the following code, which allow the user to click anywhere on the line to select the gridview row Lets mouse over and out) The effect code does not apply to the rowdattound and I can not break it in the event. (It's wired).

The control is in user control, which resides in the content page, which contains the masterpages.


  Secure void gvOrderTypes_RowDataBound (Object Sender, GridViewRowEventArgs e) {GridView gvOrdTypes = (GridView) Sender; // Check that the item being bound is actually a detorve, if it is, // attach the string and related Java characters to the necessary HTML events (E.RO.RowType == Data ControllerType.DATAV) {E. Ro Attribute ["Onmouseover"] = "Javascript: setMouseOverColor (this);"; E. Ro Attribute ["onmouse"] = "javascript: setmoouget collar (this);"; E. Ro Attribute ["onclick"] = page. Clientscript GetPostback Client Hyperlink (GVORX, "$ Select" + E.R. Ro Indexes); }}  

Scratch This Header Wired for a Databout Event rather than Roudabout Was there. Sorry everyone works as a side note, Code works


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -