insertcommand.parameters.add("@packagemaster",sqldbtype.varchar,500).value=selectedlist.items;
here insertcommand is stored procedure,selected list is list box,packagemaster is column name
when i try to insert multiple list items in to pakagemaster column using items property it was not working.....so suggest me to handle this situation