Buy Questpond's video subscriptions on
huge discount
.
Online: 2392
Home
Articles
Interviews
Forums
For Beginners
Popular Questions
ITIL Career Advice
PMP Career Advice
Career Advices
Codes
Videos
ASP.NET
ASP.NET MVC
Android Intel XDK
Sql Server
AngularJS
Bootstrap
Backbone.JS
MongoDB
LESS (CSS)
jQuery
WPF
WWF
SSIS
LightSwitch
Tutorials
News
ASP.NET MVC
|
Be Interview Ready
|
Top Performers
|
DNF MVP
|
Top Posts
|
Winners
|
Subscribe
|
Catalogs
Welcome Guest !
Register
Login
Home
>
Exclusive Interviews
>
C#
>
Post
|
Interview FAQs
|
Exclusive Interview Home
|
Interview Home
|
Search
Loading ...
private void Form1_Load(object Sender,EventArgs e) { SqlConnection con = new SqlConnection(); try { con.ConnectionString = @"Data Source = server;Initial Catalog = pubs;User Id= sa;pwd = Password"; con.Open() } } What is the output
Posted by
deccansoft
on 9/18/2010 | Category:
C# Interview questions
| Views: 2979
Compile time error. Expected catch or finally.
Asked In:
Many Interviews |
Alert Moderator
Bookmark It
< Previous question :
Which one of the following is preferred in fetchin ...
Next question > :
What is a managed provider
Comments or Responses
Login to post response
More Interview Questions
What is a managed provider
what is the difference between Module and Class
Why is it not a good practice to use Module in a project
Is the use of Module supported in C#
public static void Main(String[] args)? Why static
What is the best way of passing data from parent process to a console ...
What is the difference between Start Debugging and Start Without Debug ...
Can the entry point Main method be declared as private