jimktrains
IS-IT--Management
I am learning asp.net and using C# as the code behind. So far so good but I am trying to use callbacks. What I am trying to do is have the user enter a vehicle ID and click a Find button. I want to use the callback to see if an image file exists which would the the vehicle ID with a .jpg extension. But the problem is, when I try to access the value of the textbox the user entered the vehicle ID in, it is blank/null. The coding for the callback works as I tested returning the current date to the client side and displayed it using alert in the javascript. If I display the value of the textbox instead of the date, nothing shows. The textbox and button are both asp controls so that may be why, but being asp controls, how can I find the value without a postback.
I hope I explained this well enough.
Jim
I hope I explained this well enough.
Jim