M
Maarten
Hi,
I have a gridview (2.0), in the page load I remove a couple of columns from
the gridview which I dont need.
(All the columns are databound)
This works fine. But after a postback all the templatefields are not bind
anymore.
Only the boundfields are still bound.
Why? and what can I do about this?
Many thanks,
Page_Load:
If Not IsPostBack Then
'Loop to remove the extra columns we dont need:
end if
I have a gridview (2.0), in the page load I remove a couple of columns from
the gridview which I dont need.
(All the columns are databound)
This works fine. But after a postback all the templatefields are not bind
anymore.
Only the boundfields are still bound.
Why? and what can I do about this?
Many thanks,
Page_Load:
If Not IsPostBack Then
'Loop to remove the extra columns we dont need:
end if