Click here to Skip to main content
15,915,019 members
Home / Discussions / C#
   

C#

 
GeneralRe: Cross AppDomain Exception Handling. Plugin architecture. Pin
Abdul Gafoor9-Jul-07 1:18
Abdul Gafoor9-Jul-07 1:18 
GeneralRe: Cross AppDomain Exception Handling. Plugin architecture. Pin
Abdul Gafoor9-Jul-07 19:11
Abdul Gafoor9-Jul-07 19:11 
QuestionI can not run debug to debug a web service Pin
vohongtieng20059-Jul-07 0:24
vohongtieng20059-Jul-07 0:24 
AnswerRe: I can not run debug to debug a web service Pin
Pete O'Hanlon9-Jul-07 0:54
mvePete O'Hanlon9-Jul-07 0:54 
QuestionGet processor No. Pin
Sunshine Always9-Jul-07 0:22
Sunshine Always9-Jul-07 0:22 
AnswerRe: Get processor No. Pin
Christian Graus9-Jul-07 0:56
protectorChristian Graus9-Jul-07 0:56 
GeneralRe: Get processor No. Pin
Sunshine Always9-Jul-07 1:41
Sunshine Always9-Jul-07 1:41 
Questionaccess powers Pin
srinivassam9-Jul-07 0:15
srinivassam9-Jul-07 0:15 
i have to determine who is logged in, then find out if they have taken the exam before. If they have you deny them access, otherwise you permit them to sit the exam.

<pre>

SqlCommand cmd=new SqlCommand ("select EmpId from DBAnswer where Testtaken=1");
if ( Testtaken==Convert.ToString(1))
{
Response.Redirect ("alertmessage.aspx");
}
else if(Testtaken==Convert.ToString(0))
{
Response.Redirect ("Survey.aspx");
}

</pre>

srinivas
AnswerRe: access powers Pin
Paul Conrad13-Jul-07 12:08
professionalPaul Conrad13-Jul-07 12:08 
QuestionGeneric in ASP.NET 2.0 Pin
adilkazmi8-Jul-07 23:47
adilkazmi8-Jul-07 23:47 
AnswerRe: Generic in ASP.NET 2.0 Pin
Michael Sync9-Jul-07 0:02
Michael Sync9-Jul-07 0:02 
GeneralRe: Generic in ASP.NET 2.0 Pin
adilkazmi9-Jul-07 0:17
adilkazmi9-Jul-07 0:17 
GeneralRe: Generic in ASP.NET 2.0 Pin
DavidNohejl9-Jul-07 0:42
DavidNohejl9-Jul-07 0:42 
QuestionData Set update back to database Pin
Suresh M8-Jul-07 23:09
Suresh M8-Jul-07 23:09 
Questioninstaller package Pin
DKalepu8-Jul-07 22:35
DKalepu8-Jul-07 22:35 
AnswerRe: installer package Pin
originSH8-Jul-07 22:45
originSH8-Jul-07 22:45 
GeneralRe: installer package Pin
DKalepu8-Jul-07 22:55
DKalepu8-Jul-07 22:55 
GeneralRe: installer package Pin
Muammar©8-Jul-07 23:23
Muammar©8-Jul-07 23:23 
GeneralRe: installer package Pin
DKalepu9-Jul-07 0:30
DKalepu9-Jul-07 0:30 
GeneralRe: installer package Pin
Muammar©9-Jul-07 0:48
Muammar©9-Jul-07 0:48 
GeneralRe: installer package Pin
DKalepu9-Jul-07 1:14
DKalepu9-Jul-07 1:14 
GeneralRe: installer package Pin
Muammar©9-Jul-07 1:33
Muammar©9-Jul-07 1:33 
GeneralRe: installer package Pin
DKalepu9-Jul-07 1:30
DKalepu9-Jul-07 1:30 
GeneralRe: installer package Pin
originSH9-Jul-07 0:54
originSH9-Jul-07 0:54 
GeneralRe: installer package Pin
DKalepu9-Jul-07 1:13
DKalepu9-Jul-07 1:13 

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.