Click here to Skip to main content
15,915,795 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi All,
Suppose I have web form with 100 text box so user want to search value inside text box using functionality like " Find First" & "Find Next" button click. I have to provide text box for search value and 2 button.

how can be done in asp.net 1.1 or any other next version ? please share your views

Many Thanks .....
Posted
Updated 24-Aug-12 23:01pm
v3
Comments
[no name] 25-Aug-12 5:02am    
If you have a web form with 100 textboxes then you have a design issue.
Joan M 25-Aug-12 5:14am    
Better put a grid or a plain text and work that way, 100 textboxes, well... it is not the way to go.

1 solution

As Wes said, your design sucks. In general, I would use jquery though, because you can search all text boxes at once that way. I am pretty sure you can search on the basis of content, and then you could change the style of the controls that match to show they were a hit.
 
Share this answer
 

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