Who is online? 95 guests and 0 members
Member login | Become a member
Posted: 2/27/2010 12:37:10 AM
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 7:31:25 AM
Please put some more light on your question .
Posted: 5/3/2010 9:43:44 PM
Some more explanation of your scenario and the goal you want to achive may help us provide you better answers ;)
Regards,Hajan