/ Published in: C#
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
public static SqlDataReader Title() { SqlConnection connection = ConnectionManager.GetConnection(); command.CommandType = CommandType.StoredProcedure; SqlDataReader reader = command.ExecuteReader(CommandBehavior.CloseConnection); return reader; }