|
-
Aug 17th, 2009, 11:29 AM
#11
Re: How to Use Ajaxcontroltoolki autocomplete with database data
OccId = CType(item.FindControl("occupation"), TextBox).Text
Dim chosenOccupation As String = OccId.Text
User types stuff into textbox. User gets autosuggest. User picks a value. Value goes into textbox.
User clicks submit.
You loop through the rows, use FindControl, find the textbox.
Read from textbox.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|