File Upload control problem
-
hi, I have File Upload Control inside a panel on my website.I have also set the default button for the Panel. When the control is on a browse button I want that when I click the enter key on a keyboard it should display the browse window, but I am not getting the result???? How should I go???
-
hi, I have File Upload Control inside a panel on my website.I have also set the default button for the Panel. When the control is on a browse button I want that when I click the enter key on a keyboard it should display the browse window, but I am not getting the result???? How should I go???
place control outside panel and check if it works...
Government Dyal Singh College Lahore.
-
place control outside panel and check if it works...
Government Dyal Singh College Lahore.
I have already tried it... but i am not getting an result..
-
hi, I have File Upload Control inside a panel on my website.I have also set the default button for the Panel. When the control is on a browse button I want that when I click the enter key on a keyboard it should display the browse window, but I am not getting the result???? How should I go???
You can capture enter key, and do what ever you want by using below code. function Keycheck() { if (window.event.keyCode == 13) { alert("Enter Key"); } }
Prince Team Lead Quest Solutions www.imaginethinkact.com