Click here to Skip to main content
15,905,563 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
In Query String i am passing value TimeFrom=06:17 PM &TimeTo=06:17 PM it is working in IE and Chrome but in Mozilla it is throwing exception thet Resource is not found.
i am using C# and asp.net.

My Full Querstring is:

~/abc.aspx?ReportParam.CONSTREPORTDATASOURCE=IntimateToConsumer&RequestFor=Permanent Connection&Date=&VisitedBy=&RequestID=21051101409&TimeFrom=06:17 PM &TimeTo=06:17 PM


Here if I remove TimeFrom and Time To Field then its is working fine also in Mozilla.
Posted

1 solution

Characters that are not supported directly, can be encoded, so that any character can be on the URL. Just use this[^] to encode your URL string.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900