Hey All;
I have this little app that allows users to create games and then creates rules regarding the scores of the games.
The rules that they can create allow them to specify that the score should be >, < or != to a specified integer value.
Using these rules I would like to dynamically create and populate 'their' pages with asp.net 2 validator controls based on their rules. I thought it would be easy enough, but I can't seem to find a simple enough validator control that will allow me to specify these basic rules (ie. score != 15, or score > 0).
Does anyone know of a way I could go about doing this? I suppose creating custom controls may be the best, but I will be sacrificing the client side message box validation that I require. :-(
Thank you for any and all help!
Sean.![[peace] [peace] [peace]](/data/assets/smilies/peace.gif)
I have this little app that allows users to create games and then creates rules regarding the scores of the games.
The rules that they can create allow them to specify that the score should be >, < or != to a specified integer value.
Using these rules I would like to dynamically create and populate 'their' pages with asp.net 2 validator controls based on their rules. I thought it would be easy enough, but I can't seem to find a simple enough validator control that will allow me to specify these basic rules (ie. score != 15, or score > 0).
Does anyone know of a way I could go about doing this? I suppose creating custom controls may be the best, but I will be sacrificing the client side message box validation that I require. :-(
Thank you for any and all help!
Sean.
![[peace] [peace] [peace]](/data/assets/smilies/peace.gif)