Data Bind problem with the grid

1 reply. Last post: February 18, 2011 8:13 AM by Handy Surya
Tags :
  • (None)
  • New Discussion
  • New Question
  • New Product Feedback

Data not binded even though 10 rows are returned in the dataset. There is no exception thrown or caught. Attached are the screen shot of datatable and grid after bind with code below.

String FilterText = this.GetFilterCriteria(grid); grid.DataSource = getdata(

"12003", string.IsNullOrEmpty(FilterText) ? null : "and " + FilterText, null);

grid.DataBind();

 

 

Thanks & Regards,

Murthy Marella

1 attachment
All times are GMT -5. The time now is 6:51 PM.
Previous Next