Click here to Skip to main content
15,894,343 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: variables returning to null Pin
student_rhr3-May-09 6:56
student_rhr3-May-09 6:56 
Questionscan photos and documents and save it in a folder[modified] Pin
rummer2-May-09 5:31
rummer2-May-09 5:31 
QuestionLocalization and Globalization Pin
Member 42532762-May-09 4:24
Member 42532762-May-09 4:24 
QuestionListButton text align Pin
prizren2-May-09 4:02
prizren2-May-09 4:02 
QuestionAdd & Remove Textbox dynamically Pin
jknascrimz2-May-09 1:02
jknascrimz2-May-09 1:02 
AnswerRe: Add & Remove Textbox dynamically Pin
Yusuf2-May-09 1:06
Yusuf2-May-09 1:06 
QuestionHow To Write Or In Switch Case Pin
ais072-May-09 0:47
ais072-May-09 0:47 
AnswerRe: How To Write Or In Switch Case Pin
Yusuf2-May-09 0:56
Yusuf2-May-09 0:56 
switch(something)       
      {         
         case A:
         case B:
         case C:
            DoSomething():
            break;                  
         case D:            
            DoSomethingELse();
            break;           
         case E:            
            DoOtherThings();
            goto case D;         
         default:            
            DoDefault();         
            break;      
       }

The first case A,B and C is OR, Case E is and and between E and D.

http://msdn.microsoft.com/en-us/library/06tc147t(VS.71).aspx[^]


GeneralRe: How To Write Or In Switch Case Pin
ais072-May-09 1:07
ais072-May-09 1:07 
QuestionDynamic textbox [modified] Pin
Ramkumar_S2-May-09 0:28
Ramkumar_S2-May-09 0:28 
AnswerRe: Dynamic textbox Pin
Yusuf2-May-09 1:04
Yusuf2-May-09 1:04 
AnswerRe: Dynamic textbox Pin
Abhijit Jana3-May-09 19:09
professionalAbhijit Jana3-May-09 19:09 
QuestionLine Break in Page.RegisterClientScriptBlock Pin
jai_1011-May-09 23:49
jai_1011-May-09 23:49 
AnswerRe: Line Break in Page.RegisterClientScriptBlock Pin
Ramesh Swaminathan1-May-09 23:57
Ramesh Swaminathan1-May-09 23:57 
GeneralRe: Line Break in Page.RegisterClientScriptBlock Pin
jai_1012-May-09 1:05
jai_1012-May-09 1:05 
GeneralRe: Line Break in Page.RegisterClientScriptBlock Pin
Yusuf2-May-09 1:10
Yusuf2-May-09 1:10 
Question[Message Deleted] Pin
sahoo.fm1-May-09 23:37
sahoo.fm1-May-09 23:37 
AnswerRe: printing Pin
Ramesh Swaminathan2-May-09 0:05
Ramesh Swaminathan2-May-09 0:05 
Questionhow to get the values of dynamically created textboxes Pin
Ramkumar_S1-May-09 23:21
Ramkumar_S1-May-09 23:21 
AnswerRe: how to get the values of dynamically created textboxes Pin
Yusuf2-May-09 1:12
Yusuf2-May-09 1:12 
Questionaspnet_regsql.exe command to create DB.. Pin
Sr...Frank1-May-09 22:07
Sr...Frank1-May-09 22:07 
AnswerRe: aspnet_regsql.exe command to create DB.. Pin
Ramesh Swaminathan1-May-09 22:24
Ramesh Swaminathan1-May-09 22:24 
QuestionProblem for updating record in asp.net Pin
evaskor1-May-09 17:23
evaskor1-May-09 17:23 
AnswerRe: Problem for updating record in asp.net Pin
Ramesh Swaminathan1-May-09 19:06
Ramesh Swaminathan1-May-09 19:06 
GeneralRe: Problem for updating record in asp.net Pin
evaskor2-May-09 8:33
evaskor2-May-09 8:33 

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.