I have a file upload procedure that writes XML data to SQL Server. I would like to display the SQL data on the same page in GridView after it is in the database, without the user having to click another button to view it. Is there a way to do this?
Go to the complete details ...