Response.Content Type
C#
2
Posts
2
Posters
0
Views
1
Watching
-
For specifying a file type we use Response.ContentType in a webapplication. But it wont work on a windows application..What we shoul use instead??
Response is a object of ASP.Net, you cannot use that in window application. If you want to open some document use shell command cheers asithangae