Click here to Skip to main content
15,909,530 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: A cheeky favour to ask Pin
Waldermort8-Dec-06 20:57
Waldermort8-Dec-06 20:57 
GeneralRe: A cheeky favour to ask Pin
Bradml8-Dec-06 21:24
Bradml8-Dec-06 21:24 
QuestionHTA files Pin
haggenx8-Dec-06 8:05
haggenx8-Dec-06 8:05 
GeneralRe: HTA files Pin
Guffa8-Dec-06 16:44
Guffa8-Dec-06 16:44 
AnswerRe: HTA files Pin
haggenx14-Dec-06 4:02
haggenx14-Dec-06 4:02 
GeneralRe: HTA files Pin
Guffa14-Dec-06 5:37
Guffa14-Dec-06 5:37 
AnswerRe: HTA files Pin
haggenx19-Dec-06 3:25
haggenx19-Dec-06 3:25 
QuestionUsing MsgBox in my Custom Web (Server-Side) Component Pin
howardjr8-Dec-06 7:12
howardjr8-Dec-06 7:12 
I want to output helpful messages to the user when they are input invalid vales into the various properties of the designer properties window. These will also "fire" when the properties in the component are read as the web-page containing the component is loaded into the designer editor. The problem is that when the page is rendered, the properties may "fire" off one of the messages, and this causes a page building fault indicating that I can't use the MsgBox.

To get around this I built a wrapper on MsgBox that has a "no output" flag that I can toggle on and off in my code. Then I put toggled it off at the top of the Render and CreateChildControls subroutines, but sometimes I still get the page building fault. Are there other places I can add my code to turn off my MsgBox wrapper and prevent the fault?

Also, I usually call to my MsgBox wrapper in a Try/Catch Block so that I can print out the more helpful message, but during the page building/render phase, I'd rather re-throw the exception and let that error be reported. So, is there some sort of variable or function call my code can look at to see if the page is being rendered?
QuestionWeb Search in .Net Application Pin
salaikumar8-Dec-06 0:00
salaikumar8-Dec-06 0:00 
AnswerRe: Web Search in .Net Application Pin
Bradml8-Dec-06 0:15
Bradml8-Dec-06 0:15 
QuestionHow to configure FCKEditor in PHP Pin
kumar bharat bhusanam7-Dec-06 22:16
kumar bharat bhusanam7-Dec-06 22:16 
AnswerRe: How to configure FCKEditor in PHP Pin
Bradml7-Dec-06 22:50
Bradml7-Dec-06 22:50 
Questionproblem Pin
amaneet6-Dec-06 22:40
amaneet6-Dec-06 22:40 
AnswerRe: problem Pin
Bradml6-Dec-06 22:44
Bradml6-Dec-06 22:44 
AnswerRe: problem Pin
NileshUpadhyay7-Dec-06 19:56
NileshUpadhyay7-Dec-06 19:56 
GeneralRe: problem Pin
Bradml7-Dec-06 20:21
Bradml7-Dec-06 20:21 
Questionhtml problem Pin
amaneet6-Dec-06 22:31
amaneet6-Dec-06 22:31 
AnswerRe: html problem Pin
Bradml6-Dec-06 22:47
Bradml6-Dec-06 22:47 
GeneralRe: html problem Pin
amaneet6-Dec-06 22:57
amaneet6-Dec-06 22:57 
GeneralRe: html problem Pin
Bradml6-Dec-06 23:11
Bradml6-Dec-06 23:11 
QuestionZip file Parsing Pin
Ashish_chd6-Dec-06 18:10
Ashish_chd6-Dec-06 18:10 
AnswerRe: Zip file Parsing Pin
Vasudevan Deepak Kumar6-Dec-06 22:17
Vasudevan Deepak Kumar6-Dec-06 22:17 
QuestionDebugging AJAX... Pin
Jesse Evans6-Dec-06 11:28
Jesse Evans6-Dec-06 11:28 
AnswerRe: Debugging AJAX... Pin
Bradml6-Dec-06 12:45
Bradml6-Dec-06 12:45 
QuestionLoading XML Document Pin
dsk_dennis6-Dec-06 10:41
dsk_dennis6-Dec-06 10:41 

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.