Click here to Skip to main content
15,909,466 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionhow to add tooltip to the Radiobuttonlist items Pin
sunita ramesh6-Aug-06 22:07
sunita ramesh6-Aug-06 22:07 
AnswerRe: how to add tooltip to the Radiobuttonlist items Pin
ramyasangeet7-Aug-06 1:28
ramyasangeet7-Aug-06 1:28 
QuestionHow to set ReadOnly property to CheckBoxField in GridView for Some Rows Pin
krishnaiah6-Aug-06 21:09
krishnaiah6-Aug-06 21:09 
AnswerRe: How to set ReadOnly property to CheckBoxField in GridView for Some Rows Pin
minhpc_bk7-Aug-06 15:31
minhpc_bk7-Aug-06 15:31 
Questionpass query string in window.opener.location.reload Pin
mbbisht6-Aug-06 20:44
mbbisht6-Aug-06 20:44 
AnswerRe: pass query string in window.opener.location.reload Pin
Guffa6-Aug-06 21:33
Guffa6-Aug-06 21:33 
QuestionASP.NET Newbie [modified] Pin
aweh6-Aug-06 20:40
aweh6-Aug-06 20:40 
Questionupload realted things by using WebClient very urgent ? [modified] Pin
Tridip Bhattacharjee6-Aug-06 20:19
professionalTridip Bhattacharjee6-Aug-06 20:19 
whenever i am uploading any type of file through WebClient then it working fine but a header message is
adding at the top of the file and also at the end of the file.the header message is like as follows

-----------------------8c8882d5d3c358c
Content-Disposition: form-data; name="file"; filename="P2D Sales Credit Sample.xml"
Content-Type: application/octet-stream

i don't want to have the above header message because whenever i am uploading any picture file then
then this type header causes problem because only for this type of error the gif is not working properly.
suppose whenever i am opening this gif file the the picture is not showing only because of this header.
so pls tell me how could i avoid this header message with sample code.it is very urgent.

my code is
----------
WebClient oclient = new WebClient();
byte[] responseArray = oclient.UploadFile(txtURLToSend.Text,"POST",txtFileToSend.Text);





-- modified at 6:26 Monday 7th August, 2006

tbhattacharjee

QuestionSelecting row on clicking the row header Pin
24891286-Aug-06 19:45
24891286-Aug-06 19:45 
AnswerRe: Selecting row on clicking the row header Pin
_AK_7-Aug-06 20:47
_AK_7-Aug-06 20:47 
Questionhandling key Press, key Up & key Down Events for a data grid on web form Pin
24891286-Aug-06 18:43
24891286-Aug-06 18:43 
AnswerRe: handling key Press, key Up & key Down Events for a data grid on web form Pin
Tim Kohler7-Aug-06 16:53
Tim Kohler7-Aug-06 16:53 
GeneralRe: handling key Press, key Up & key Down Events for a data grid on web form Pin
24891287-Aug-06 17:28
24891287-Aug-06 17:28 
GeneralRe: handling key Press, key Up & key Down Events for a data grid on web form Pin
Tim Kohler8-Aug-06 2:18
Tim Kohler8-Aug-06 2:18 
Questionsolution to PostBack? [modified] Pin
blurMember6-Aug-06 18:04
blurMember6-Aug-06 18:04 
AnswerRe: solution to PostBack? Pin
l0kke7-Aug-06 0:44
l0kke7-Aug-06 0:44 
GeneralRe: solution to PostBack? Pin
blurMember7-Aug-06 20:28
blurMember7-Aug-06 20:28 
GeneralRe: solution to PostBack? Pin
l0kke8-Aug-06 11:30
l0kke8-Aug-06 11:30 
AnswerRe: solution to PostBack? Pin
jitu gupta7-Aug-06 18:31
jitu gupta7-Aug-06 18:31 
GeneralRe: solution to PostBack? Pin
blurMember7-Aug-06 20:30
blurMember7-Aug-06 20:30 
AnswerRe: solution to PostBack? Pin
IamMohan7-Aug-06 19:00
IamMohan7-Aug-06 19:00 
GeneralRe: solution to PostBack? Pin
blurMember7-Aug-06 20:36
blurMember7-Aug-06 20:36 
JokeRe: solution to PostBack? Pin
blurMember7-Aug-06 20:37
blurMember7-Aug-06 20:37 
GeneralRe: solution to PostBack? Pin
IamMohan8-Aug-06 1:18
IamMohan8-Aug-06 1:18 
QuestionRe: solution to PostBack? Pin
blurMember9-Aug-06 20:27
blurMember9-Aug-06 20:27 

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.