Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DataList SelectedItem

Status
Not open for further replies.

MangroBongacello

Programmer
Mar 20, 2001
189
SI
Hi,

how do I select a specific item in DataList in code?

Thank you
Mangro
 

Select it via the recordset object or the Datacontrol recordset.

Adodc1.Recordset.Move
or
Adodc1.Recordset.Find
or
Adodc1.Recordset.Bookmark

The list will automatically be repositioned. [/b][/i][/u]*******************************************************
General remarks:
If this post contains any suggestions for the use or distribution of code, components or files of any sort, it is still your responsibility to assure that you have the proper license and distribution rights to do so!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top