i have a list object with data.when i select a record in the list, the fields
in that particular record should be shown in text boxes
pls let me konw
i have a list object with data.when i select a record in the list, the fields
in that particular record should be shown in text boxes
pls let me konw
TextBox1.Text = Listbox1.Value
Textbox2.Text = Listbox1.List(Listbox1.ListIndex,0)
Textbox3.Text = Listbox1.List(Listbox1.ListIndex,1)
etc.
--
HTH
Bob Phillips
(remove nothere from email address if mailing direct)
"Pradeep" <Pradeep@discussions.microsoft.com> wrote in message
news:9DA4A179-6982-4319-B564-A3EB61D9A278@microsoft.com...
> i have a list object with data.when i select a record in the list, the
fields
> in that particular record should be shown in text boxes
> pls let me konw
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks