Hello EveryOne,
I have one user control contain simple web form nothing special.
I have registered my control in my sample.aspx
It is working fine as per my wish in Mozila But It's not work in IE.
And this amazing that when i click on submit button I does'nt react all means nothing happens even page not reload. It is like some requirevalidator blocking to submit form. But I don't use requirevalidator.
I am totally surprized what is this? Is this is due to using of control or what??
Please help me ,I did not find anyway to resolve this issue.
Thanks in advance
Not sure I follow.
Basically, are you saying that your Page (.ASPX) has a control (.ASCX) on it but the control isn't firing the Postback in IE?
If this is ONLY happening in IE it sounds like you have your IE configured to block scripts. Set your IE settings back to "default" and try again once.
Are you saying you have a User Control with an HTML Form in it?
Are you then adding this user control to another form and as such invalidating the HTML Document with a nested Form?
If so, you can restructure your page so that the Runat Server Form is not encompassing the simple HTML Form and then use a place holder to add your user control. Of course you can't add Server controls to your user control that are dependent on being children of the runat server Form - or for that matter place them anywhere outside the server Form. You would use a Place Holder as a container to load your user control.
Just a thought,
Regards,
Martin.
Meant to add -
Just thought that this has the potential to be one of those scenarios where the browsers would handle the situation differently.
Martin.
Thanks to all for giving your valuable time to read my post
I just delete my page and make it again
Problem disappears I don't know how is it possible but It's really something good thing
0 comments:
Post a Comment