Posted: 2/27/2010
i hav to call this event in jquery on client side;how? i dnt have an ideathis is the eventprotected 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 jqueryi cant take document.ready in this i'm doing this in javascript using asp.net
Posted: 3/6/2010
Please put some more light on your question .
Posted: 5/3/2010
Some more explanation of your scenario and the goal you want to achive may help us provide you better answers ;)
Regards,Hajan
Posted: 9/30/2010
Hello,
I'm not sure if this would work on GridView events but just try to give it a shot: http://www.codeproject.com/KB/scripting/JavaScriptAndServerEvents.aspx