Ask a Question related to ASP.NET General, Design and Development.
-
J. Marcelo Barbieri #1
Calling client function from server script
a.. How to write server script to call a client side function written in
JavaScript?
a.. When using Validation controls, it uses a file named
WebUIValidation.js. This file is sent to the client machine to do the
validation? Where can I find it in the client machine?
thanks a lot.
J. Marcelo Barbieri Guest
-
How to identify client in the server-side script?
Imagine application consisting from server-side script and many client-side flash applications. Clients are connecting to server and calling various... -
Client Side Script interferes with Server Side Script?
I added the form validation script (Java Script) to the head section of my insert records form page which works great when tested but when I submit... -
Flash Webcam client <-> client (not client <-> server<-> client)
Dear Flash Team, supporter and regular mortals (Like myself) I am currently running a IRC chat with mostly webclients connected. We currently offer... -
ITC - urgent!!!I'd like to transmit binary data from SQL server to client and load it into variable. I used for this Microsoft Internet Transfer Control and my script looks like this:
I'd like to transmit binary data from SQL server to client and load it into variable. I used for this Microsoft Internet Transfer Control and my... -
Calling a javascript function from server script URGENT HELP
Ok I am about to pull my hair. I have an active x control in an object tag which, as you know cant have runat=server. So what I need is to not... -
Natty Gur #2
Re: Calling client function from server script
Hi,
1) You can’t directly call client side script from the server side code.
Although the current request process and create new response for certain
page the server side code got nothing to do with the client. The server
side code receives all the data that he need in the request headers. He
can’t access the client.
However you can simulate this by embedding client side
script(RegisterClientsideScript, RegisterStartupScript,...) that will
run on the client side.
2) The WebUIValidation.js isnt send to the client as file. just the
WebUIValidation.js. source is download to the client and embedded to the
HTNL source.
Natty Gur, CTO
Dao2Com Ltd.
28th Baruch Hirsch st. Bnei-Brak
Israel , 51114
Phone Numbers:
Office: +972-(0)3-5786668
Fax: +972-(0)3-5703475
Mobile: +972-(0)58-888377
Know the overall picture
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
Natty Gur Guest



Reply With Quote

