Binding GridView inside FormView Control |
|
Answered By
Moderator1
on
12/29/2009 7:29:01 AM |
|
|
|
|
Hi,
I checked your MedFill method. It works like gem. No problem in your code. Just make sure from where you call this method. It has to be called from the FormView's DataBound event as below,
protected void FormView1_DataBound(object sender, EventArgs e)
{
MedFill();
}
Reply me, if problem still exists. |
|
|
|