Click here to Skip to main content
15,912,329 members
Home / Discussions / C#
   

C#

 
GeneralRe: COM - STRRET Issues Pin
Heath Stewart23-Feb-04 11:31
protectorHeath Stewart23-Feb-04 11:31 
GeneralRe: COM - STRRET Issues Pin
Tristan Rhodes24-Feb-04 7:34
Tristan Rhodes24-Feb-04 7:34 
GeneralDraw text on path Pin
Werdna23-Feb-04 7:55
Werdna23-Feb-04 7:55 
GeneralRe: Draw text on path Pin
Heath Stewart23-Feb-04 9:10
protectorHeath Stewart23-Feb-04 9:10 
GeneralRe: Draw text on path Pin
Werdna23-Feb-04 14:28
Werdna23-Feb-04 14:28 
GeneralIs it possible to access a variable declared in c# in an html page Pin
VIJAYPAPUPAGER23-Feb-04 7:10
VIJAYPAPUPAGER23-Feb-04 7:10 
GeneralRe: Is it possible to access a variable declared in c# in an html page Pin
Nick Parker23-Feb-04 7:39
protectorNick Parker23-Feb-04 7:39 
GeneralRe: Is it possible to access a variable declared in c# in an html page Pin
Heath Stewart23-Feb-04 9:07
protectorHeath Stewart23-Feb-04 9:07 
In addition to what Nick said, you don't need to tell the ASP.NET application what your IP address is. It already knows. From with your page or control, just call Page.Request.ServerVariables["SERVER_NAME"]. This gets the hostname or IP address. There's other ways to get this, too, like Page.Request.Url.Host. If you like, the best place to store this would be in the Page.Application property - kind of like a session variables only they apply to the whole application so that the application can query the variables (like Page.Application["IPAddress"]) and get the same thing everywhere.

 

Microsoft MVP, Visual C#
My Articles
GeneralThis is odd ! Pin
Ashwin C23-Feb-04 6:43
Ashwin C23-Feb-04 6:43 
GeneralRe: This is odd ! Pin
Heath Stewart23-Feb-04 6:48
protectorHeath Stewart23-Feb-04 6:48 
GeneralRe: This is odd ! Pin
Ashwin C23-Feb-04 6:59
Ashwin C23-Feb-04 6:59 
GeneralRe: This is odd ! Pin
Heath Stewart23-Feb-04 7:04
protectorHeath Stewart23-Feb-04 7:04 
GeneralRe: This is odd ! Pin
Ashwin C23-Feb-04 7:12
Ashwin C23-Feb-04 7:12 
GeneralRe: This is odd ! Pin
Heath Stewart23-Feb-04 8:57
protectorHeath Stewart23-Feb-04 8:57 
GeneralRe: This is odd ! Pin
Michael P Butler23-Feb-04 7:29
Michael P Butler23-Feb-04 7:29 
GeneralRe: This is odd ! Pin
Stephane Rodriguez.23-Feb-04 22:34
Stephane Rodriguez.23-Feb-04 22:34 
Generalenumerating classes and methods... Pin
LongRange.Shooter23-Feb-04 5:41
LongRange.Shooter23-Feb-04 5:41 
GeneralRe: enumerating classes and methods... Pin
Nick Parker23-Feb-04 5:45
protectorNick Parker23-Feb-04 5:45 
GeneralRe: enumerating classes and methods... Pin
LongRange.Shooter23-Feb-04 8:16
LongRange.Shooter23-Feb-04 8:16 
GeneralRe: enumerating classes and methods... Pin
Nick Parker23-Feb-04 8:33
protectorNick Parker23-Feb-04 8:33 
GeneralRe: enumerating classes and methods... Pin
LongRange.Shooter23-Feb-04 9:38
LongRange.Shooter23-Feb-04 9:38 
GeneralRe: enumerating classes and methods... Pin
Heath Stewart23-Feb-04 6:46
protectorHeath Stewart23-Feb-04 6:46 
GeneralRe: enumerating classes and methods... Pin
LongRange.Shooter23-Feb-04 8:13
LongRange.Shooter23-Feb-04 8:13 
GeneralRe: enumerating classes and methods... Pin
Heath Stewart23-Feb-04 9:02
protectorHeath Stewart23-Feb-04 9:02 
GeneralRe: enumerating classes and methods... Pin
Jonathan de Halleux23-Feb-04 7:02
Jonathan de Halleux23-Feb-04 7:02 

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.