When showing Excel in a Webpage using a dataset and binding the dataset to a datagrid. Make sure that you keep EnableViewState=false.This is because State is getting lost when you bind the data to the datagrid.This is to maitain state accross the webpage.
Wednesday, November 24, 2004
Subscribe to:
Post Comments (Atom)
1 comments:
very important stuff..
Post a Comment