Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi, I need to hide the first row in the datagrid(Not header).
Here is the code.....hope it will help you... GridView1.Rows[0].Visible = false;
GridView1.Rows[0].Visible = false;
Regards, Sandeep Kumar.V
Thanks sandeep. It works fine.