I would like to use a TextBoxor Label (item) inside of a Gridview. When field is clicked, I would like to display list of records that contain: - Item Name - Description - Price - Image - Add Button
|
|
|||||
|
|
|
It sounds to me like you are talking about having a "filter" option for your GridView. If I'm reading your post correctly, you would like to be able to enter text into the TextBox and then filter the data within the GridView to show matching records. Below is some pseudo code that will hopefully help get you started... FRONT END CODE
CODE BEHIND
|
||||||||
|
