Click here to Skip to main content
15,909,437 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Validation Summary Control Pin
Eduard Keilholz28-Nov-06 1:16
Eduard Keilholz28-Nov-06 1:16 
QuestionWrite Session code in c# class files Pin
R.Palanivel27-Nov-06 23:41
R.Palanivel27-Nov-06 23:41 
AnswerRe: Write Session code in c# class files Pin
MIHAI_MTZ27-Nov-06 23:55
MIHAI_MTZ27-Nov-06 23:55 
GeneralRe: Write Session code in c# class files Pin
R.Palanivel28-Nov-06 0:17
R.Palanivel28-Nov-06 0:17 
QuestionDataBoundControl Properties Pin
MIHAI_MTZ27-Nov-06 23:40
MIHAI_MTZ27-Nov-06 23:40 
Questiondropping the db Pin
abulhassan_shock27-Nov-06 23:23
abulhassan_shock27-Nov-06 23:23 
AnswerRe: dropping the db Pin
Eduard Keilholz28-Nov-06 0:30
Eduard Keilholz28-Nov-06 0:30 
QuestionCorrect way to update .ascx contents? Pin
Netricity27-Nov-06 23:19
Netricity27-Nov-06 23:19 
Hi
I have a Web User Control (ascx) that sits on my Master Page. It displays a summary of what's in the user's shopping cart. I want the ascx's summary to update as soon as the current page makes a change to the shopping cart. I noticed that the ascx wasn't updating until the next page load after the one that updates the cart, because the code I wrote to display the summary was in the .ascx's OnLoad, and this fires BEFORE the Page's OnLoad (where there is code to update the cart). So I put the .ascx summary code in it's OnPreRender and now it updates as I want it to, because the ascx's OnPreRender fires after the Page's OnLoad.

Although this works it seems like a bit of a hack. Is this the correct way to update the ascx's contents, or is there some other better way of doing it?

AnswerRe: Correct way to update .ascx contents? Pin
Eduard Keilholz28-Nov-06 0:36
Eduard Keilholz28-Nov-06 0:36 
GeneralRe: Correct way to update .ascx contents? Pin
Netricity28-Nov-06 11:03
Netricity28-Nov-06 11:03 
AnswerRe: Need Help Pin
Imran Khan Pathan27-Nov-06 23:19
Imran Khan Pathan27-Nov-06 23:19 
GeneralRe: Need Help Pin
nivasinfotech28-Nov-06 1:21
nivasinfotech28-Nov-06 1:21 
QuestionHow to create Drawing.Image from WebControls.ImageMap? Pin
Dipper_27-Nov-06 22:35
Dipper_27-Nov-06 22:35 
AnswerRe: How to create Drawing.Image from WebControls.ImageMap? Pin
Eduard Keilholz27-Nov-06 22:51
Eduard Keilholz27-Nov-06 22:51 
GeneralRe: How to create Drawing.Image from WebControls.ImageMap? Pin
Dipper_28-Nov-06 0:35
Dipper_28-Nov-06 0:35 
GeneralRe: How to create Drawing.Image from WebControls.ImageMap? Pin
Eduard Keilholz29-Nov-06 4:20
Eduard Keilholz29-Nov-06 4:20 
GeneralRe: How to create Drawing.Image from WebControls.ImageMap? Pin
Dipper_29-Nov-06 4:42
Dipper_29-Nov-06 4:42 
QuestionTree view Pin
Imran Khan Pathan27-Nov-06 22:18
Imran Khan Pathan27-Nov-06 22:18 
AnswerRe: Tree view Pin
Sandeep Akhare28-Nov-06 0:11
Sandeep Akhare28-Nov-06 0:11 
QuestionInteractoin Between yahoo groups and asp.net application Pin
MeghVasavada27-Nov-06 22:11
MeghVasavada27-Nov-06 22:11 
QuestionCreate Templete Column in DataGrid Pin
ptvce27-Nov-06 21:45
ptvce27-Nov-06 21:45 
AnswerRe: Create Templete Column in DataGrid Pin
minhpc_bk28-Nov-06 0:21
minhpc_bk28-Nov-06 0:21 
AnswerRe: Create Templete Column in DataGrid Pin
InsDev28-Nov-06 0:55
InsDev28-Nov-06 0:55 
Question"authentciation" Pin
ravikiranreddydharmannagari27-Nov-06 20:19
ravikiranreddydharmannagari27-Nov-06 20:19 
AnswerRe: "authentciation" Pin
Eduard Keilholz27-Nov-06 22:01
Eduard Keilholz27-Nov-06 22:01 

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.