Ask a Question related to ASP.NET General, Design and Development.
-
Robert Hanson #1
Valid list of HTTPResponse.ContentType string types
Hi All,
I am look for a valid list of string args that can be used with
HTTPResponse.ContentType.
Thanks for any help!!
Bob Hanson
CEO
Custom Programming Unlimited LLC
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
Robert Hanson Guest
-
httpresponse is not giving me all the information
Hello, I am trying to post a form to a webserver that is suppose to send a response with a perticular number which is generated on server. Well when... -
Any portable ways to get a list of valid locales?
I think the question I want to ask here is: "Is there any portable way of getting a listing of valid locales on the current system?" I've been... -
locale games - looking for portable ways to get a list of valid locales
I think the question I want to ask here is: "Is there any portable way of getting a listing of valid locales on the current system?" I've been... -
Checking if List contains string
Hi Daniel, You can use getOne to find a match. Test= if Test.getOne("Tim") > 0 then -- you found it or -
Cast from type 'DBNull' to type 'String' is not valid error
Trying to add an insert button Sub btnAddRow_Click event for adding a row to the datagrid and dataset back to SQL. Had it working per the... -
bruce barker #2
Re: Valid list of HTTPResponse.ContentType string types
its bascially all mime types, and anyone is free to add to the list anytime
they want.
-- bruce (sqlwork.com)
"Robert Hanson" <roberth@cpuandsimplepdm.com> wrote in message
news:OvMfdPqVDHA.3232@tk2msftngp13.phx.gbl...> Hi All,
>
> I am look for a valid list of string args that can be used with
> HTTPResponse.ContentType.
>
> Thanks for any help!!
>
> Bob Hanson
> CEO
> Custom Programming Unlimited LLC
>
> *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
> Don't just participate in USENET...get rewarded for it!
bruce barker Guest
-
Robert Hanson #3
Re: Valid list of HTTPResponse.ContentType string types
Since I am new to this, I don't know the string values or MIME types and
I am looking for a reference site to get the information.
Thanks for your reply,
Bob Hanson
CEO
Custom Programming Unlimited LLC
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
Robert Hanson Guest
-
Ray Dixon [MVP] #4
Re: Valid list of HTTPResponse.ContentType string types
Hi Robert,
Here are a few links that should help:
[url]http://www.webmaster-toolkit.com/mime-types.shtml[/url]
[url]http://www.iana.org/assignments/media-types/[/url]
[url]http://www.filext.com/[/url]
Good luck!
--
Ray Dixon - Microsoft MVP
[email]ray@NOSPAM.greeble.com[/email]
(remove NOSPAM. from my e-mail address for a direct reply)
"Robert Hanson" <roberth@cpuandsimplepdm.com> wrote in message
news:%23uPeWRrVDHA.2252@TK2MSFTNGP10.phx.gbl...> Since I am new to this, I don't know the string values or MIME types and
> I am looking for a reference site to get the information.
>
> Thanks for your reply,
>
> Bob Hanson
> CEO
> Custom Programming Unlimited LLC
>
> *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
> Don't just participate in USENET...get rewarded for it!
Ray Dixon [MVP] Guest
-
Yan-Hong Huang[MSFT] #5
Re: Valid list of HTTPResponse.ContentType string types
Really good info. I have added it to my favorite sites. Thanks Ray for your contribution to the community. :)
Best regards,
Yanhong Huang
Microsoft Online Partner Support
Get Secure! - [url]www.microsoft.com/security[/url]
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
!Reply-To: "Ray Dixon [MVP]" <ray@NOSPAM.greeble.com>
!From: "Ray Dixon [MVP]" <ray@NOSPAM.greeble.com>
!References: <u3hY6fqVDHA.1316@TK2MSFTNGP12.phx.gbl> <#uPeWRrVDHA.2252@TK2MSFTNGP10.phx.gbl>
!Subject: Re: Valid list of HTTPResponse.ContentType string types
!Date: Wed, 30 Jul 2003 09:53:34 -0700
!Lines: 32
!X-Priority: 3
!X-MSMail-Priority: Normal
!X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
!X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
!Message-ID: <eLCGesrVDHA.3232@tk2msftngp13.phx.gbl>
!Newsgroups: microsoft.public.dotnet.framework.aspnet
!NNTP-Posting-Host: mail.clrpnt.com 209.20.152.138
!Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!tk2msftn gp13.phx.gbl
!Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.aspnet:163440
!X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
!
!Hi Robert,
!
!Here are a few links that should help:
![url]http://www.webmaster-toolkit.com/mime-types.shtml[/url]
![url]http://www.iana.org/assignments/media-types/[/url]
![url]http://www.filext.com/[/url]
!
!Good luck!
!
!
!--
!Ray Dixon - Microsoft MVP
!ray@NOSPAM.greeble.com
!(remove NOSPAM. from my e-mail address for a direct reply)
!
!
!
!"Robert Hanson" <roberth@cpuandsimplepdm.com> wrote in message
!news:%23uPeWRrVDHA.2252@TK2MSFTNGP10.phx.gbl...
!> Since I am new to this, I don't know the string values or MIME types and
!> I am looking for a reference site to get the information.
!>
!> Thanks for your reply,
!>
!> Bob Hanson
!> CEO
!> Custom Programming Unlimited LLC
!>
!> *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
!> Don't just participate in USENET...get rewarded for it!
!
!
!
Yan-Hong Huang[MSFT] Guest



Reply With Quote

