Dear Team,
I have a question regarding LINQ 2 SQL and data integration with textbox:
I have one textbox and button on my form, one stored procedure and LINQ 2 SQL class file in my project,
I want that when I hit button, my store procedure run the SQL query and show me the result in textbox.
I am using VB 2008 and Visual Basic for programing.
Kindly guide me.