Click here to Skip to main content
15,892,298 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: problem while viewing in the opera or Mizilla - FireFox Pin
Rutvik Dave19-Jun-08 5:09
professionalRutvik Dave19-Jun-08 5:09 
Questionserver to client and client to server working Pin
Pankaj Garg18-Jun-08 19:24
Pankaj Garg18-Jun-08 19:24 
AnswerRe: server to client and client to server working Pin
Ashfield18-Jun-08 21:24
Ashfield18-Jun-08 21:24 
GeneralRe: server to client and client to server working Pin
Pankaj Garg18-Jun-08 22:57
Pankaj Garg18-Jun-08 22:57 
GeneralRe: server to client and client to server working Pin
Ashfield18-Jun-08 23:33
Ashfield18-Jun-08 23:33 
AnswerRe: server to client and client to server working Pin
Rutvik Dave19-Jun-08 5:03
professionalRutvik Dave19-Jun-08 5:03 
QuestionFormatted number vs javascript Pin
samerh18-Jun-08 19:15
samerh18-Jun-08 19:15 
Questionunable to locate the id of linkbutton in datalist and datalist in updatepanel Pin
Pankaj Garg18-Jun-08 18:51
Pankaj Garg18-Jun-08 18:51 
i was tryig to download the file through the datalist link button.The gridview is in the update panel.
on cliking the link button it showed the followig error
"Sys.Webforms.PageRequestParserErrorException: The message received from the server could not be parsed. Errors parsing near
there were few square boxes after this.
I am writing the following code.

string filename = f.Name;<br />
Response.ContentType = "application/octet-stream";<br />
Response.AddHeader("content-disposition", "attachment; filename = " + str);<br />
Response.BinaryWrite(b);<br />
Response.End();


my linkbutton is in datalist and datalist is in update panel.
How should i find the link button id now?
I am writing the followinf inline code , the id is of linkbutton ut it gives runtime error , says this id does not exist
<triggers><br />
                 <Triggers><br />
<asp:PostBackTrigger ControlID="linkbutton1"></asp:PostBackTrigger><br />
</Triggers></triggers>


If you have an apple & I have an apple and we exchange our apples, then each of us will still have only one apple but if you have an idea & I have an idea and we exchange our ideas, then each of us will have two ideas!

AnswerRe: unable to locate the id of linkbutton in datalist and datalist in updatepanel Pin
Rutvik Dave19-Jun-08 5:01
professionalRutvik Dave19-Jun-08 5:01 
QuestionProblem with Acrobat Reader ActiveX Control Pin
Member 329688318-Jun-08 18:28
Member 329688318-Jun-08 18:28 
QuestionBinding 2 Dropdownlist and select one datat from 1 drpdwnlst dont see 2nd drpdwnlst Pin
SreejithAchutan18-Jun-08 18:23
SreejithAchutan18-Jun-08 18:23 
AnswerRe: Binding 2 Dropdownlist and select one datat from 1 drpdwnlst dont see 2nd drpdwnlst Pin
SathyaSiva18-Jun-08 19:12
SathyaSiva18-Jun-08 19:12 
GeneralRe: Binding 2 Dropdownlist and select one datat from 1 drpdwnlst dont see 2nd drpdwnlst Pin
SreejithAchutan18-Jun-08 19:35
SreejithAchutan18-Jun-08 19:35 
GeneralRe: Binding 2 Dropdownlist and select one datat from 1 drpdwnlst dont see 2nd drpdwnlst Pin
SathyaSiva18-Jun-08 20:01
SathyaSiva18-Jun-08 20:01 
GeneralRe: Binding 2 Dropdownlist and select one datat from 1 drpdwnlst dont see 2nd drpdwnlst Pin
SreejithAchutan18-Jun-08 20:54
SreejithAchutan18-Jun-08 20:54 
Questiondynamic form layout Pin
khalil20018-Jun-08 12:53
khalil20018-Jun-08 12:53 
AnswerRe: dynamic form layout Pin
Rutvik Dave19-Jun-08 5:16
professionalRutvik Dave19-Jun-08 5:16 
GeneralRe: dynamic form layout Pin
khalil20020-Jun-08 18:58
khalil20020-Jun-08 18:58 
QuestionSelection in combobox added to gridview not being passed to sql queries Pin
Dan Neely18-Jun-08 11:17
Dan Neely18-Jun-08 11:17 
QuestionUpload Image Error Pin
sabaMCA18-Jun-08 10:15
sabaMCA18-Jun-08 10:15 
AnswerRe: Upload Image Error Pin
Bursh.18-Jun-08 10:33
Bursh.18-Jun-08 10:33 
Questionproblem with WebUserControl Pin
sabaMCA18-Jun-08 10:09
sabaMCA18-Jun-08 10:09 
AnswerRe: problem with WebUserControl Pin
Bursh.18-Jun-08 10:32
Bursh.18-Jun-08 10:32 
QuestionDLL and contents not registering when on server Pin
Bursh.18-Jun-08 10:06
Bursh.18-Jun-08 10:06 
QuestionMenu control and CSS problem, please help Pin
orsini18-Jun-08 8:46
orsini18-Jun-08 8:46 

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.