1
Answer

Asp.net

Haii i want move data between two listboxes by  using buttons like(<,>,<<,>>)  i want move without duplicate data for  example,in listbox1 have some countries (America,greenland,africa,srilanka...) and listbox2  contains some countries like(germany,pakisthan,nepal,bangladesh,america,srilanka...etc) when i selet listbox1 item for move to listbox2 ,it will compare and move if it is not in listbox2
suppose i select america,it is already in listbox2 so the message will display it already i listbox 2
otherwise it will move listbox2.
Answers (1)
0
Crish

Crish

NA 3.7k 76.4k 14y
hi

have you uploaded your web application on webserver or in local ?

If you have uploaded it on webserver then you must be give live Ms-SQL credentials in your web config for database connection.

"Database=databsename;Server=01.01.111.222;User=testuser;Pwd=password;"


Don't forget to Mark Do you like this Answer  that solved your problem!