Click here to Skip to main content
15,923,576 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionStylesheet Pin
Saritha Devaki27-May-07 22:45
Saritha Devaki27-May-07 22:45 
AnswerRe: Stylesheet Pin
Sherin Iranimose27-May-07 22:54
Sherin Iranimose27-May-07 22:54 
AnswerRe: Stylesheet Pin
Nouman Bhatti27-May-07 23:30
Nouman Bhatti27-May-07 23:30 
QuestionDataGrid problem Pin
alok_2k327-May-07 21:59
alok_2k327-May-07 21:59 
AnswerRe: DataGrid problem Pin
N a v a n e e t h27-May-07 22:36
N a v a n e e t h27-May-07 22:36 
AnswerRe: DataGrid problem Pin
Harini N K27-May-07 22:45
Harini N K27-May-07 22:45 
QuestionClient application using HTTP 1.1 though the protocol is set to 1.0 in the code. Pin
prgramya27-May-07 21:56
prgramya27-May-07 21:56 
Questionshow or hide panel content without postback in asp.net 2003 Pin
Vipin.d27-May-07 21:08
Vipin.d27-May-07 21:08 
Hi all,

I m using the panel in asp.net 2003 .

I've used the panel many times before with buttons, but this time i need to use an update panel so that when a drop down list has its index chasnged that certain panels are shown and certain panels are hidden.

The problem i'm encountering is that the page does the post back,

on my page.aspx.cs i have the

on drp selected index changed event
if( drp.seleteditem.value==1)<br />
<br />
{<br />
panle1.visible=true;<br />
panel2.visible=false;<br />
}<br />
else<br />
{<br />
panel1.visible=false;<br />
panel2.visible=true;<br />
}

I AM USING .NET 2003. Can i implemnt this without postbacking???
Thanks in advance

All I ever wanted is what others have....
CrazySanker





AnswerRe: show or hide panel content without postback in asp.net 2003 Pin
N a v a n e e t h27-May-07 21:34
N a v a n e e t h27-May-07 21:34 
AnswerRe: show or hide panel content without postback in asp.net 2003 Pin
Christian Graus27-May-07 22:09
protectorChristian Graus27-May-07 22:09 
AnswerRe: show or hide panel content without postback in asp.net 2003 Pin
Sherin Iranimose27-May-07 22:47
Sherin Iranimose27-May-07 22:47 
GeneralRe: show or hide panel content without postback in asp.net 2003 Pin
N a v a n e e t h27-May-07 23:24
N a v a n e e t h27-May-07 23:24 
GeneralRe: show or hide panel content without postback in asp.net 2003 Pin
Sherin Iranimose27-May-07 23:26
Sherin Iranimose27-May-07 23:26 
Questionimage button click event Pin
harithadotnet27-May-07 20:54
harithadotnet27-May-07 20:54 
AnswerRe: image button click event Pin
Sherin Iranimose27-May-07 21:21
Sherin Iranimose27-May-07 21:21 
AnswerRe: image button click event Pin
Chetan Ranpariya27-May-07 21:38
Chetan Ranpariya27-May-07 21:38 
QuestionMaster page problem Pin
Amr M. K.27-May-07 19:52
Amr M. K.27-May-07 19:52 
AnswerRe: Master page problem Pin
Sathesh Sakthivel27-May-07 19:56
Sathesh Sakthivel27-May-07 19:56 
AnswerRe: Master page problem Pin
Sherin Iranimose27-May-07 20:17
Sherin Iranimose27-May-07 20:17 
GeneralRe: Master page problem Pin
Amr M. K.28-May-07 2:29
Amr M. K.28-May-07 2:29 
GeneralRe: Master page problem Pin
Sherin Iranimose28-May-07 2:42
Sherin Iranimose28-May-07 2:42 
GeneralRe: Master page problem Pin
Sherin Iranimose28-May-07 2:50
Sherin Iranimose28-May-07 2:50 
GeneralRe: Master page problem Pin
Amr M. K.28-May-07 2:57
Amr M. K.28-May-07 2:57 
Questionhow to updata database Pin
sooreeagt27-May-07 19:28
sooreeagt27-May-07 19:28 
AnswerRe: how to updata database Pin
varshavmane27-May-07 20:20
varshavmane27-May-07 20:20 

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.