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

ASP.NET

 
GeneralRe: How to Run 32 bit aspnet 1.1 applications on 64 bit machine. Pin
Not Active14-Apr-10 20:42
mentorNot Active14-Apr-10 20:42 
GeneralRe: How to Run 32 bit aspnet 1.1 applications on 64 bit machine. Pin
surender.m14-Apr-10 20:48
surender.m14-Apr-10 20:48 
GeneralRe: How to Run 32 bit aspnet 1.1 applications on 64 bit machine. Pin
Not Active15-Apr-10 1:58
mentorNot Active15-Apr-10 1:58 
QuestionMSChart Pin
Tufail Ahmad14-Apr-10 2:14
Tufail Ahmad14-Apr-10 2:14 
QuestionHow to avoid postback of ASP: Image Button Pin
ChandrakanthGaddam14-Apr-10 1:50
ChandrakanthGaddam14-Apr-10 1:50 
AnswerRe: How to avoid postback of ASP: Image Button Pin
saini arun14-Apr-10 1:52
saini arun14-Apr-10 1:52 
GeneralRe: How to avoid postback of ASP: Image Button Pin
ChandrakanthGaddam14-Apr-10 2:30
ChandrakanthGaddam14-Apr-10 2:30 
AnswerRe: How to avoid postback of ASP: Image Button Pin
michaelschmitt14-Apr-10 2:38
michaelschmitt14-Apr-10 2:38 
I'm understanding that you have an imagebutton and a
div with some other controls within an updatepanel.

When you click your imagebutton, you want client and server-side
code to run but not update the contents of your updatepanel?

First, set the updatemode of your updatepanel to "conditional".
then, either place the imagebutton outside that panel (maybe into another updatepanel) or add this to your update-panel-markup:

ChildrenAsTriggers="false"

This prevents the updatepanel from updating its content if the imagebutton is clicked.

If you set ChildrenAsTriggers="false" , you can still add specific
triggers to the triggers-section of the updatepanel-markup.

Use UpdatePanelName.Update() to update the contents from server-side.

Good Luck
GeneralRe: How to avoid postback of ASP: Image Button Pin
ChandrakanthGaddam14-Apr-10 2:58
ChandrakanthGaddam14-Apr-10 2:58 
GeneralRe: How to avoid postback of ASP: Image Button Pin
michaelschmitt14-Apr-10 3:25
michaelschmitt14-Apr-10 3:25 
Questiontransfering data from one gridview to another gridview page Pin
developerit14-Apr-10 0:53
developerit14-Apr-10 0:53 
Questiontransfering data from one gridview to another page gridview Pin
developerit14-Apr-10 0:10
developerit14-Apr-10 0:10 
AnswerRe: transfering data from one gridview to another page gridview Pin
Sandesh M Patil14-Apr-10 0:32
Sandesh M Patil14-Apr-10 0:32 
AnswerRe: transfering data from one gridview to another page gridview Pin
nagendrathecoder14-Apr-10 0:37
nagendrathecoder14-Apr-10 0:37 
QuestionFill a GridView to select data from a GridView Pin
tek 200913-Apr-10 23:13
tek 200913-Apr-10 23:13 
AnswerRe: Fill a GridView to select data from a GridView Pin
thatraja13-Apr-10 23:21
professionalthatraja13-Apr-10 23:21 
GeneralRe: Fill a GridView to select data from a GridView Pin
developerit13-Apr-10 23:56
developerit13-Apr-10 23:56 
GeneralRe: Fill a GridView to select data from a GridView Pin
nagendrathecoder14-Apr-10 0:12
nagendrathecoder14-Apr-10 0:12 
GeneralRe: Fill a GridView to select data from a GridView Pin
developerit14-Apr-10 0:56
developerit14-Apr-10 0:56 
GeneralRe: Fill a GridView to select data from a GridView Pin
nagendrathecoder14-Apr-10 2:05
nagendrathecoder14-Apr-10 2:05 
GeneralRe: Fill a GridView to select data from a GridView Pin
tek 200914-Apr-10 4:44
tek 200914-Apr-10 4:44 
GeneralRe: Fill a GridView to select data from a GridView Pin
tek 200914-Apr-10 2:07
tek 200914-Apr-10 2:07 
QuestionWhy ASP.NET MVC? Pin
Clement Siby13-Apr-10 22:20
Clement Siby13-Apr-10 22:20 
AnswerRe: Why ASP.NET MVC? Pin
michaelschmitt14-Apr-10 2:03
michaelschmitt14-Apr-10 2:03 
QuestionDateTime Problem Pin
Amit Patel198513-Apr-10 21:59
Amit Patel198513-Apr-10 21:59 

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.