Hi,
I have form which will ask the product ID's. Whatever the user entering via text box should get displayed in list box.
Example:
Form with label "Enter the Product ID" and followed by a text box to get the input and three buttons "Add to the List" and "Delete from the List" and "Close".
I need to know how to perform :-
Thanks in advance.
Regards,
Dheepak
I have form which will ask the product ID's. Whatever the user entering via text box should get displayed in list box.
Example:
Form with label "Enter the Product ID" and followed by a text box to get the input and three buttons "Add to the List" and "Delete from the List" and "Close".
I need to know how to perform :-
- product ID need to add to the list box once i select "Add to the List" button
- need to delete any one of the ID which is already available
- need to alert if user is trying to add the product id which is already available list box
- need to alert if user is trying to delete the product id which is not available in the list box
Thanks in advance.
Regards,
Dheepak