Click here to Skip to main content
15,891,951 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionhow to print a file without opening it Pin
raghvendrapanda25-May-10 2:44
raghvendrapanda25-May-10 2:44 
AnswerRe: how to print a file without opening it Pin
T M Gray25-May-10 7:45
T M Gray25-May-10 7:45 
AnswerRe: how to print a file without opening it Pin
Pranay Rana26-May-10 0:03
professionalPranay Rana26-May-10 0:03 
GeneralRe: how to print a file without opening it Pin
raghvendrapanda1-Jun-10 9:44
raghvendrapanda1-Jun-10 9:44 
QuestionSystem.IO.IOException Please help me Pin
cheguri25-May-10 0:45
cheguri25-May-10 0:45 
AnswerRe: System.IO.IOException Please help me Pin
P. S. Pundeer25-May-10 1:23
P. S. Pundeer25-May-10 1:23 
AnswerRe: System.IO.IOException Please help me Pin
Sandeep Mewara25-May-10 1:23
mveSandeep Mewara25-May-10 1:23 
Questionurl rewriting and updatepanel issues Pin
aamirzada25-May-10 0:37
aamirzada25-May-10 0:37 
i m using UrlRewritingNet and url rewriting is working fine but i m facing a serious issue. i have just one page in the site. and lots of updatepanel are used in the sites. i have use the rules as u define in ur article.


<urlrewritingnet
rewriteOnlyVirtualUrls="true"
contextItemsPrefix="QueryString"
defaultPage = "default.aspx"
defaultProvider="RegEx" xmlns="http://www.urlrewriting.net/schemas/config/2006/07" >
<rewrites>


<add name="Detail"
virtualUrl="^~/detail/(.*).aspx"
rewriteUrlParameter="ExcludeFromClientQueryString"
destinationUrl="~/detail.aspx?s=$1"
redirect="none"
ignoreCase="true"
/>

</rewrites>
</urlrewritingnet>

i have check when the paging is clicked the response is sent to the server but the pagebutton click event is not fireing.
and as a result i get this error.

Sys.WebForms.PageRequestManagerParserErrorException: The message received from the server could not be parsed. Common causes for this error are when the response is modified by calls to Response.Write(), response filters, HttpModules, or server trace is enabled.

Details: Error parsing near '



<!DOCTYPE html P'.

i hope u will have solve this problem.
i think its .axd problem please sugest a solution.

amirzada
AnswerRe: url rewriting and updatepanel issues Pin
Sandeep Mewara25-May-10 19:13
mveSandeep Mewara25-May-10 19:13 
Questionopening GridView in contentplaceholder of masterpage Pin
mominafiz25-May-10 0:33
mominafiz25-May-10 0:33 
Questionopening GridView in contentplaceholder of masterpage Pin
mominafiz25-May-10 0:56
mominafiz25-May-10 0:56 
AnswerRe: opening GridView in contentplaceholder of masterpage Pin
Sandeep Mewara25-May-10 1:17
mveSandeep Mewara25-May-10 1:17 
AnswerRe: opening GridView in contentplaceholder of masterpage Pin
Sandeep Mewara25-May-10 1:20
mveSandeep Mewara25-May-10 1:20 
GeneralRe: opening GridView in contentplaceholder of masterpage Pin
mominafiz25-May-10 1:50
mominafiz25-May-10 1:50 
GeneralRe: opening GridView in contentplaceholder of masterpage Pin
Sandeep Mewara25-May-10 19:16
mveSandeep Mewara25-May-10 19:16 
Questionproblem in clearing the sessions Pin
Amit Spadez24-May-10 23:48
professionalAmit Spadez24-May-10 23:48 
AnswerRe: problem in clearing the sessions Pin
P. S. Pundeer25-May-10 0:58
P. S. Pundeer25-May-10 0:58 
GeneralRe: problem in clearing the sessions Pin
Amit Spadez25-May-10 1:45
professionalAmit Spadez25-May-10 1:45 
AnswerRe: problem in clearing the sessions Pin
T M Gray25-May-10 8:28
T M Gray25-May-10 8:28 
AnswerRe: problem in clearing the sessions Pin
Sandeep Mewara25-May-10 19:22
mveSandeep Mewara25-May-10 19:22 
AnswerRe: problem in clearing the sessions Pin
Ryan McBeth26-May-10 5:35
Ryan McBeth26-May-10 5:35 
GeneralRe: problem in clearing the sessions Pin
Amit Spadez26-May-10 18:51
professionalAmit Spadez26-May-10 18:51 
GeneralRe: problem in clearing the sessions Pin
Ryan McBeth27-May-10 1:16
Ryan McBeth27-May-10 1:16 
GeneralRe: problem in clearing the sessions Pin
Amit Spadez27-May-10 2:10
professionalAmit Spadez27-May-10 2:10 
GeneralRe: problem in clearing the sessions Pin
Ryan McBeth27-May-10 3:27
Ryan McBeth27-May-10 3: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.