Joe
|
| Posted: 05/03/2004, 7:18 AM |
|
I am using an Export to excel, Everyone says insert this code into the OPEN EVENT on your page prop. Where is the Open event, i do not see one, I am using CCS, Help Please, Thanks
|
|
|
 |
peterr
Posts: 5971
|
| Posted: 05/03/2004, 11:52 AM |
|
Hmm, there is no Open event in CCS therefore probably not everyone can talk about using it. Who is "everyone"? 
I'm assuming though that you wanted to ask how to export data to Excel?
This was discussed here: http://forums.codecharge.com/posts.php?post_id=43774 http://forums.codecharge.com/posts.php?post_id=37551 http://forums.codecharge.com/posts.php?post_id=43532
Also: http://builder.com.com/5100-6373-5072712.html
The key is to use this command:
Response.ContentType = "application/vnd.ms-excel"
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
Joe
|
| Posted: 05/04/2004, 11:59 AM |
|
Where do i put that command?????
Thanks alot peter r, You have been more help then anyone,, Thanks Again
|
|
|
 |
peterr
Posts: 5971
|
| Posted: 05/04/2004, 12:26 PM |
|
I would put it in After Initialize event of the page. However, I haven't tried this method recently (though did long time ago) and I'm not sure if this one command is sufficient. Please review the other postings and/or try http://www.google.com/search?q=ASP+%22application%2Fvnd.ms-excel%22
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
|