I have a lookup feature I am trying to create on a RadGrid when user clicks for a new item.
Currently I have a Textbox and a Button, when the button is clicked I can find the textbox control just fine and I can even give it text in the code behind which will then display said text. However, on the Clickevent I can not see any of the text the user put into the textbox.
How can find this textbox on page load or any other event for that matter so that I can grab the users imputed text to start my search.
Thanks