Remove row from Gridview on page load

gldcgbgjhegal

New Member
I wondered if you could remove a row from the \[code\]GridView\[/code\] on page load.I am using \[code\]Linq\[/code\] and after the \[code\]Grid.DataBind();\[/code\]\[code\]Grid.Rows.[0].Remove();\[/code\] would be nice.
 
Top