Click here to Skip to main content
15,888,521 members
Home / Discussions / ASP.NET
   

ASP.NET

 
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 
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 
To Prevent the postback, you can return false in your clientscript - but this prevents the server-side-code from running.

You cannot simply avoid that postback. This means, you cannot simply
use the clientside AND SERVER-SIDE on-click events without a postback.

You can limit the effects this postback has by using updatepanels
and (if!ispostback..) code-blocks in your server-side code. You can also figure out, which control raised the postback.

BUT -

Maybe this is a solution to your problem? -

Hope this helps
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 
AnswerRe: DateTime Problem Pin
saini arun13-Apr-10 22:10
saini arun13-Apr-10 22:10 
QuestionProblem with Gridview - Shopping cart Pin
EmZan13-Apr-10 21:26
EmZan13-Apr-10 21:26 

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.