Click here to Skip to main content
15,900,816 members
Home / Discussions / Web Development
   

Web Development

 
GeneralObject.Sleep Pin
devvvy31-Jan-03 12:25
devvvy31-Jan-03 12:25 
GeneralRe: Object.Sleep Pin
Torsten Mauz31-Jan-03 15:53
Torsten Mauz31-Jan-03 15:53 
GeneralRe: Object.Sleep Pin
devvvy31-Jan-03 17:33
devvvy31-Jan-03 17:33 
GeneralRe: Object.Sleep Pin
Torsten Mauz31-Jan-03 23:39
Torsten Mauz31-Jan-03 23:39 
Generalhere's a simple solution to the problem Pin
devvvy2-Feb-03 20:18
devvvy2-Feb-03 20:18 
Generalscript block and Server.Transfer Pin
devvvy30-Jan-03 17:06
devvvy30-Jan-03 17:06 
GeneralRe: script block and Server.Transfer Pin
devvvy30-Jan-03 17:10
devvvy30-Jan-03 17:10 
GeneralRe: script block and Server.Transfer Pin
Paul Watson30-Jan-03 22:46
sitebuilderPaul Watson30-Jan-03 22:46 
norm wrote:
How come I cant use Server.Transfer("somepage.html") in block, but I can use them in <% %> block?</i>

I cannot be sure of my conclusion without more info, but I think you are suffering from classic Server vs. Client Side confusion.

<code>&lt;% %></code> are <em>server side</em> script block definers. That means any script inside that block will be run server side, not client side.

<code>&lt;script> &lt;/script></code> blocks are typically client side. So any code in those blocks are run client side, not server side.

<code>Server</code> is an ASP object, accessible only on the server side, not the client side. So you cannot have client side code trying to access the <code>Server</code> object, as it does not exist client side.

<div style="padding-left:36px;font:10px verdana;color:#fff;width:200px;border:dashed 1px #069;height:40px;background:#036 url(http://stormfront.bluegrassgroup.com/proudlysa.jpg) no-repeat 2px 1px;"><strong>Paul Watson</strong><br>Bluegrass<br>Cape Town, South Africa</div>
<small><b>Roger Wright wrote:</b></small>
<i>Using a feather is kinky; using the whole chicken is perverted!</i>

GeneralRe: script block and Server.Transfer Pin
devvvy30-Jan-03 22:47
devvvy30-Jan-03 22:47 
GeneralASP .NET Web Hosting Pin
perlmunger30-Jan-03 6:56
perlmunger30-Jan-03 6:56 
GeneralRe: ASP .NET Web Hosting Pin
Paul Riley30-Jan-03 7:03
Paul Riley30-Jan-03 7:03 
GeneralRe: ASP .NET Web Hosting Pin
perlmunger30-Jan-03 7:35
perlmunger30-Jan-03 7:35 
GeneralRe: ASP .NET Web Hosting Pin
Paul Riley30-Jan-03 7:35
Paul Riley30-Jan-03 7:35 
GeneralRe: ASP .NET Web Hosting Pin
perlmunger30-Jan-03 7:49
perlmunger30-Jan-03 7:49 
GeneralAdd - Remove between two HTML List Boxes Pin
jerry0davis30-Jan-03 5:59
jerry0davis30-Jan-03 5:59 
GeneralRe: Add - Remove between two HTML List Boxes Pin
DFU2330-Jan-03 6:51
DFU2330-Jan-03 6:51 
GeneralRe: Add - Remove between two HTML List Boxes Pin
Torsten Mauz30-Jan-03 8:00
Torsten Mauz30-Jan-03 8:00 
GeneralRe: Add - Remove between two HTML List Boxes Pin
jerry0davis30-Jan-03 21:50
jerry0davis30-Jan-03 21:50 
GeneralRe: Add - Remove between two HTML List Boxes Pin
jerry0davis30-Jan-03 21:47
jerry0davis30-Jan-03 21:47 
GeneralSearch facility for website Pin
Member 20664930-Jan-03 3:21
Member 20664930-Jan-03 3:21 
GeneralRe: Search facility for website Pin
Jon Sagara30-Jan-03 5:18
Jon Sagara30-Jan-03 5:18 
GeneralSession Object Not Going Away Pin
Kevin McFarlane30-Jan-03 2:16
Kevin McFarlane30-Jan-03 2:16 
GeneralRe: Session Object Not Going Away Pin
Kevin McFarlane1-Feb-03 0:34
Kevin McFarlane1-Feb-03 0:34 
GeneralError receiving array data via SOAP Pin
EnkelIk30-Jan-03 1:22
EnkelIk30-Jan-03 1:22 
GeneralRe: Error receiving array data via SOAP Pin
EnkelIk30-Jan-03 3:00
EnkelIk30-Jan-03 3:00 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.