Click here to Skip to main content
15,886,724 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Hide .aspx from the url of website. Pin
Rashmi_Karnam2-Mar-10 1:15
Rashmi_Karnam2-Mar-10 1:15 
GeneralRe: Hide .aspx from the url of website. Pin
sumit70342-Mar-10 2:08
sumit70342-Mar-10 2:08 
AnswerRe: Hide .aspx from the url of website. Pin
Abhijit Jana2-Mar-10 2:02
professionalAbhijit Jana2-Mar-10 2:02 
AnswerRe: Hide .aspx from the url of website. Pin
Not Active2-Mar-10 2:37
mentorNot Active2-Mar-10 2:37 
GeneralRe: Hide .aspx from the url of website. Pin
Abhijit Jana2-Mar-10 3:57
professionalAbhijit Jana2-Mar-10 3:57 
AnswerRe: Hide .aspx from the url of website. Pin
cmk2-Mar-10 3:27
cmk2-Mar-10 3:27 
AnswerRe: Hide .aspx from the url of website. Pin
N a v a n e e t h2-Mar-10 4:24
N a v a n e e t h2-Mar-10 4:24 
Questionproblem in debugging the windows application Pin
Amit Spadez1-Mar-10 22:12
professionalAmit Spadez1-Mar-10 22:12 
hi all,

I have made simple windows based application to illustrate the event fire when we click on the stop debugging button in VS 2008.
Actually, When i click on the "close" button of the form in the running application . It invokes the method as mentioned in the "form_load" event
e.g.

Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
Label1.Text = "Hello"
AddHandler System.Windows.Forms.Application.ApplicationExit, AddressOf abcMethod
End Sub

Private Sub abcMethod()

End Sub

but when i directly click on the "stop" debugging in the menu option in VS 2008,it doesn't go to the breakpoint inserted at the form_load event. I want to know which event fires at click of the stop debugging button in the menu option in vs 2008.
Thank you
AnswerRe: problem in debugging the windows application Pin
R. Giskard Reventlov1-Mar-10 22:20
R. Giskard Reventlov1-Mar-10 22:20 
GeneralRe: problem in debugging the windows application Pin
Amit Spadez1-Mar-10 22:23
professionalAmit Spadez1-Mar-10 22:23 
GeneralRe: problem in debugging the windows application Pin
The Man from U.N.C.L.E.2-Mar-10 3:57
The Man from U.N.C.L.E.2-Mar-10 3:57 
AnswerRe: problem in debugging the windows application Pin
The Man from U.N.C.L.E.2-Mar-10 3:54
The Man from U.N.C.L.E.2-Mar-10 3:54 
QuestionClear Back menu in opera Pin
Any_India1-Mar-10 21:30
Any_India1-Mar-10 21:30 
AnswerRe: Clear Back menu in opera Pin
rakeshs3121-Mar-10 21:54
rakeshs3121-Mar-10 21:54 
GeneralRe: Clear Back menu in opera Pin
Any_India1-Mar-10 23:02
Any_India1-Mar-10 23:02 
AnswerRe: Clear Back menu in opera Pin
Rashmi_Karnam1-Mar-10 22:51
Rashmi_Karnam1-Mar-10 22:51 
GeneralRe: Clear Back menu in opera Pin
Any_India1-Mar-10 23:01
Any_India1-Mar-10 23:01 
GeneralRe: Clear Back menu in opera Pin
Rashmi_Karnam1-Mar-10 23:56
Rashmi_Karnam1-Mar-10 23:56 
Questionhref in asp:ListItem Pin
Jassim Rahma1-Mar-10 21:26
Jassim Rahma1-Mar-10 21:26 
AnswerRe: href in asp:ListItem Pin
Rhys Jacob1-Mar-10 23:11
Rhys Jacob1-Mar-10 23:11 
Questionhow to write connection string for two databases in asp.net with c# Pin
developerit1-Mar-10 20:19
developerit1-Mar-10 20:19 
AnswerRe: how to write connection string for two databases in asp.net with c# Pin
sashidhar1-Mar-10 20:41
sashidhar1-Mar-10 20:41 
Generalhow to write connection string for two databases in asp.net with c# Pin
developerit1-Mar-10 21:55
developerit1-Mar-10 21:55 
GeneralRe: how to write connection string for two databases in asp.net with c# Pin
sashidhar1-Mar-10 22:16
sashidhar1-Mar-10 22:16 
AnswerRe: how to write connection string for two databases in asp.net with c# Pin
R. Giskard Reventlov1-Mar-10 21:29
R. Giskard Reventlov1-Mar-10 21:29 

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.