hello to all,
i would like to ask help from you who knows more on asp.net c#, here's my qeustion i have one fileupload control and one listbox and one button which is the addfile, now when the user browse a file and click the add file button the file that was selected will be added to the listbox, now i have one button again which the save button, how am i going to concatenate the value inside the listbox to save in one column on my database like for example
my sample listbox item
text1.text
smple.doc
record.xls
the result should be text1.text,smple.doc,record.xls that can be stored to one variable
how can i do that anyway here's my code,
for (int Go to the complete details ...