window.navigate in .NET

window.navigate in .NET

Post by Rad » Wed, 15 May 2002 09:11:09



well.. javascript stuff hasn't disappeared.. you can still use it.. and it's
OK to do it..


Quote:> Is there an analog of JavaScript window.navigate comand
> on the server side (.NET) that allows to reload current
> page and retain the current session?

> Thanks

 
 
 

window.navigate in .NET

Post by Valery Polyako » Wed, 15 May 2002 09:23:54


Thanks for the suggestion...

I need to programmaticaly reload my page from another
thread. I do not know how can I do it in JavaScript. If I
could, I would just register client-side script and heve
a button to invoke it. Unfortunately, I do not want to
have a button for reloading, but instead, when a long
process is finished, I would like to reload the page to
display the results.

May be you can tell, how I can do it.

Thanks

Quote:>-----Original Message-----
>well.. javascript stuff hasn't disappeared.. you can

still use it.. and it's
>OK to do it..


message



Quote:>> Is there an analog of JavaScript window.navigate comand
>> on the server side (.NET) that allows to reload current
>> page and retain the current session?

>> Thanks

>.


 
 
 

window.navigate in .NET

Post by Rad » Wed, 15 May 2002 11:22:34


you can register client script that only does the refresh.. it doesn't have
to be connected to a button. but that would mean the page should not load
completely..

there's no way to "push" data from server to client... that's something to
keep in mind..


> Thanks for the suggestion...

> I need to programmaticaly reload my page from another
> thread. I do not know how can I do it in JavaScript. If I
> could, I would just register client-side script and heve
> a button to invoke it. Unfortunately, I do not want to
> have a button for reloading, but instead, when a long
> process is finished, I would like to reload the page to
> display the results.

> May be you can tell, how I can do it.

> Thanks

> >-----Original Message-----
> >well.. javascript stuff hasn't disappeared.. you can
> still use it.. and it's
> >OK to do it..


> message


> >> Is there an analog of JavaScript window.navigate comand
> >> on the server side (.NET) that allows to reload current
> >> page and retain the current session?

> >> Thanks

> >.

 
 
 

window.navigate in .NET

Post by Valery Polyako » Wed, 15 May 2002 20:37:58


Still, it would have been much easier if there is a way
to reload page in .NET

Quote:>-----Original Message-----
>you can register client script that only does the

refresh.. it doesn't have
Quote:>to be connected to a button. but that would mean the

page should not load
>completely..

>there's no way to "push" data from server to client...
that's something to
>keep in mind..


message

>> Thanks for the suggestion...

>> I need to programmaticaly reload my page from another
>> thread. I do not know how can I do it in JavaScript.
If I
>> could, I would just register client-side script and
heve
>> a button to invoke it. Unfortunately, I do not want to
>> have a button for reloading, but instead, when a long
>> process is finished, I would like to reload the page to
>> display the results.

>> May be you can tell, how I can do it.

>> Thanks

>> >-----Original Message-----
>> >well.. javascript stuff hasn't disappeared.. you can
>> still use it.. and it's
>> >OK to do it..


in
>> message


>> >> Is there an analog of JavaScript window.navigate
comand
>> >> on the server side (.NET) that allows to reload
current
>> >> page and retain the current session?

>> >> Thanks

>> >.

>.

 
 
 

1. .NET Add-ins in Excel do not show up in Add-ins

Has anyone been successful in adding custom built-in functions into
Excel via the .net XP Interop assemblies?

According to MS KB 316723, you have to make sure you build the
deployment project for the Current User, not the machine.  I did that.

Also, in the Add-in path for Excel, I added a string called "Automation"
(from a support call to Microsoft) ... but
alas ... no add-in after I install.

Anyone get this to work?

--mike

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!

2. Myst & Quick Time

3. VB 6 How do you navigate frames in basewindow.navigate?

4. Help: Need starter information for DSP novice

5. DevStudio V6 Plug-Ins and output window

6. Printing to multiple files in a loop.

7. Connect Add-Ins to my own windows application.

8. Adobe driver

9. Navigating Windows Forms

10. What's Equivalent of window.navigate?

11. Creating Office Managed COM Add-Ins with Visual Studio .NET

12. Outlook COM Add-ins With .NET

13. .NET Add-ins -> Setup project build problems