Posted on: 11/30/2013 10:34:40 PM | Views : 873

hello everyone,
i'm currently developing an intranet with departmental pages, in each page i have a dropdownlist where you select the query based on its name (that displays only the queries regarding the department in which page you're in, i got this to work), a label that displays the query description (dunno how to do make it work with the whole binding to gridview scenario), a single gridview and buttons that export the gridview contents to excel and/or send the excel via email.
the table that feeds my dropdown is as follows, notice that i have my querystrings on the actual DB, i've tried to make the dropdown read the querystrings but i can only make the dropdownlist to populate the gridview with the actual querystring instead of the results that the querystring should generate, like so:
page


table:
Go to the complete details ...