Click here to Skip to main content
15,895,011 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: type 'System.StackOverflowException' error while writing class file which i am inheriting Pin
Manas Bhardwaj15-Jun-09 2:41
professionalManas Bhardwaj15-Jun-09 2:41 
GeneralRe: type 'System.StackOverflowException' error while writing class file which i am inheriting Pin
anbusenthil15-Jun-09 2:52
anbusenthil15-Jun-09 2:52 
QuestionGetting HTML string of Panel in codebehind Pin
Milind R Chavan15-Jun-09 2:11
Milind R Chavan15-Jun-09 2:11 
AnswerRe: Getting HTML string of Panel in codebehind Pin
himanshu256115-Jun-09 2:19
himanshu256115-Jun-09 2:19 
GeneralRe: Getting HTML string of Panel in codebehind Pin
Milind R Chavan15-Jun-09 2:25
Milind R Chavan15-Jun-09 2:25 
AnswerRe: Getting HTML string of Panel in codebehind [modified] Pin
N a v a n e e t h15-Jun-09 2:29
N a v a n e e t h15-Jun-09 2:29 
GeneralRe: Getting HTML string of Panel in codebehind Pin
Milind R Chavan15-Jun-09 2:35
Milind R Chavan15-Jun-09 2:35 
GeneralRe: Getting HTML string of Panel in codebehind Pin
Milind R Chavan15-Jun-09 2:44
Milind R Chavan15-Jun-09 2:44 
Ohh Problem ....

It is giving me error on control.RenderControl(htmlWriter) line.

public string GetControlRenderedOutput(Control control)
{
StringBuilder builder = new StringBuilder();
StringWriter writer = new StringWriter(builder);
HtmlTextWriter htmlWriter = new HtmlTextWriter(writer);
control.RenderControl(htmlWriter); return builder.ToString();
}

Error :

RegisterForEventValidation can only be called during Render();
GeneralRe: Getting HTML string of Panel in codebehind Pin
Baran M15-Jun-09 2:56
Baran M15-Jun-09 2:56 
Questionhow to paste an image in a text area Pin
gogal198315-Jun-09 1:32
gogal198315-Jun-09 1:32 
AnswerRe: how to paste an image in a text area Pin
Manas Bhardwaj15-Jun-09 2:11
professionalManas Bhardwaj15-Jun-09 2:11 
AnswerRe: how to paste an image in a text area Pin
N a v a n e e t h15-Jun-09 2:20
N a v a n e e t h15-Jun-09 2:20 
AnswerRe: how to paste an image in a text area Pin
saanj15-Jun-09 3:01
saanj15-Jun-09 3:01 
QuestionTo inherit a class file Pin
anbusenthil15-Jun-09 1:29
anbusenthil15-Jun-09 1:29 
AnswerRe: To inherit a class file Pin
himanshu256115-Jun-09 1:41
himanshu256115-Jun-09 1:41 
AnswerRe: To inherit a class file Pin
Baran M15-Jun-09 1:42
Baran M15-Jun-09 1:42 
AnswerRe: To inherit a class file Pin
Manas Bhardwaj15-Jun-09 2:15
professionalManas Bhardwaj15-Jun-09 2:15 
AnswerRe: To inherit a class file Pin
Abhijit Jana15-Jun-09 2:15
professionalAbhijit Jana15-Jun-09 2:15 
Questionvariable'HylEdit' is used before its assigned a value in class file in app_code Pin
anbusenthil15-Jun-09 1:08
anbusenthil15-Jun-09 1:08 
AnswerRe: variable'HylEdit' is used before its assigned a value in class file in app_code Pin
himanshu256115-Jun-09 1:26
himanshu256115-Jun-09 1:26 
GeneralRe: variable'HylEdit' is used before its assigned a value in class file in app_code Pin
anbusenthil15-Jun-09 1:37
anbusenthil15-Jun-09 1:37 
QuestionHow to read UNREAD mails from mail server?? Pin
nkmkrishna15-Jun-09 0:46
nkmkrishna15-Jun-09 0:46 
AnswerPlease Ignore : Cross Post Pin
Abhijit Jana15-Jun-09 0:50
professionalAbhijit Jana15-Jun-09 0:50 
QuestionSQL BulkCopy Pin
munklefish15-Jun-09 0:38
munklefish15-Jun-09 0:38 
AnswerRe: SQL BulkCopy Pin
himanshu256115-Jun-09 1:40
himanshu256115-Jun-09 1:40 

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.