N
Nikhil Patel
Hi all,
What is the best way to allow the administrator of the application to
select which columns are displayed in a Databound grid in an aspx form. I
was thinking of creating a form and display all possible columns with a
checkbox. The admin would check the checkboxes for each column they want to
display in the grid. My question is where should I save these settings ( in
XML or SQL Server?). Also when these settings are changed, how can I force
the application to use the updated settings if the application is already
running. Where should I write the code to read these settings(I was thinking
to use Application_Start in global.asax and store the settings in
Application object) and to save these settings(I have no idea where should I
write code to save settings). Any code samples would also be appreciated.
Thanks in advance.
Nikhil
What is the best way to allow the administrator of the application to
select which columns are displayed in a Databound grid in an aspx form. I
was thinking of creating a form and display all possible columns with a
checkbox. The admin would check the checkboxes for each column they want to
display in the grid. My question is where should I save these settings ( in
XML or SQL Server?). Also when these settings are changed, how can I force
the application to use the updated settings if the application is already
running. Where should I write the code to read these settings(I was thinking
to use Application_Start in global.asax and store the settings in
Application object) and to save these settings(I have no idea where should I
write code to save settings). Any code samples would also be appreciated.
Thanks in advance.
Nikhil