I wrote a method which returns a dataset. than I added an object datasource with all parameters.
onbutton click I bind a gridview
Code:
protected void button1_Click(object sender, EventArgs e)
{
gvLookup.DataBind();
}
would you able to tell me what Im doing...