i want to develope a page for online test using asp.net
with c#.net. so, how to insert the questions in the
database sqlserver2000 and how to pick the questions
randomly when user login for test. plz send the code for
this....
Answer Posted / ravi
In ORACLE
select * from questions
order by (id * dbms_random.random)
| Is This Answer Correct ? | 4 Yes | 5 No |
Post New Answer View All Answers
What is the maximum number of classes that can be contained in one dll file?
How can we provide the WebParts control functionality to a server control?
How dataadapter.fill works?
What is the use of global.asax file?
What happens if an ASP.NET server control with event-handling routines is missing from its definition?
a web application needs to be created to accept the product name and quantity of a toy from a customer. After the customer has entered the product name the application needs to display the discounted price of the product to the customer (company is offering 35% discount on all products). The application should allow the customer to select the product name from a list box. and also while i'm data binding to a label with custom data binding with some declarations : "The Discounted Price is "+((System.Convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)) - ((System.convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)*0.35)). Where i need to give this declaration in asp.net 2.0.
Take a Large textbox allow to type any data. Task 1:display the count of vowels in a lable on key press event of the textbox Task 2:dispaly count of dates in a lable when dates in following foramats:dd/mm/yy , mm/dd/yy , yy/mm/dd. Task3:compare 2 dates and display both are same or not which dates are in dd/mm/yy and mm/dd/yy farmats.
What is the difference between response.redirect and server.transfer?
How do session tokens work?
Explain the path instructions in xaml?
What is content place holder?
What is a postback in asp net?
Explain about asp.net caching?
How to create multi language website in asp.net mvc? : Asp.Net MVC
what is the difference between response.write() and response.output.write()?