Click here to Skip to main content
15,886,110 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: How to create moving thumbnails? Pin
PSK_19-Mar-10 23:38
PSK_19-Mar-10 23:38 
AnswerRe: How to create moving thumbnails? Pin
antony0920-Apr-10 3:19
antony0920-Apr-10 3:19 
Questionadd target attribut in image button Pin
aiel19-Mar-10 4:13
aiel19-Mar-10 4:13 
AnswerRe: add target attribut in image button Pin
R. Giskard Reventlov19-Mar-10 4:31
R. Giskard Reventlov19-Mar-10 4:31 
AnswerRe: add target attribut in image button Pin
PSK_19-Mar-10 23:34
PSK_19-Mar-10 23:34 
QuestionPassing binary data to web site Pin
Chesnokov Yuriy19-Mar-10 3:57
professionalChesnokov Yuriy19-Mar-10 3:57 
AnswerRe: Passing binary data to web site Pin
Not Active19-Mar-10 4:10
mentorNot Active19-Mar-10 4:10 
AnswerRe: Passing binary data to web site Pin
T M Gray19-Mar-10 4:28
T M Gray19-Mar-10 4:28 
You can't have 100k worth of data in a URL. There are limits to how long a URL can be. I don't think that all browsers have standardized on that number, but I think anything over 1000 characters is probably going to cause issues.

You can save the binary information in a file and do a file upload. Then the browser will handle conversions for you. ASP.Net has large chunks of binary data that it passes back and forth called ViewState that uses encryption and base64 encoding. In C# you can certainly write a program that uses WebRequest objects to build a request from scratch.

In general though it doesn't sound like you need the HTTP protocol. It would probably add a lot of overhead.
AnswerYes Pin
Ennis Ray Lynch, Jr.19-Mar-10 5:18
Ennis Ray Lynch, Jr.19-Mar-10 5:18 
AnswerRe: Passing binary data to web site Pin
Austin Cherry19-Mar-10 12:32
Austin Cherry19-Mar-10 12:32 
Questionimage path in web.config Pin
test-0919-Mar-10 3:38
test-0919-Mar-10 3:38 
AnswerRe: image path in web.config Pin
jayantbramhankar19-Mar-10 4:08
jayantbramhankar19-Mar-10 4:08 
AnswerRe: image path in web.config Pin
Not Active19-Mar-10 4:08
mentorNot Active19-Mar-10 4:08 
AnswerRe: image path in web.config Pin
Sandeep Mewara19-Mar-10 4:44
mveSandeep Mewara19-Mar-10 4:44 
GeneralRe: image path in web.config Pin
Not Active19-Mar-10 5:38
mentorNot Active19-Mar-10 5:38 
GeneralRe: image path in web.config Pin
Sandeep Mewara19-Mar-10 5:50
mveSandeep Mewara19-Mar-10 5:50 
QuestionDownloadable ActiveX Pin
Shivan Nandan19-Mar-10 2:16
Shivan Nandan19-Mar-10 2:16 
QuestionConnect to the database with Ajax via Asp.net Pin
Morgs Morgan19-Mar-10 2:06
Morgs Morgan19-Mar-10 2:06 
AnswerRe: Connect to the database with Ajax via Asp.net Pin
Brij19-Mar-10 2:18
mentorBrij19-Mar-10 2:18 
GeneralRe: Connect to the database with Ajax via Asp.net Pin
Morgs Morgan19-Mar-10 3:02
Morgs Morgan19-Mar-10 3:02 
GeneralRe: Connect to the database with Ajax via Asp.net Pin
Brij19-Mar-10 4:03
mentorBrij19-Mar-10 4:03 
GeneralRe: Connect to the database with Ajax via Asp.net Pin
Morgs Morgan19-Mar-10 4:37
Morgs Morgan19-Mar-10 4:37 
AnswerRe: Connect to the database with Ajax via Asp.net Pin
Sandeep Mewara19-Mar-10 3:19
mveSandeep Mewara19-Mar-10 3:19 
GeneralRe: Connect to the database with Ajax via Asp.net Pin
Abhijit Jana20-Mar-10 8:06
professionalAbhijit Jana20-Mar-10 8:06 
AnswerRe: Connect to the database with Ajax via Asp.net Pin
mrMercury19-Mar-10 14:57
mrMercury19-Mar-10 14:57 

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.