Hello every body
I created a simple program usine web development 2008. The program consists of a datalist control that is bound to an access database, a textbox and a button. When a string is entered in the txtbox and click the button I get the value of the string. The problem I am facing is that the value I am getting is something like: John-William-Henry-Jack. This format is already in the database. What I need is to split the string so that each name is separated and displayed on a new line. Now I know how to split a string but I need to get the string from <%# Eval("datafield ")%> before it is diplayed in order to split it. I am using vb language here.
your help is appreciated
I created a simple program usine web development 2008. The program consists of a datalist control that is bound to an access database, a textbox and a button. When a string is entered in the txtbox and click the button I get the value of the string. The problem I am facing is that the value I am getting is something like: John-William-Henry-Jack. This format is already in the database. What I need is to split the string so that each name is separated and displayed on a new line. Now I know how to split a string but I need to get the string from <%# Eval("datafield ")%> before it is diplayed in order to split it. I am using vb language here.
your help is appreciated
Comment