Text Box Event OnTextChange
-
Hi All I Have a problem.I want to search record from database and fill in a grid simultaneously when a user typing in TextBox means when i type 'A' in TextBox it fill gridview from database like 'Adam', 'Ashmit' ,'Anirudh' ,'Adnan' bt when he type another letter like 'Ad' then only 'Adam','Adnan' will remain in grid. this is the result without click over any button Thanks in Advance
-
Hi All I Have a problem.I want to search record from database and fill in a grid simultaneously when a user typing in TextBox means when i type 'A' in TextBox it fill gridview from database like 'Adam', 'Ashmit' ,'Anirudh' ,'Adnan' bt when he type another letter like 'Ad' then only 'Adam','Adnan' will remain in grid. this is the result without click over any button Thanks in Advance
You can try Ajax Auto Complete along with linq-Sql
-
Hi All I Have a problem.I want to search record from database and fill in a grid simultaneously when a user typing in TextBox means when i type 'A' in TextBox it fill gridview from database like 'Adam', 'Ashmit' ,'Anirudh' ,'Adnan' bt when he type another letter like 'Ad' then only 'Adam','Adnan' will remain in grid. this is the result without click over any button Thanks in Advance
Use Ajax and in Sql Query use Like stmt :)
-
Use Ajax and in Sql Query use Like stmt :)
Could u tell me how mean in form of Code
-
You can try Ajax Auto Complete along with linq-Sql
Tell me without use of AJAX i Think it can be possible by adding one more attribute i.e. onTextChange event bt i dont know how i do this. Guide me if u know the solution
-
Tell me without use of AJAX i Think it can be possible by adding one more attribute i.e. onTextChange event bt i dont know how i do this. Guide me if u know the solution
if you wont use AJAX on every textchanged a postback will happen which at all not good
Cheers!! Brij Check my latest Article :Exploring ASP.NET Validators
-
Could u tell me how mean in form of Code
gautamamit8 wrote:
Could u tell me how mean in form of Code
Try out! You have been given head start...use Google with key words if needed... people here won't provde you direct code. Put some effort and if you get stuck, all will help.
-
Hi All I Have a problem.I want to search record from database and fill in a grid simultaneously when a user typing in TextBox means when i type 'A' in TextBox it fill gridview from database like 'Adam', 'Ashmit' ,'Anirudh' ,'Adnan' bt when he type another letter like 'Ad' then only 'Adam','Adnan' will remain in grid. this is the result without click over any button Thanks in Advance