Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
312
Text box focus +WebAsyncRefreshPanel
posted

i have two textboxes one id and other for name and a listbox for displaying all the names and

5 image buttons add, save, edit , delete and cancel . if i click on add button id is automatically

generated and displayed in id textbox i need to get the focus of cursor to the name text box at the

same time. i give txtname.focus() function but it didnt work . I am using a WebAsyncRefreshPanel  in

the page . if i remove it i get the focus on the text box . but i need the refresh panel.pls give me a method

to get focus without removing the webasyunchronous refresh panel.Thanks in advance