Click here to Skip to main content
15,909,953 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: How to get Data from Webservice's Class object Pin
vivekdeshpande27-Jul-07 1:14
vivekdeshpande27-Jul-07 1:14 
QuestionProblems with Wizard control - ASP.Net 2.0 Pin
Jagadeesh Jupalli26-Jul-07 23:11
Jagadeesh Jupalli26-Jul-07 23:11 
Questionselect a file from one location and into another location Pin
indiaone26-Jul-07 23:08
indiaone26-Jul-07 23:08 
AnswerRe: select a file from one location and into another location Pin
Christian Graus26-Jul-07 23:12
protectorChristian Graus26-Jul-07 23:12 
GeneralRe: select a file from one location and into another location Pin
indiaone26-Jul-07 23:57
indiaone26-Jul-07 23:57 
GeneralRe: select a file from one location and into another location Pin
Christian Graus27-Jul-07 0:35
protectorChristian Graus27-Jul-07 0:35 
QuestionAutomatic question paper generation Pin
sarodam26-Jul-07 22:26
sarodam26-Jul-07 22:26 
AnswerRe: Automatic question paper generation Pin
N a v a n e e t h26-Jul-07 22:36
N a v a n e e t h26-Jul-07 22:36 
sarodam wrote:
(randomly questions are selected from database)


You need to make use of Rand() method available in SQL Server. This will generate random number. I presume that each of your question having unique id. First you need to find starting and ending question number. Then start a cursor, Find random number which comes in between starting and ending question id. Inside this loop you need to select question details for the randomly generated question id and insert values into one temporary table. Finally select your temporary table.

Using cursors is not advisable practice, but if no other methods are available you can choose this. D'Oh! | :doh:


GeneralRe: Automatic question paper generation Pin
sarodam1-Aug-07 19:57
sarodam1-Aug-07 19:57 
AnswerRe: Automatic question paper generation Pin
Chetan Patel27-Jul-07 1:10
Chetan Patel27-Jul-07 1:10 
QuestionSerial Port Programming Pin
Ashish Vohra26-Jul-07 22:25
Ashish Vohra26-Jul-07 22:25 
AnswerRe: Serial Port Programming Pin
Christian Graus26-Jul-07 23:12
protectorChristian Graus26-Jul-07 23:12 
QuestionAuditing an ASP.NET web site (C#) Pin
But_Im_a_Lady26-Jul-07 22:04
But_Im_a_Lady26-Jul-07 22:04 
AnswerRe: Auditing an ASP.NET web site (C#) Pin
Christian Graus26-Jul-07 22:08
protectorChristian Graus26-Jul-07 22:08 
AnswerRe: Auditing an ASP.NET web site (C#) Pin
N a v a n e e t h26-Jul-07 22:25
N a v a n e e t h26-Jul-07 22:25 
GeneralRe: Auditing an ASP.NET web site (C#) Pin
But_Im_a_Lady26-Jul-07 23:07
But_Im_a_Lady26-Jul-07 23:07 
QuestionHow to maintaining a Same Title for different web forms using HTML Pin
somagunasekaran26-Jul-07 22:04
somagunasekaran26-Jul-07 22:04 
AnswerRe: How to maintaining a Same Title for different web forms using HTML Pin
Christian Graus26-Jul-07 22:06
protectorChristian Graus26-Jul-07 22:06 
GeneralRe: How to maintaining a Same Title for different web forms using HTML Pin
somagunasekaran26-Jul-07 22:15
somagunasekaran26-Jul-07 22:15 
GeneralRe: How to maintaining a Same Title for different web forms using HTML Pin
N a v a n e e t h26-Jul-07 22:27
N a v a n e e t h26-Jul-07 22:27 
GeneralRe: How to maintaining a Same Title for different web forms using HTML Pin
T.EDY26-Jul-07 22:34
T.EDY26-Jul-07 22:34 
GeneralRe: How to maintaining a Same Title for different web forms using HTML Pin
N a v a n e e t h26-Jul-07 22:38
N a v a n e e t h26-Jul-07 22:38 
QuestionHandle the Back Button in Browser? Pin
chand1026-Jul-07 21:59
chand1026-Jul-07 21:59 
AnswerRe: Handle the Back Button in Browser? Pin
Christian Graus26-Jul-07 22:05
protectorChristian Graus26-Jul-07 22:05 
AnswerRe: Handle the Back Button in Browser? Pin
T.EDY26-Jul-07 22:22
T.EDY26-Jul-07 22:22 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.