hi,
how can I set some values for my datafields, for example; I have priority section and I would like to display "High,Mid,Low" and I would like to set those character as number , which means the user will choose either High,Mid or Low in the form but I will set up this characters as integers;
High = 1
Mid = 2
Low = 3
so I can sort them....
I need something like this in asprunner but ...edit.asp page does not allow me to do so;
<input name=High value="1">