lmf232s
10-19-2004, 01:25 PM
I have an excel templete.
I would like to open this and then through code, populate
some of the fields for the user.
Now i have the code that will take the code on the page and
create a new excel file to save or to open but i would like
to do this with the templete.
any ideas.
This is the code i use to open the page as an excel sheet.
Response.ContentType = "application/vnd.ms-excel"
but i dont think this is going to work for what i want.
I would like to open this and then through code, populate
some of the fields for the user.
Now i have the code that will take the code on the page and
create a new excel file to save or to open but i would like
to do this with the templete.
any ideas.
This is the code i use to open the page as an excel sheet.
Response.ContentType = "application/vnd.ms-excel"
but i dont think this is going to work for what i want.