Click here to Skip to main content
15,896,063 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: This probably has been asked before but I haven't found an answer ... Pin
AhsanS20-Aug-08 19:33
AhsanS20-Aug-08 19:33 
GeneralRe: This probably has been asked before but I haven't found an answer ... Pin
Rameez Raja21-Aug-08 0:37
Rameez Raja21-Aug-08 0:37 
QuestionConditions in aspx page Pin
kjosh20-Aug-08 16:41
kjosh20-Aug-08 16:41 
AnswerRe: Conditions in aspx page Pin
Christian Graus20-Aug-08 16:46
protectorChristian Graus20-Aug-08 16:46 
GeneralRe: Conditions in aspx page Pin
kjosh20-Aug-08 18:23
kjosh20-Aug-08 18:23 
GeneralRe: Conditions in aspx page Pin
Christian Graus20-Aug-08 19:33
protectorChristian Graus20-Aug-08 19:33 
GeneralRe: Conditions in aspx page Pin
J4amieC20-Aug-08 22:50
J4amieC20-Aug-08 22:50 
AnswerRe: Conditions in aspx page Pin
Abhijit Jana20-Aug-08 18:17
professionalAbhijit Jana20-Aug-08 18:17 
you hjave to check condition for your application and based on that just show your controls.

e.g
protected void Page_Load(.....)<br />
     {<br />
     if(Condition of Application1)<br />
         {<br />
          //Show Controls of Application1<br />
          //Hide Control of Applicattion 2,3,4,5 <br />
        }     <br />
      else if(Condition of Application2)<br />
         {<br />
          //Show Controls of Application2<br />
          //Hide Control of Applicattion 1,3,4,5 <br />
        }     <br />
        .<br />
        . <br />
     } 
you can also Switch statement for that

cheers,
Abhijit
Check My Latest Article

AnswerRe: Conditions in aspx page Pin
Sandeep Akhare20-Aug-08 20:54
Sandeep Akhare20-Aug-08 20:54 
QuestionHow to Bind a gridview to a datatable without a tableAdapter Pin
Glen Harvy20-Aug-08 16:30
Glen Harvy20-Aug-08 16:30 
AnswerRe: How to Bind a gridview to a datatable without a tableAdapter Pin
S.Dhanasekaran21-Aug-08 23:20
S.Dhanasekaran21-Aug-08 23:20 
Questionashx session state is empty in firefox ? Pin
Christian Graus20-Aug-08 16:27
protectorChristian Graus20-Aug-08 16:27 
AnswerRe: ashx session state is empty in firefox ? Pin
AhsanS20-Aug-08 19:34
AhsanS20-Aug-08 19:34 
GeneralRe: ashx session state is empty in firefox ? Pin
Christian Graus20-Aug-08 21:18
protectorChristian Graus20-Aug-08 21:18 
QuestionHow to programatically manipulate forms authentication settings of web.config file Pin
tjkota20-Aug-08 16:16
tjkota20-Aug-08 16:16 
AnswerRe: How to programatically manipulate forms authentication settings of web.config file Pin
Abhijit Jana20-Aug-08 18:26
professionalAbhijit Jana20-Aug-08 18:26 
GeneralRe: How to programatically manipulate forms authentication settings of web.config file Pin
tjkota22-Aug-08 9:11
tjkota22-Aug-08 9:11 
QuestionPost Message [modified] Pin
JoJuPi0120-Aug-08 10:14
JoJuPi0120-Aug-08 10:14 
AnswerRe: Post Message Pin
Blue_Boy20-Aug-08 14:15
Blue_Boy20-Aug-08 14:15 
Questioncompress Pin
aref8720-Aug-08 9:53
aref8720-Aug-08 9:53 
AnswerRe: compress Pin
Christian Graus20-Aug-08 15:10
protectorChristian Graus20-Aug-08 15:10 
GeneralRe: compress Pin
aref8720-Aug-08 15:26
aref8720-Aug-08 15:26 
GeneralRe: compress Pin
Christian Graus20-Aug-08 15:50
protectorChristian Graus20-Aug-08 15:50 
GeneralRe: compress Pin
aref8720-Aug-08 19:48
aref8720-Aug-08 19:48 
GeneralRe: compress Pin
aref8721-Aug-08 22:01
aref8721-Aug-08 22:01 

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.