so i need a select command form code behind.
displaying a grid view select command form code behind
i want to display a table with the rows matching the content taken from the controls of the page
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sreejesh SPPosted Mar 28, 2013, 9:02 AM
You want select Query in Sql please read below code
Declare @ID
Select * from table1
where table1.ID=@ID
Dear first you pass Selected ID From Front End to Back End,Then your ID is Match the table then You get Table values
Thanks
Sreejesh
Arul ManivannanPosted Mar 28, 2013, 6:04 AM