I'm trying to compile a question and answers page
I'm able to show my questions but on click
of a question I want to show the selected ques and its corr Answer.
The code I have:
sqltemp = "select * from QA where TYPE = 'G' order by id"
set rstemp=conntemp.execute(SQLTemp)
sqltemp =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.