I'm not sure if it really helps but this is the much more complete.
Just D.
Message:
-----------------
The '%' character, hexadecimal value 0x25, cannot begin with a name. Line 1,
position 2667.
Target Site:
-----------------
Boolean LoadPostData(System.String,
System.Collections.Specialized.NameValueCollection)
Stack Trace:
-----------------
at Infragistics.WebUI.UltraWebGrid.UltraWebGrid.LoadPostData(String
postDataKey, NameValueCollection values)
at System.Web.UI.Page.ProcessPostData(NameValueCollection postData, Boolean
fBeforeLoad)
at System.Web.UI.Page.ProcessRequestMain()
ContentSizeSent (just an example):
-----------------
240903
CurrentInputStream (just an example):
-----------------
212719
HttpMethod:
-----------------
POST
ServerVariables:
-----------------
ALL_HTTP=HTTP_CACHE_CONTROL%3ano-cache%0d%0aHTTP_CONNECTION%3aKeep-Alive%0d%0aHTTP_CONTENT_LENGTH%3a240903%0d%0aHTTP_CONTENT_TYPE%3aapplication%2fx-www-form-urlencoded%0d%0aHTTP_ACCEPT%3aimage%2fgif%2c+image%2fx-xbitmap%2c+image%2fjpeg%2c+image%2fpjpeg%2c+...
ContentType (always):
-----------------
application/x-www-form-urlencoded
UserLanguage (always):
-----------------
en-us
UserAgent (always IE, some differencies):
-----------------
Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322)
Mozilla/4.0 (compatible; MSIE 7.0; AOL 9.0; Windows NT 5.1; .NET CLR
1.1.4322)
Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)
Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; FunWebProducts; .NET CLR
1.1.4322; .NET CLR 2.0.50727)
Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.0.3705; .NET
CLR 1.1.4322; Media Center PC 4.0; .NET CLR 2.0.50727; IEMB3; IEMB3)
Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.0.3705; .NET
CLR 1.1.4322; Media Center PC 4.0; InfoPath.1; IEMB3; IEMB3)
Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.0.3705;
..NET CLR 1.1.4322)
Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Tablet PC 1.7; .NET CLR
1.0.3705; .NET CLR 1.1.4322)
UrlReferred:
-----------------
always same as CurrentExecutionPath. The same UrlReferrer tells me that the
page was going to be refreshed or something like that. Maybe I'm wrong.
"Göran Andersson" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Just D wrote:
>> All,
>>
>> Any valuable idea about subj: "The '%' character, hexadecimal value 0x25"
>> ? I tried to google, but nothing interesting was found.
>>
>> Is it IIS settings problem, user side problem or whatever? We receive it
>> regularly and I guess the problem is not in our source codes. Please
>> help!
>>
>> Just D.
>>
>
> What is the problem?
>
> Is it a part of an error message? If so, you should show the entire error
> message, and explain when and where it appears.
>
> The % character has the hexadecimal character value 0x25, that is correct.
> There is nothing wrong with that.
>
> One place that I can think of where you might have problems with this
> character, is if you haven't correctly encoded values in an URL. The %
> character is used to encode characters in an URL. It's followed by two
> hexadecimal digits that is the character code. To use the actual %
> character in an URL, you have to encode it as %25. If the % character
> appears in an URL without being followed by two hexadecimal characters,
> the URL can't be decoded correctly, and you might get an error message
> that looks something like what you mentioned.
>
> /Göran Andersson
> _____
> http://www.guffa.com