Posted on: 4/16/2015 11:00:34 PM | Views : 604

I am not sure what forum this should go in and I welcome pointers to documentation to read as I have tried versions of question and can't find answer. I have built a voting / feedback page that contains multiple gridviews with radiobuttons. I have one of type x and three of type y with the difference being question set. I now need to swap out 1-2 of y with z type. What I envision is on page load somehow I evaluate a SQL data to say if this a user the at gets (1x, 2y and 1z) or (1x and 3y).
I am not sure if there is a way to hide / show a gridview based on variable seems easiest if possible. Maybe I should build the gridview in code behind and call the function from aspx page? I am just not sure what path to follow. Just to throw this out this is only going to be run 50 times probably so performance is not an issue, don't worry about inefficient code in solution. I am all for easy! Thanks for any help.

Go to the complete details ...