Topic RSS Feed

Posts under the topic: jquery

Posted: 2/27/2010 12:37:10 AM

Lurker 20 points Lurker
  • Joined on: 2/16/2010 12:52:00 AM
  • Posts: 4

i hav to call this event in jquery on client side;
how? i dnt have an idea
this is the event
protected void gvPracticesAssignedFacilities_RowDataBound(object sender, GridViewRowEventArgs e)
{



if (e.Row.RowType == DataControlRowType.DataRow)
{
e.Row.Attributes["onmouseover"] = "javascript:setMouseOverColor(this);";
e.Row.Attributes["onmouseout"] = "javascript:setMouseOutColor(this);";
e.Row.Attributes.Add("onclick", "javascript:rowindexgv2(this)");


}
//int i = Convert.ToInt32(hdnfldSelectedRow.Value) + 1;


}
plz tell me how this function is call in jquery
i cant take document.ready in this

 i'm doing this in javascript using asp.net


Posted: 3/6/2010 7:31:25 AM

Professional 9529 points Professional
  • Joined on: 4/19/2009 1:46:52 AM
  • Posts: 219

Please put some more light on your question .


Posted: 5/3/2010 9:43:44 PM

Starter 1971 points Starter
  • Joined on: 5/3/2010 8:45:04 PM
  • Posts: 113

Some more explanation of your scenario and the goal you want to achive may help us provide you better answers ;)

Regards,
Hajan


Page 1 of 1 (3 items)