srecce
Posts: 7
|
| Posted: 12/21/2012, 12:30 PM |
|
Hey Guys...
I have an editable grid... with a listbox in it... the bound column is like ...
<select>
<option value="1,somevalue">Some value</option>
<option value=",2,anothervalue">Another value</option>
</select>
So, the thing is I need to split the bound column and store it in different fields...
for instance...
1 in id and somevalue in desc
2 in id and anothervalue in desc
As I working in an editable grid this values are different in each row..and I'm using custom insert with table type.
Any suggestion about the best approuch....
I'm using classic ASP...
Thank you in advance...
|
 |
 |
bannedone
Posts: 273
|
| Posted: 12/21/2012, 1:26 PM |
|
Can you describe in more detail as what you are trying to do??
_________________
John Real
CodeCharge Studio Support, Training, Consulting, Development, Web based solutions
http://realsites.biz
http://ccselite.com
Other Banned IDs on this Forum. jjrjr1, jjrjr2 |
 |
 |
|