
I have added a gridview in my Visual Studio project. The gridview is set to visible. After deploying the project the GridView is not displayed, but I don't know why. What can be the problem? I feel really confused.
|
I have added a gridview in my Visual Studio project. The gridview is set to visible. After deploying the project the |
||||
|
|
gridView1.Datasource = MyDs/MtTable... gridView1.DataBind();
MyUpdatePanel.Update()
You can check the source.Rows.count (or similar properties)
Try adding custom columns |
|||
|
|