-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have two update panels at my ajax page. This is first time I'm using updatepanel and I don't know what is wrong. I think only btnFilter's Click event must trigger the second update panel's content but changing combo values (which also hides/unhides btnFilter button) makes second updatepanel change…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm trying to stop postback on form submit if my custom jQuery validation returns false.
Is there any way to prevent the __doPostback() function finishing from within the submit() function?
I'd assumed:
$('#aspnetForm').submit(function () { return false; });
would do the trick, but apparently…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
This is my problem, I have one textbox, one button and one label. Everything is inside an updatepanel. Let's say I want to test if a valid html-tag is entered in the textbox when I press the button. In the code-behind I have a method for that.
Everythings works just fine, except when I actually enter…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
This erros seems to happen randomly and in the whole system. Sometimes when we click in a button, or even try to login, a alert comes up with the "Message cannot be parsed" error.
Funny thing is that when I turn on fiddler, the thing stars to function ok.
Sniffing the connection via smsniff i was…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Ok, I've got two UpdatePanels on a (relatively simple) CRUD-management page, and I'm having some issues with them.
The first updatepanel fails the second time it's updated (infinite loading popout, page doesn't change, request comes back properly but apparently isn't used). The second updatepanel…
>>> More