hi
below this
my aspx code like this
==========================
public void TestGridBind()
{
LdEmpAtDet(gridView,ds)
}
Class File Method Like this
=============================
public void LdEmpAtDet(GridView gridView, DataSet ds)
{
something
}
now i need i am call my class method how to receives some values from
TestGridBind() methods?
Mark as Answer if its helpful to you
Kumaraspcode2009@gmail.com