views:

19

answers:

0

we tried to create the dynamic gridview with template using this. but we are stuck with casting our gridview to this ListGrid. If we create the instance of Gridview as follows

GridView1=new ListGrid();

We cannot able to get the datas displayed as it is temporary instance that is created and it is not getting overriden to our existing gridview .

How to create the instance and get the datas displayed in my gridview????

any Idea???