Click here to Skip to main content
16,004,974 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: How to dispose user defined object? Pin
J4amieC9-Nov-06 0:31
J4amieC9-Nov-06 0:31 
Questiongood books Pin
TheEagle9-Nov-06 0:08
TheEagle9-Nov-06 0:08 
AnswerRe: good books Pin
Colin Angus Mackay9-Nov-06 0:51
Colin Angus Mackay9-Nov-06 0:51 
GeneralRe: good books Pin
TheEagle10-Nov-06 19:19
TheEagle10-Nov-06 19:19 
AnswerRe: good books Pin
ednrgc9-Nov-06 4:42
ednrgc9-Nov-06 4:42 
GeneralRe: good books Pin
TheEagle10-Nov-06 19:09
TheEagle10-Nov-06 19:09 
QuestionhtmlGenericControl.GetInnerHTML error Pin
kRites9-Nov-06 0:05
kRites9-Nov-06 0:05 
AnswerRe: htmlGenericControl.GetInnerHTML error Pin
l0kke9-Nov-06 6:36
l0kke9-Nov-06 6:36 
problem is that you try to write ASP.NET tag into HTML output. Note that ASP.NET page is rendered as HTML before posted to a client, it means that your control has to be rendered as HTML first.

Instead of including your control tag into output, call outsideControl.Render(HtmlTextWriter writer) method in your code and write content of writer into your output. It should works.

Pilo
QuestionHow to get dropdownlist Selected Value Pin
Sam.M8-Nov-06 23:43
Sam.M8-Nov-06 23:43 
AnswerRe: How to get dropdownlist Selected Value Pin
l0kke9-Nov-06 6:43
l0kke9-Nov-06 6:43 
Questionhow to hide title bar of the page? Pin
Imran Khan Pathan8-Nov-06 23:07
Imran Khan Pathan8-Nov-06 23:07 
AnswerRe: how to hide title bar of the page? Pin
l0kke9-Nov-06 6:51
l0kke9-Nov-06 6:51 
QuestionProblem with GetElementID in User Control Pin
kamalika_kk8-Nov-06 22:47
kamalika_kk8-Nov-06 22:47 
AnswerRe: Problem with GetElementID in User Control Pin
just3ala29-Nov-06 0:21
just3ala29-Nov-06 0:21 
QuestionHow to run Client Based .exe from an aspx Page Pin
niteshgajjar8-Nov-06 22:38
niteshgajjar8-Nov-06 22:38 
AnswerRe: How to run Client Based .exe from an aspx Page Pin
l0kke9-Nov-06 6:55
l0kke9-Nov-06 6:55 
GeneralRe: How to run Client Based .exe from an aspx Page Pin
niteshgajjar9-Nov-06 21:27
niteshgajjar9-Nov-06 21:27 
QuestionExtremely Simple Question! Pin
innocent738-Nov-06 22:30
innocent738-Nov-06 22:30 
AnswerRe: Extremely Simple Question! Pin
Sathesh Sakthivel8-Nov-06 22:34
Sathesh Sakthivel8-Nov-06 22:34 
GeneralRe: Extremely Simple Question! Pin
innocent738-Nov-06 22:54
innocent738-Nov-06 22:54 
AnswerRe: Extremely Simple Question! Pin
l0kke9-Nov-06 6:58
l0kke9-Nov-06 6:58 
QuestionDisplaying multiple pop-up in javascript Pin
Suresh Pirsquare8-Nov-06 22:27
Suresh Pirsquare8-Nov-06 22:27 
AnswerRe: Displaying multiple pop-up in javascript Pin
just3ala28-Nov-06 22:41
just3ala28-Nov-06 22:41 
GeneralRe: Displaying multiple pop-up in javascript Pin
Suresh Pirsquare10-Nov-06 0:59
Suresh Pirsquare10-Nov-06 0:59 
Questionajax for dropdowm list Pin
Imran Khan Pathan8-Nov-06 21:50
Imran Khan Pathan8-Nov-06 21:50 

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.