K
Kiran
Hi Guys,
I have three textboxes which I use for filling text, value and link. And I have an Add button in the same form which will add these values to a table in DB and I then bind a listbox to this table.
so every time you add an entry, the items in listbox increases.
when an item in listbox is selected, I would like to fill the three textboxes: text, value and link.
I have value and text in the listbox itself but I don't have the link. My doubt is Do I have to make a call to DB everytime an item of listbox is selected. Is this the only way to do it.
Any help on this would be appreciated
Thanks
Kiran
I have three textboxes which I use for filling text, value and link. And I have an Add button in the same form which will add these values to a table in DB and I then bind a listbox to this table.
so every time you add an entry, the items in listbox increases.
when an item in listbox is selected, I would like to fill the three textboxes: text, value and link.
I have value and text in the listbox itself but I don't have the link. My doubt is Do I have to make a call to DB everytime an item of listbox is selected. Is this the only way to do it.
Any help on this would be appreciated
Thanks
Kiran