Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Contributor
2268 Points
511 Posts
Feb 23, 2012 07:12 AM|LINK
You can override the constructor and set your own values and you can override any of GridView methods like
protected override void OnRowCreated(GridViewRowEventArgs e) { base.OnRowCreated(e); // Wrire your own actions }
Muhammad Fak...
Contributor
2268 Points
511 Posts
Re: How to persist the Configuring a ASP GridView created at runtime?
Feb 23, 2012 07:12 AM|LINK
You can override the constructor and set your own values and you can override any of GridView methods like
protected override void OnRowCreated(GridViewRowEventArgs e) { base.OnRowCreated(e); // Wrire your own actions }If you feel it helps, Mark as answered so that it can help others to find solution.
For Any further questions, please contact me.