Advertisement
svetoslavhl

Untitled

Jul 1st, 2014
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Web;
  5. using System.Web.UI;
  6. using System.Web.UI.WebControls;
  7. using System.Data.SqlClient;
  8.  
  9.  
  10. namespace WebApplication5
  11. {
  12. public partial class _Default : Page
  13. {
  14. protected void Page_Load(object sender, EventArgs e)
  15. {
  16. SqlConnection con = new SqlConnection("data source = ASD-PC\SQLEXPRESS ; database = MyDataBase ; integrated security = SSPI");
  17. }
  18. }
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement