Click here to Skip to main content
15,890,527 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: procedure returning no data even though data is present in database Pin
Satish Mahapatra20-Jun-10 23:33
Satish Mahapatra20-Jun-10 23:33 
QuestionWeb Application Compatibility Issue? Pin
Razanust20-Jun-10 19:49
Razanust20-Jun-10 19:49 
AnswerRe: Web Application Compatibility Issue? Pin
PSK_20-Jun-10 20:02
PSK_20-Jun-10 20:02 
AnswerRe: Web Application Compatibility Issue? Pin
meilixueshan20-Jun-10 21:30
meilixueshan20-Jun-10 21:30 
AnswerRe: Web Application Compatibility Issue? Pin
Ankur\m/20-Jun-10 23:32
professionalAnkur\m/20-Jun-10 23:32 
QuestionRandom number Pin
idea_00720-Jun-10 19:12
idea_00720-Jun-10 19:12 
AnswerRe: Random number Pin
Abhijit Jana20-Jun-10 19:13
professionalAbhijit Jana20-Jun-10 19:13 
AnswerRe: Random number Pin
PSK_20-Jun-10 19:55
PSK_20-Jun-10 19:55 
You should have done google for this.

You can try something like this.



protected void btnRandomGenerator_Click(object sender, EventArgs e)
        {
            System.Random RandNum = new System.Random();
           lblRandomNumber.Text =  RandNum.Next(1, 9).ToString();
        }

WWW, WCF, WWF, WPF, WFC .... WTF

Questionhow to handle users at the same time to get different primarkey value Pin
developerit19-Jun-10 23:15
developerit19-Jun-10 23:15 
AnswerRe: how to handle users at the same time to get different primarkey value Pin
Not Active20-Jun-10 1:49
mentorNot Active20-Jun-10 1:49 
AnswerRe: how to handle users at the same time to get different primarkey value Pin
Tej Aj20-Jun-10 21:20
Tej Aj20-Jun-10 21:20 
GeneralRe: how to handle users at the same time to get different primarkey value Pin
developerit20-Jun-10 21:47
developerit20-Jun-10 21:47 
QuestionAdding control and serverside script to page dynamically Pin
Fayu19-Jun-10 17:26
Fayu19-Jun-10 17:26 
AnswerRe: Adding control and serverside script to page dynamically Pin
Not Active20-Jun-10 1:43
mentorNot Active20-Jun-10 1:43 
GeneralRe: Adding control and serverside script to page dynamically [modified] Pin
Fayu20-Jun-10 4:41
Fayu20-Jun-10 4:41 
GeneralRe: Adding control and serverside script to page dynamically Pin
Not Active20-Jun-10 4:44
mentorNot Active20-Jun-10 4:44 
GeneralRe: Adding control and serverside script to page dynamically Pin
Fayu20-Jun-10 5:12
Fayu20-Jun-10 5:12 
GeneralRe: Adding control and serverside script to page dynamically Pin
Not Active20-Jun-10 9:21
mentorNot Active20-Jun-10 9:21 
GeneralRe: Adding control and serverside script to page dynamically Pin
Fayu20-Jun-10 12:27
Fayu20-Jun-10 12:27 
AnswerRe: Adding control and serverside script to page dynamically Pin
NeverHeardOfMe20-Jun-10 4:01
NeverHeardOfMe20-Jun-10 4:01 
GeneralRe: Adding control and serverside script to page dynamically Pin
Fayu20-Jun-10 4:39
Fayu20-Jun-10 4:39 
QuestionLock down a web site's allowable IP range to just one IP address [modified] Pin
jpang00119-Jun-10 15:43
jpang00119-Jun-10 15:43 
AnswerRe: Lock down a web site's allowable IP range to just one IP address Pin
DaveAuld19-Jun-10 23:46
professionalDaveAuld19-Jun-10 23:46 
GeneralRe: Lock down a web site's allowable IP range to just one IP address Pin
jpang00120-Jun-10 3:35
jpang00120-Jun-10 3:35 
GeneralRe: Lock down a web site's allowable IP range to just one IP address Pin
Dimitri Witkowski20-Jun-10 3:57
Dimitri Witkowski20-Jun-10 3:57 

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.