haitham
Posts: 1
|
| Posted: 03/20/2007, 6:25 AM |
|
Hi
i'm new to codecharge, i'm trying to create a simple application.
i have two textboxs, i create event onChange for the first textbox to pupilate some value on the second textbox.
i saw the code generated it it seem fine, but when i test the form nothink happen. even i tryed to change the code and put some rubish command and run it again also nothing happen event i didn't get error.
it seem to me that the registration of the event is not working.
can any body help on this.
thanks
|
 |
 |
Benjamin Krajmalnik
|
| Posted: 03/22/2007, 12:06 PM |
|
If you want the form field updated, nake sure you are using a client side
event and not a server side event.
"haitham" <haitham@forum.codecharge> wrote in message
news:645ffeed668bbc@news.codecharge.com...
> Hi
> i'm new to codecharge, i'm trying to create a simple application.
> i have two textboxs, i create event onChange for the first textbox to
> pupilate
> some value on the second textbox.
>
> i saw the code generated it it seem fine, but when i test the form nothink
> happen. even i tryed to change the code and put some rubish command and
> run it
> again also nothing happen event i didn't get error.
>
> it seem to me that the registration of the event is not working.
>
> can any body help on this.
>
> thanks
>
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>
|
|
|
 |
|