11-20-2009, 10:23 AM
there could be two ways
1. every time after login, set the datatable column with the new value and then execute rest of your code
2. Put all the options in rows of your datatable and loop through the rowcount
@Everyone - always wrap your codes with proper tags to make it more readable.like
[/code]
refer help for more details.
1. every time after login, set the datatable column with the new value and then execute rest of your code
2. Put all the options in rows of your datatable and loop through the rowcount
@Everyone - always wrap your codes with proper tags to make it more readable.like
Code:
[code]
...
your code
...
refer help for more details.