Questions tagged [asp.net-3.5]

asp.net-3.5 is the 3.5 version of web development framework asp.net, part of .Net. It features: ASP.NET AJAX as a part of the runtime, new LINQ data capabilities, improved support for CSS.

1126 questions
-4
votes
4 answers

how to open a message box

i m writing the code: string query = "Select * from AdminLogin where username='" + name + "' and password='" + password + "'"; DataSet ds = BusinessLogic.returnDataSet(query); foreach (DataRow dr in ds.Tables[0].Rows) { if…
Ankur
  • 17
  • 1
  • 1
  • 7
1 2 3
75
76