Click here to Skip to main content
16,012,759 members
Home / Discussions / C#
   

C#

 
GeneralRe: Use of @ in a variable name Pin
Not Active9-Oct-07 8:56
mentorNot Active9-Oct-07 8:56 
GeneralRe: Use of @ in a variable name Pin
sa_runner9-Oct-07 10:54
sa_runner9-Oct-07 10:54 
QuestionGlobal odbc Connection? Pin
wjtaylor9-Oct-07 4:12
wjtaylor9-Oct-07 4:12 
AnswerRe: Global odbc Connection? Pin
Phil J Pearson9-Oct-07 4:54
Phil J Pearson9-Oct-07 4:54 
QuestionSystem.Web.UI.Page, get page object from URI Pin
Mogyi9-Oct-07 4:09
Mogyi9-Oct-07 4:09 
AnswerRe: System.Web.UI.Page, get page object from URI Pin
Guffa9-Oct-07 4:14
Guffa9-Oct-07 4:14 
GeneralRe: System.Web.UI.Page, get page object from URL Pin
Mogyi9-Oct-07 11:18
Mogyi9-Oct-07 11:18 
AnswerRe: System.Web.UI.Page, get page object from URL Pin
Guffa9-Oct-07 14:02
Guffa9-Oct-07 14:02 
You can only possibly create a Page object for a page if the page is in the same web application. If it's not, you can't.

The HttpWebRequest gets a response from which you can get the html code for the page as a string. The code contains only the html code that is generated, but no information about what server controls was used to generate the code, so you can't recreate any server controls from the response. You have to parse the html code to get the data from the page.

---
single minded; short sighted; long gone;

GeneralRe: System.Web.UI.Page, get page object from URL Pin
Mogyi9-Oct-07 18:51
Mogyi9-Oct-07 18:51 
Questionre:Internet Dialer Pin
RameshwerE9-Oct-07 3:52
RameshwerE9-Oct-07 3:52 
QuestionConsuming webservices using SOAP Pin
sk84059-Oct-07 3:46
sk84059-Oct-07 3:46 
AnswerRe: Consuming webservices using SOAP Pin
Pete O'Hanlon9-Oct-07 3:51
mvePete O'Hanlon9-Oct-07 3:51 
GeneralRe: Consuming webservices using SOAP Pin
sk84059-Oct-07 3:56
sk84059-Oct-07 3:56 
QuestionMutex.ReleaseMutex() asynchronous ? Pin
Stevo Z9-Oct-07 3:26
Stevo Z9-Oct-07 3:26 
AnswerRe: Mutex.ReleaseMutex() asynchronous ? Pin
led mike9-Oct-07 5:34
led mike9-Oct-07 5:34 
GeneralRe: Mutex.ReleaseMutex() asynchronous ? Pin
Stevo Z9-Oct-07 6:05
Stevo Z9-Oct-07 6:05 
GeneralRe: Mutex.ReleaseMutex() asynchronous ? Pin
led mike9-Oct-07 6:13
led mike9-Oct-07 6:13 
GeneralRe: Mutex.ReleaseMutex() asynchronous ? Pin
Stevo Z9-Oct-07 7:06
Stevo Z9-Oct-07 7:06 
GeneralRe: Mutex.ReleaseMutex() asynchronous ? Pin
led mike9-Oct-07 7:20
led mike9-Oct-07 7:20 
GeneralRe: Mutex.ReleaseMutex() asynchronous ? Pin
Stevo Z9-Oct-07 22:47
Stevo Z9-Oct-07 22:47 
GeneralRe: Mutex.ReleaseMutex() asynchronous ? Pin
led mike10-Oct-07 4:45
led mike10-Oct-07 4:45 
GeneralRe: Mutex.ReleaseMutex() asynchronous ? Pin
Stevo Z10-Oct-07 5:24
Stevo Z10-Oct-07 5:24 
GeneralRe: Mutex.ReleaseMutex() asynchronous ? Pin
led mike10-Oct-07 5:58
led mike10-Oct-07 5:58 
AnswerRe: Mutex.ReleaseMutex() asynchronous ? Pin
Stevo Z10-Oct-07 8:36
Stevo Z10-Oct-07 8:36 
GeneralRe: Mutex.ReleaseMutex() asynchronous ? Pin
led mike10-Oct-07 8:51
led mike10-Oct-07 8:51 

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.