On Fri, Nov 26, 2010 at 12:18 PM, Samueldotnet <[email protected]> wrote: > hi. i am working on an IQ Test windows application and i need a logic > for displaying a different question each time the user clicks the ok > button.i'm using Sql server express database and a dataset for holding > the qestions and the answers. need help urgently thanks. ------------------
Why not get the row conut of questions from the db and randomize a numeric value for each new Q requested. If the P-key of the Q is int that could be the param you are using. -- Stephen Russell Sr. Production Systems Programmer CIMSgts 901.246-0159 cell
