Click here to Skip to main content
15,909,829 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
if u have Ajax code in asp.net for "how to check from database if user is exist or not while tab key is press, in user registration form" then plz Help.....!!!
Posted
Updated 16-Aug-12 21:10pm
v3

SQL
Create Focuse Function Or Remove TabIndex.
Asp.net Set Automatic Index in Page.
 
Share this answer
 
Comments
[no name] 17-Aug-12 4:05am    
sorry, not get your answer.
plz tell me in detail
Call your ajax function onfocus event of form
HTML
<form  önfocus="ajaxfunction();" />

JavaScript
function ajaxfunction()
{}
 
Share this answer
 
v2
Comments
[no name] 17-Aug-12 3:18am    
but how can on particular on textbox tab event??
Sangramsingh Pawar 17-Aug-12 3:23am    
Use OnFocus event of textbox
[no name] 17-Aug-12 4:01am    
k, 'll Try....

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900