Ask a Question related to ASP.NET General, Design and Development.
-
cedced #1
parameter
Hello,
How use a variable Javascript in a fonction VB.NET?
(Variable Javascript is executed in page_load but fonction VB.NET is
executed in asp button on_click)
IS it possible?
Thanks you.
cedced Guest
-
Need help using URL parameter
I have a question on passing the value in URL parameter, i have two example links provided below, one shows the dynamic images of each unique... -
Bad Parameter ! box
Hello, I have a message box which pops when I run my code, but it doesn't look like a error with my code, its a smaller warning sign message box... -
URL parameter in DW??
How can I use URL parameter between two pages in aspx?? Thanks! -
out parameter
Hi, I use a parameter as "out int myarray" in the web service, but somehow the client cannot process it. Could you please tell me why this... -
Date Parameter For Saved Parameter Queries
Hi again, I finally got to using saved parameter queries in my application (a big thank you to Bob Barrows for helping me with this). Currently... -
Kevin Spencer #2
Re: parameter
JavaScript is client-side. That is, JavaScript variables do not exist on the
server. So I don't understand what you mean by "Variable JavaScript is
executed in page_load". If you want to get a value from a JavaScript
variable that was set on the client from an event handler on the server,
you're going to have to pass it back to the server. You could put it into a
hidden form field, or you could put it into a Cookie.
--
HTH,
Kevin Spencer
Microsoft MVP
..Net Developer
[url]http://www.takempis.com[/url]
Complex things are made up of
lots of simple things.
"cedced" <cedrico_59@yahoo.fr> wrote in message
news:bha7ck$qb9$1@muguet.sncf.fr...> Hello,
> How use a variable Javascript in a fonction VB.NET?
> (Variable Javascript is executed in page_load but fonction VB.NET is
> executed in asp button on_click)
> IS it possible?
> Thanks you.
>
>
Kevin Spencer Guest



Reply With Quote

