Ask a Question related to ASP.NET General, Design and Development.
-
Salim Afþar #1
without postback?
Hi,
I've got a textbox and a label.When the user enter a character to the
textbox I'll display the number of character in the textbox in the label.
How can I do that without any postback?
Thanks in advance.
Salim
Salim Afþar Guest
-
Usercontrol always needs a second postback
I folks, I have a simple page with a user control dropped on it, a textbox and a submit button. That usercontrol should display the value entered... -
Datagrid Postback
Hello all, I have a Datagrid on a page. 1 column is a template column with a checkbox (unbound). The rest of the columns are databound that are... -
PostBack Concept
I want to know if the PostBack concept applies to HTML web-based forms, regardless of what programming technologies we use: For example, ASP,... -
Postback
Greets, Is it possible to disable the postback for a button control if I inherit from it? Thanks, Shawn -
How to see what caused PostBack
I have few buttons on a page. In Page_Load I would like to determine which one caused post back. How to do? -
Aemca #2
Re: without postback?
Goto a site which offers a web sms service and copy the javascript
functionality from there.
"Salim Afþar" <safsar@luckyeye.com> wrote in message
news:O6gTnUETDHA.2020@TK2MSFTNGP11.phx.gbl...> Hi,
> I've got a textbox and a label.When the user enter a character to the
> textbox I'll display the number of character in the textbox in the label.
> How can I do that without any postback?
> Thanks in advance.
> Salim
>
Aemca Guest
-
Salim Afþar #3
Re: without postback?
Can you please send some JavaScript onKeyDown code
Thanks
"Mark" <mark@yahoo.comN0SPAM> wrote in message
news:bf5s1l$drk$1@lust.ihug.co.nz...> I don't believe this is possible without doing a postback to the server.
> Using Javascript you may be able to capture the onKeyDown (Or similiar
> event) and the check the length of the string in the required textbox.
>
> If you need any more info, give me a yell :)
>
> Cheers
> MarkusJ
>
>
Salim Afþar Guest
-
Salim Afþar #4
Re: without postback?
Thanks again.I made it.
Salim
"Salim Afþar" <safsar@luckyeye.com> wrote in message
news:uQokwKFTDHA.304@tk2msftngp13.phx.gbl...> Can you please send some JavaScript onKeyDown code
> Thanks
>
> "Mark" <mark@yahoo.comN0SPAM> wrote in message
> news:bf5s1l$drk$1@lust.ihug.co.nz...>> > I don't believe this is possible without doing a postback to the server.
> > Using Javascript you may be able to capture the onKeyDown (Or similiar
> > event) and the check the length of the string in the required textbox.
> >
> > If you need any more info, give me a yell :)
> >
> > Cheers
> > MarkusJ
> >
> >
>
Salim Afþar Guest
-
Mark #5
Re: without postback?
I don't believe this is possible without doing a postback to the server.
Using Javascript you may be able to capture the onKeyDown (Or similiar
event) and the check the length of the string in the required textbox.
If you need any more info, give me a yell :)
Cheers
MarkusJ
Mark Guest



Reply With Quote

