hi,
i am taking checkbox values ,which are submitted from html to asp page.i am storing in one variable as follows
str1=request.form("chk1")
str1 contains values 'aaa','bbb','ccc'.i want to change to
aaa,bbb,ccc.can anybody tell me how to do it with the help of replace method.
i am taking checkbox values ,which are submitted from html to asp page.i am storing in one variable as follows
str1=request.form("chk1")
str1 contains values 'aaa','bbb','ccc'.i want to change to
aaa,bbb,ccc.can anybody tell me how to do it with the help of replace method.