TheDrParker
Programmer
Im using "function thisPage_onbeforeserverevent(obj,evnt)" in a Javascript block for an onblur event. I'm trying to find out how I can capture a value from a textbox that I will need when the page calls itself again. I can't use Session('MyVar') and thisPage.setMyVal doesn't work as according to Microsoft "...in client script, you use the thisPage object only for accessing the properties and methods for page objects." I'm kinda stuck because once it completes the function it calls the page again with the onblur event.