Click here to Skip to main content
15,891,253 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: automatic installation of mysql db in the local machine Pin
N a v a n e e t h21-Aug-07 21:05
N a v a n e e t h21-Aug-07 21:05 
QuestionCannot Upload from code Pin
abdelhameed8121-Aug-07 20:19
abdelhameed8121-Aug-07 20:19 
AnswerRe: Cannot Upload from code Pin
Goalie3522-Aug-07 3:23
Goalie3522-Aug-07 3:23 
QuestionGridView validation by Javascript Pin
Milind Panchal21-Aug-07 20:12
Milind Panchal21-Aug-07 20:12 
AnswerRe: GridView validation by Javascript Pin
Michael Sync21-Aug-07 21:16
Michael Sync21-Aug-07 21:16 
GeneralRe: GridView validation by Javascript Pin
Michael Sync21-Aug-07 21:17
Michael Sync21-Aug-07 21:17 
QuestionTabContainer in AjaxControlToolkit Pin
Milind Panchal21-Aug-07 20:08
Milind Panchal21-Aug-07 20:08 
AnswerRe: TabContainer in AjaxControlToolkit Pin
Illegal Operation21-Aug-07 20:38
Illegal Operation21-Aug-07 20:38 
It will be something like this:

In the PageLoad put this,

IF(Page.IsPostback)
{
Panel1.visible = "True"
Panel2.visible = "True"
Panel3.visible = "True"
Panel4.visible = "True"

Panel5.visible = "False"
Panel6.visible = "False"
}
Else
{

}

You can also use the Select Case for this.

Hope it helps!

Illegal Operation

Making Computer Software Talk

Questionpdf file Pin
yesu prakash21-Aug-07 20:04
yesu prakash21-Aug-07 20:04 
AnswerRe: pdf file Pin
Christian Graus21-Aug-07 20:08
protectorChristian Graus21-Aug-07 20:08 
GeneralRe: pdf file Pin
yesu prakash21-Aug-07 20:11
yesu prakash21-Aug-07 20:11 
GeneralRe: pdf file Pin
N a v a n e e t h21-Aug-07 20:17
N a v a n e e t h21-Aug-07 20:17 
GeneralRe: pdf file Pin
Christian Graus21-Aug-07 20:22
protectorChristian Graus21-Aug-07 20:22 
AnswerRe: pdf file Pin
Vasudevan Deepak Kumar21-Aug-07 21:06
Vasudevan Deepak Kumar21-Aug-07 21:06 
QuestionCalling a method outside of Page_Load is not working [modified] Pin
shivamray21-Aug-07 19:59
shivamray21-Aug-07 19:59 
AnswerRe: Calling a method outside of Page_Load is not working Pin
Christian Graus21-Aug-07 20:06
protectorChristian Graus21-Aug-07 20:06 
GeneralRe: Calling a method outside of Page_Load is not working Pin
shivamray21-Aug-07 20:12
shivamray21-Aug-07 20:12 
GeneralRe: Calling a method outside of Page_Load is not working Pin
N a v a n e e t h21-Aug-07 20:19
N a v a n e e t h21-Aug-07 20:19 
GeneralRe: Calling a method outside of Page_Load is not working Pin
shivamray22-Aug-07 22:30
shivamray22-Aug-07 22:30 
GeneralRe: Calling a method outside of Page_Load is not working Pin
Christian Graus21-Aug-07 20:20
protectorChristian Graus21-Aug-07 20:20 
QuestionCompilation in VWD 2008 Pin
sacheesach21-Aug-07 19:48
sacheesach21-Aug-07 19:48 
AnswerRe: Compilation in VWD 2008 Pin
Illegal Operation21-Aug-07 20:40
Illegal Operation21-Aug-07 20:40 
GeneralRe: Compilation in VWD 2008 Pin
sacheesach21-Aug-07 20:45
sacheesach21-Aug-07 20:45 
GeneralRe: Compilation in VWD 2008 Pin
Illegal Operation21-Aug-07 20:55
Illegal Operation21-Aug-07 20:55 
QuestionSession Not Ending even after Logging Out!! Pin
SrividhyaS21-Aug-07 19:45
SrividhyaS21-Aug-07 19:45 

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.