Click here to Skip to main content
15,921,179 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Stored procedure to a data table? Pin
boyindie25-Jun-07 12:14
boyindie25-Jun-07 12:14 
GeneralRe: Stored procedure to a data table? Pin
Not Active25-Jun-07 13:33
mentorNot Active25-Jun-07 13:33 
GeneralRe: Stored procedure to a data table? Pin
boyindie25-Jun-07 13:35
boyindie25-Jun-07 13:35 
QuestionAssign data value in GridView Template Pin
Hampden Tech25-Jun-07 8:25
Hampden Tech25-Jun-07 8:25 
AnswerRe: Assign data value in GridView Template Pin
MartyExodus25-Jun-07 8:44
MartyExodus25-Jun-07 8:44 
GeneralRe: Assign data value in GridView Template Pin
Hampden Tech25-Jun-07 8:48
Hampden Tech25-Jun-07 8:48 
GeneralRe: Assign data value in GridView Template Pin
Not Active25-Jun-07 9:24
mentorNot Active25-Jun-07 9:24 
QuestionLost HttpContext Pin
Fausto Lopez25-Jun-07 7:29
Fausto Lopez25-Jun-07 7:29 
I'm creating a web app using ASP.NET and AJAX. It was working fine till last week. Without anything obviously changed, it began loosing HttpContext between the "PageLoad" and Page Events of a dynamically added User Control. The main ASPX page has a placeholder to load the dynamic control. To avoid "View State Tree" errors, I add the pre PostBack User Control back into the placeholder in the "OnInit" event of the ASPX page, then remove it and add the new User Control in the "PageLoad" event. The code goes to the "PageLoad" event of the newly added User Control (uc1) (all is fine here), then it goes to the "PageLoad" of a User Control inside this first user control (uc2) (all is still fine here). Then the code goes back to whatever Event that was fired on uc1 (it is here where HttpContext is lost). Mind you that this setup was working fine since it's inception about one month ago. I have been tinkering with it all along and have not made any app-wide changes (to my recollection) that could create this effect. Anybody ever come accross this problem.

any help will be greatly appreciated.

Fausto
QuestionButton Field in Grid view Pin
seemamltn25-Jun-07 7:07
seemamltn25-Jun-07 7:07 
AnswerRe: Button Field in Grid view Pin
gauthee25-Jun-07 18:36
gauthee25-Jun-07 18:36 
AnswerRe: Button Field in Grid view Pin
PrakashBhaskar25-Jun-07 18:40
PrakashBhaskar25-Jun-07 18:40 
QuestionResize Image in TreeView Pin
MartyExodus25-Jun-07 5:56
MartyExodus25-Jun-07 5:56 
QuestionConnectivity Issue Pin
Nikhil Bandekar25-Jun-07 5:54
Nikhil Bandekar25-Jun-07 5:54 
AnswerRe: Connectivity Issue Pin
Venkatesh Mookkan25-Jun-07 18:54
Venkatesh Mookkan25-Jun-07 18:54 
Questionopening a file n reading it Pin
ahsan201125-Jun-07 5:34
ahsan201125-Jun-07 5:34 
GeneralRe: opening a file n reading it Pin
Guffa25-Jun-07 5:39
Guffa25-Jun-07 5:39 
GeneralRe: opening a file n reading it Pin
ahsan201125-Jun-07 7:01
ahsan201125-Jun-07 7:01 
GeneralRe: opening a file n reading it Pin
Guffa25-Jun-07 7:40
Guffa25-Jun-07 7:40 
GeneralRe: opening a file n reading it Pin
ahsan201125-Jun-07 17:55
ahsan201125-Jun-07 17:55 
GeneralRe: opening a file n reading it Pin
Vasudevan Deepak Kumar25-Jun-07 22:14
Vasudevan Deepak Kumar25-Jun-07 22:14 
QuestionDo post your Articles here Pin
MussaratAziz25-Jun-07 4:22
MussaratAziz25-Jun-07 4:22 
AnswerRe: Do post your Articles here Pin
Dave Kreskowiak25-Jun-07 4:37
mveDave Kreskowiak25-Jun-07 4:37 
GeneralRe: Do post your Articles here Pin
Vasudevan Deepak Kumar25-Jun-07 22:17
Vasudevan Deepak Kumar25-Jun-07 22:17 
GeneralRe: Do post your Articles here Pin
Dave Kreskowiak26-Jun-07 2:47
mveDave Kreskowiak26-Jun-07 2:47 
Questiondatagrid pagging [modified] Pin
kuwl_mark25-Jun-07 3:38
kuwl_mark25-Jun-07 3:38 

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.