$.post.. or event better using the form plugin http://malsup.com/jquery/form/
- Original Message -
From: k-one fathi
To: jquery-en@googlegroups.com
Sent: Wednesday, August 26, 2009 12:07 AM
Subject: [jQuery] Re: Asp.net AJAX form
I want to submit the form via AJAX ,in
I want to submit the form via AJAX ,in asp.net how I can do this?
Thx
when ajax request starts use
$.ajaxStart(function(){
$("div.containing.image").show();
});
when ajax request stops use:
$.ajaxStop(function(){
$("div.containing.image").hide();
});
- Original Message -
From: "K1"
To: "jQuery (English)"
Sent: Tuesday, August 18, 2009 3:44 AM
S
Well, do you want to submit the form via AJAX or via postack it's
one or the other, but you mention both
On Aug 18, 5:44 am, K1 wrote:
> Hi,all.
> I wanna create ajax form in asp.net that have loading image,
> how can I do this?
> loading image (gif animation) will show utill postback resp
4 matches
Mail list logo