15,797,682 members
Sign in
Sign in
Email
Password
Forgot your password?
Sign in with
home
articles
Browse Topics
>
Latest Articles
Top Articles
Posting/Update Guidelines
Article Help Forum
Submit an article or tip
Import GitHub Project
Import your Blog
quick answers
Q&A
Ask a Question
View Unanswered Questions
View All Questions
View C# questions
View C++ questions
View Javascript questions
View Python questions
View PHP questions
discussions
forums
CodeProject.AI Server
All Message Boards...
Application Lifecycle
>
Running a Business
Sales / Marketing
Collaboration / Beta Testing
Work Issues
Design and Architecture
Artificial Intelligence
ASP.NET
JavaScript
Internet of Things
C / C++ / MFC
>
ATL / WTL / STL
Managed C++/CLI
C#
Free Tools
Objective-C and Swift
Database
Hardware & Devices
>
System Admin
Hosting and Servers
Java
Linux Programming
Python
.NET (Core and Framework)
Android
iOS
Mobile
WPF
Visual Basic
Web Development
Site Bugs / Suggestions
Spam and Abuse Watch
features
features
Competitions
News
The Insider Newsletter
The Daily Build Newsletter
Newsletter archive
Surveys
CodeProject Stuff
community
lounge
Who's Who
Most Valuable Professionals
The Lounge
The CodeProject Blog
Where I Am: Member Photos
The Insider News
The Weird & The Wonderful
help
?
What is 'CodeProject'?
General FAQ
Ask a Question
Bugs and Suggestions
Article Help Forum
About Us
Search within:
Articles
Quick Answers
Messages
Comments by Mubeen.asim (Top 7 by date)
Mubeen.asim
6-Jun-11 5:43am
View
but its on the gmail so i dont think it will be able to evaluate the expression.
Mubeen.asim
14-May-11 6:20am
View
ok.. now how do i login to the remote machine.?
Mubeen.asim
14-May-11 3:55am
View
i can see the code in here
Mubeen.asim
9-May-11 6:01am
View
you get a transaction success message/failure for every transaction you make.
Mubeen.asim
9-May-11 4:11am
View
make sure that you have Not set the visibility from the code behind, and auto generate is set to false.
Mubeen.asim
9-May-11 2:48am
View
ok i guess i got it right now reading all the answers, you use a exceptional resource..! and then it causes an exception leaving the resource unusable or in a locked state. so some one has to free the resource and move on.
where as if am writing the resource freeing code below the finally block, it will not execute as the ..NO.. still confused.. it still gets executed as the catch swallows the exception.. some one give me few quick lines of code so that i could understand it better than English..:(
Mubeen.asim
9-May-11 2:40am
View
do you mean to say that if there is a return statement in a try or catch, instead of returning to the caller, the finally gets executed and then it returns..? will have to try one program on it then.
Show More