TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
rashmi kc
NA
113
159.8k
Question paper generator
Jul 12 2012 12:30 PM
When the user type the number of questions and marks
Eg: If the user wants 1marks 10 question, 2 marks 5 questions
So based on that marks the questions should display randomly
for random selection m using this query in access
" SELECT top 5 questions FROM [tblques] ORDER BY Rnd([quescode])
But this should execute by taking number of questions and marks and total marks and execute the question randomlu
How to do this in windows form application in c# using access
Reply
Answers (
1
)
clicking the combobox message will appear to the user
how can I restrict keyboard key from overriding the application state