tags:

views:

32

answers:

1

I want to display records based on the Prod ID entered by the user in the text box..I have been looking for a tutorial to do that for over an hour now..can't find a simple one..I am a completely new to .NET..hardly know anything about grid view,sql connection and stuff..

I need a step by step tutorial that explains how to do it..I want to learn about all this

oh btw I did establish SQL connection and was successful in displaying my table on the web page..I want to lean how to search from that table and display records ..plz help ?

+1  A: 

http://channel9.msdn.com/posts/matthijs/ASPNET-MVC-2-Basics-Introduction-by-Scott-Hanselman/

http://www.asp.net/mvc/samples/mvc-music-store

http://www.asp.net/mvc/videos

Omu
thnx for the links..know some text based tutorials too with code samples and all that I can try ?
Serenity
just browse the asp.net site, there should be a lot
Omu
also you can download from here: http://valueinjecter.codeplex.com/releases/view/50411 the "Samples Solution" where there is asp.net sample and DataAccess Sample, you'll see the usage of sqlconnection and all this stuff
Omu