one of the custom datatable view needs IE 8 standard view to render it on web browser, i have to <meta http-equiv="X-UA-Compatible" content="IE=7; IE=8" />
insert this piece of code in my site.master to make it work.
But this will override my whole site compatibility settings. is there a way to insert this in my application head section at run time & that too on launching control i would like to add this meta tag to my HTML page.