Click here to Skip to main content
15,910,130 members
Home / Discussions / C#
   

C#

 
QuestionWinForms app which will fill textboxes on web application Pin
kstxx11-Dec-09 0:12
kstxx11-Dec-09 0:12 
AnswerRe: WinForms app which will fill textboxes on web application Pin
Abhishek Sur11-Dec-09 3:19
professionalAbhishek Sur11-Dec-09 3:19 
GeneralRe: WinForms app which will fill textboxes on web application Pin
kstxx11-Dec-09 3:33
kstxx11-Dec-09 3:33 
GeneralRe: WinForms app which will fill textboxes on web application Pin
kstxx11-Dec-09 4:08
kstxx11-Dec-09 4:08 
GeneralRe: WinForms app which will fill textboxes on web application Pin
Saksida Bojan11-Dec-09 7:08
Saksida Bojan11-Dec-09 7:08 
GeneralRe: WinForms app which will fill textboxes on web application Pin
Abhishek Sur13-Dec-09 21:55
professionalAbhishek Sur13-Dec-09 21:55 
Questionis it possible ? Pin
Joe Rozario10-Dec-09 23:55
Joe Rozario10-Dec-09 23:55 
AnswerRe: is it possible ? Pin
The Man from U.N.C.L.E.11-Dec-09 0:07
The Man from U.N.C.L.E.11-Dec-09 0:07 
It is not possible.

You can go the other way, from extension to mime type if you write an appropriate mapping function.

Example of a failing mime type would be text/plain which maps to .txt, .com, .conf, .cxx, .def and others. In addition many people incorrectly tag mime types and so you may get .xml, .csv, .rss and who knows what returned as text/plain!

A good list of mime types can be found at http://www.webmaster-toolkit.com/mime-types.shtml[^]

If you have knowledge, let others light their candles at it.
Margaret Fuller (1810 - 1850)
[My Articles]  [My Website]

GeneralRe: is it possible ? Pin
Joe Rozario11-Dec-09 0:12
Joe Rozario11-Dec-09 0:12 
Questionwindows azure Pin
santhosh-padamatinti10-Dec-09 23:24
santhosh-padamatinti10-Dec-09 23:24 
AnswerRe: windows azure Pin
Abhijit Jana11-Dec-09 1:50
professionalAbhijit Jana11-Dec-09 1:50 
GeneralRe: windows azure Pin
santhosh-padamatinti11-Dec-09 1:59
santhosh-padamatinti11-Dec-09 1:59 
Questiondatabase Pin
farokhian10-Dec-09 23:12
farokhian10-Dec-09 23:12 
AnswerRe: database Pin
Covean10-Dec-09 23:25
Covean10-Dec-09 23:25 
AnswerRe: database Pin
PIEBALDconsult11-Dec-09 3:44
mvePIEBALDconsult11-Dec-09 3:44 
GeneralRe: database Pin
farokhian11-Dec-09 3:50
farokhian11-Dec-09 3:50 
GeneralRe: database Pin
Saksida Bojan11-Dec-09 7:21
Saksida Bojan11-Dec-09 7:21 
GeneralRe: database Pin
Hawks Talon11-Dec-09 7:23
Hawks Talon11-Dec-09 7:23 
QuestionReflection Parameter Problem object[] Pin
dataminers10-Dec-09 22:00
dataminers10-Dec-09 22:00 
AnswerRe: Reflection Parameter Problem object[] Pin
Abhinav S10-Dec-09 22:16
Abhinav S10-Dec-09 22:16 
GeneralRe: Reflection Parameter Problem object[] Pin
dataminers10-Dec-09 22:27
dataminers10-Dec-09 22:27 
GeneralRe: Reflection Parameter Problem object[] [modified] Pin
Abhinav S10-Dec-09 22:32
Abhinav S10-Dec-09 22:32 
GeneralRe: Reflection Parameter Problem object[] Pin
dataminers10-Dec-09 23:00
dataminers10-Dec-09 23:00 
GeneralRe: Reflection Parameter Problem object[] Pin
Abhinav S10-Dec-09 23:58
Abhinav S10-Dec-09 23:58 
GeneralRe: Reflection Parameter Problem object[] Pin
Gideon Engelberth11-Dec-09 4:23
Gideon Engelberth11-Dec-09 4:23 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.