I have some information I am pulling from my db into a table. Can anyone direct me to a tutorial that shows how to dynamically create a file and allow a user to download that file with the table contents. All this must be dynamic. Can anyone help me?
Thanks in advance 🙂
generate a dbml file using your database. See this article – http://weblogs.asp.net/scottgu/archive/2007/05/19/using-linq-to-sql-part-1.aspx
create a generic handler. do this inside of the handler ProcessRequest event: