Hi,
I currently have the following tables: FixturesTable, GoalsTable, PredictionsTable, TeamsTable, WeekNoTable, SeasonTable, UserTable and HomePageText.
I managed to use the Entity Framework to bring back my home page text from a table but found it difficult to work out how to insert data using that so was then trying to use SqlDataSource. (Ideally EF as that is the future I believe).
Yes I'm trying to use Stored Procedures for everything and have these set up already in my db.
I've gone through the book "Beginning ASP.NET 4 in C# and
VB" by Imar Spaanjaars (The code I'd like to learn is C#).
Thanks,
Dave