Hi Mukesh,
Have you checked the IIS log as Patrice suggested?
I'm not familiar with the third party isapi extension, have you checked
with its vendor to see if it supports AJAX?
Do you think we could reproduce the issue using a simpler test project
(that is not using the isapi extension or with a simpler pure .NET
implemented URL rewrite component, for example:
http://weblogs.asp.net/scottgu/archive/2007/02/26/tip-trick-url-rewriting-wi
th-asp-net.aspx)? Without such a test project, there's really much we could
tell what's the root cause.
Regards,
Walter Wang (wawang@online.microsoft.com, remove 'online.')
Microsoft Online Community Support
==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
Mukesh - 14 Sep 2007 16:31 GMT
Hi walter Thnx for ur reply
The log was fantastic
...
I have implemented the solution and as i tested it works fine
I have a new Problem ...
I have two controls on one page(basically input form nature )
One is search control with drop down(tab order 1) , text field(tab
order 2) and one button with submit behavior true(tab order 3)
And second is custom login ctrl
login name text field(tab order 11)
password text field(tab order 12)
one button with submit behavior true(tab order 13)
with same rendering order on the page
on search ctrl when i selects some item in drop down and type some text
in the Keyword field and i presses enter key the form submit is
successful and it is as desired but when i perform this action in login
ctrl it fails and the submit button of search ctrl fires (first input
element of submit type on the html page).
i want enter key on both the ctrls should work properly .
how it is possible in asp.net.
Because there is only one form per page ..
is there any way to render two form on one page or any other suggestion.
> Hi Mukesh,
>
[quoted text clipped - 20 lines]
>
> This posting is provided "AS IS" with no warranties, and confers no rights.
Mukesh - 14 Sep 2007 17:03 GMT
Hi got it
http://forums.asp.net/p/985791/1270048.aspx
> Hi walter Thnx for ur reply
> The log was fantastic
[quoted text clipped - 53 lines]
>> This posting is provided "AS IS" with no warranties, and confers no
>> rights.