P
Parrot
I am using a client startup script in my web page to display some data from
my Calendar control in C#. I uploaded the new web page to my server and it
runs fine when I pull up the web page from my Vista computer. However, if I
try to bring up the web page from another computer that has XP it does not
work. The script has the following format:
ClientScript.RegisterStartupScript(this.GetType(),
Can anyone tell me what is missing on my XP computer that prevents the
script from working? I am using Net Framework 3.5 and developed with Visual
Studio 2008. It appears to me that Net Framework 3.5 has to be installed on
the client side computer in order for the script to work. Is that true? If
so, how do I install NET 3.5 on all of my viewers computers? There has to be
another answer.
Dave
my Calendar control in C#. I uploaded the new web page to my server and it
runs fine when I pull up the web page from my Vista computer. However, if I
try to bring up the web page from another computer that has XP it does not
work. The script has the following format:
ClientScript.RegisterStartupScript(this.GetType(),
"Popup", scriptText", true);
Can anyone tell me what is missing on my XP computer that prevents the
script from working? I am using Net Framework 3.5 and developed with Visual
Studio 2008. It appears to me that Net Framework 3.5 has to be installed on
the client side computer in order for the script to work. Is that true? If
so, how do I install NET 3.5 on all of my viewers computers? There has to be
another answer.
Dave