Click here to Skip to main content
16,008,469 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionmaintain values of a textbox on Postback Pin
Archana New to Dotnet9-Jul-07 18:45
Archana New to Dotnet9-Jul-07 18:45 
AnswerRe: maintain values of a textbox on Postback Pin
MaheshSharma9-Jul-07 19:00
MaheshSharma9-Jul-07 19:00 
GeneralRe: maintain values of a textbox on Postback Pin
Archana New to Dotnet9-Jul-07 19:06
Archana New to Dotnet9-Jul-07 19:06 
GeneralRe: maintain values of a textbox on Postback Pin
MaheshSharma9-Jul-07 19:09
MaheshSharma9-Jul-07 19:09 
GeneralRe: maintain values of a textbox on Postback Pin
kumar.a9-Jul-07 20:15
kumar.a9-Jul-07 20:15 
AnswerRe: maintain values of a textbox on Postback Pin
N a v a n e e t h9-Jul-07 19:09
N a v a n e e t h9-Jul-07 19:09 
AnswerRe: maintain values of a textbox on Postback Pin
Michael Sync9-Jul-07 20:04
Michael Sync9-Jul-07 20:04 
GeneralRe: maintain values of a textbox on Postback Pin
Michael Sync9-Jul-07 20:06
Michael Sync9-Jul-07 20:06 
QuestionDetect Browser Close Pin
MaheshSharma9-Jul-07 18:41
MaheshSharma9-Jul-07 18:41 
AnswerRe: Detect Browser Close Pin
Michael Sync9-Jul-07 20:00
Michael Sync9-Jul-07 20:00 
GeneralRe: Detect Browser Close Pin
MaheshSharma9-Jul-07 21:48
MaheshSharma9-Jul-07 21:48 
GeneralRe: Detect Browser Close Pin
Michael Sync9-Jul-07 23:48
Michael Sync9-Jul-07 23:48 
GeneralRe: Detect Browser Close Pin
MaheshSharma10-Jul-07 0:24
MaheshSharma10-Jul-07 0:24 
Questionplacing map in website Pin
mmm!@#9-Jul-07 18:33
mmm!@#9-Jul-07 18:33 
AnswerRe: placing map in website Pin
Michael Sync9-Jul-07 19:55
Michael Sync9-Jul-07 19:55 
GeneralRe: placing map in website Pin
mmm!@#9-Jul-07 20:19
mmm!@#9-Jul-07 20:19 
QuestionInclude tree view in every page Pin
J Liang9-Jul-07 15:55
J Liang9-Jul-07 15:55 
AnswerRe: Include tree view in every page Pin
Michael Sync9-Jul-07 16:04
Michael Sync9-Jul-07 16:04 
GeneralRe: Include tree view in every page Pin
J Liang9-Jul-07 18:30
J Liang9-Jul-07 18:30 
GeneralRe: Include tree view in every page Pin
Michael Sync9-Jul-07 19:53
Michael Sync9-Jul-07 19:53 
GeneralRe: Include tree view in every page Pin
J Liang9-Jul-07 20:06
J Liang9-Jul-07 20:06 
GeneralRe: Include tree view in every page Pin
Michael Sync9-Jul-07 20:23
Michael Sync9-Jul-07 20:23 
AnswerRe: Include tree view in every page Pin
Sven Cipido9-Jul-07 20:16
Sven Cipido9-Jul-07 20:16 
QuestionRemote Debugging dll issues asp 1.1 Pin
evodev9-Jul-07 14:39
evodev9-Jul-07 14:39 
I have been having issues with remote debugging. I have never had remote debugging working, so I am not entirely sure how it should work. Pleas help.

I run
C:\Program Files\Microsoft Visual Studio .NET 2003\Common7\Packages\Debugger\
msvcmon -tcpip

On the remote server that has all the code including code behinds. The dll is a debug and I have the pdb up there too.

I believe I have set all the correct settings in the project configuration properties including:

Enable ASP.NET Debugging = True
Enable Remote Debugging = True
Remote Debug Machine = {the server name}


Then I run the application using a browser.
Finally, I attach the debugger by going to Tools > Debug Process and select the Transport:
TCPIP (native only) for the {server name}

at this point msvcmon says that a debugging session has been attached.

I highlight the worker process and the msvcmon says a debugging session has been attached again

Now I stick a break point on my Visual Studio code and proceed on the browser application, but the breakpoint is never reached. The application continues as if I have no breakpoints.

I get no errors.

Any ideas? HELP!

Thank you very much.


QuestionHow to create Pop up Calendar ? Pin
kidus19-Jul-07 10:59
kidus19-Jul-07 10:59 

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.