How to separate a value using delimiter

  • 9 February 2017
  • 2 replies
  • 16 views

Badge +5

Hi,

 

I have Text box containing value 2001,2002,2003 and i need to add this value into dropdown like

 

2001

2002

2003

 

have to separate value using (,)comma separator.


2 replies

Userlevel 5
Badge +16

Hi 


 


The only way I could think of is to use stored procedure. If this option is valid then have a look at the following thread:


 


http://stackoverflow.com/questions/23089579/how-to-separate-split-string-with-comma-in-sql-server-stored-procedure


 


 


 

Badge +9

Hi K2A,

 

To Bind Data with Choice or DropDownList you need to  enter data either in static list or by smartform as datasource,  as they supports these methods only.

 

 

 

 

 

  

Reply