Click here to Skip to main content
15,899,754 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionRetrive binary data from Sql Sever Database Pin
puja25-May-10 23:00
puja25-May-10 23:00 
AnswerRe: Retrive binary data from Sql Sever Database Pin
Peace ON25-May-10 23:35
Peace ON25-May-10 23:35 
GeneralRe: Retrive binary data from Sql Sever Database Pin
puja26-May-10 0:50
puja26-May-10 0:50 
GeneralRe: Retrive binary data from Sql Sever Database Pin
T M Gray26-May-10 7:52
T M Gray26-May-10 7:52 
GeneralRe: Retrive binary data from Sql Sever Database Pin
puja27-May-10 21:07
puja27-May-10 21:07 
GeneralRe: Retrive binary data from Sql Sever Database Pin
T M Gray28-May-10 5:14
T M Gray28-May-10 5:14 
QuestionModel PopUp Problem Pin
AtiqueJnp25-May-10 21:29
AtiqueJnp25-May-10 21:29 
AnswerRe: Model PopUp Problem Pin
michaelschmitt25-May-10 23:27
michaelschmitt25-May-10 23:27 
You're using the ModalPopupExtender from the AjaxToolKit, right? If so, the problem is the occurring postback while paging.

Although i remember that there was a better solution than mine, i unfortunately dont remember the solution itself..So heres mine:

Either put the content of your popup in a seperate updatePanel (if that works for you), or call the Show method of your popupextender
again in the paging event. This way it should stay open (at least i'm doing this somewhere in a click-event of a button and this way it stays open).

Hope this helps somehow.
AnswerRe: Model PopUp Problem Pin
Andreas X27-May-10 2:12
professionalAndreas X27-May-10 2:12 
QuestionAJAX Tool Kit +ASP.Net Pin
chetan_agarwal25-May-10 21:14
chetan_agarwal25-May-10 21:14 
AnswerRe: AJAX Tool Kit +ASP.Net Pin
AtiqueJnp25-May-10 21:39
AtiqueJnp25-May-10 21:39 
AnswerRe: AJAX Tool Kit +ASP.Net Pin
Sandeep Mewara25-May-10 22:01
mveSandeep Mewara25-May-10 22:01 
GeneralRe: AJAX Tool Kit +ASP.Net Pin
chetan_agarwal25-May-10 23:36
chetan_agarwal25-May-10 23:36 
Questionhow could we know that a method is executing a certain point of time Pin
sainath43725-May-10 18:16
sainath43725-May-10 18:16 
Answer[Repost]: how could we know that a method is executing a certain point of time Pin
Sandeep Mewara25-May-10 18:32
mveSandeep Mewara25-May-10 18:32 
QuestionNeed way to access controls on page from a static method in codebehind. Pin
Adam Brown 325-May-10 10:29
Adam Brown 325-May-10 10:29 
AnswerRe: Need way to access controls on page from a static method in codebehind. Pin
Not Active25-May-10 17:28
mentorNot Active25-May-10 17:28 
QuestionUpdating contents of GridView from JavaScript Pin
Adam Brown 325-May-10 5:55
Adam Brown 325-May-10 5:55 
AnswerRe: Updating contents of GridView from JavaScript Pin
Viral Upadhyay25-May-10 18:27
Viral Upadhyay25-May-10 18:27 
AnswerRe: Updating contents of GridView from JavaScript Pin
Sandeep Mewara25-May-10 19:11
mveSandeep Mewara25-May-10 19:11 
QuestionExtender controls may not be registered after PreRender Pin
Hendrik Debedts25-May-10 3:00
Hendrik Debedts25-May-10 3:00 
AnswerRe: Extender controls may not be registered after PreRender Pin
Hendrik Debedts25-May-10 3:21
Hendrik Debedts25-May-10 3:21 
Questionhow to print a file without opening it Pin
raghvendrapanda25-May-10 2:44
raghvendrapanda25-May-10 2:44 
AnswerRe: how to print a file without opening it Pin
T M Gray25-May-10 7:45
T M Gray25-May-10 7:45 
AnswerRe: how to print a file without opening it Pin
Pranay Rana26-May-10 0:03
professionalPranay Rana26-May-10 0:03 

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.