Click here to Skip to main content
15,924,195 members
Home / Discussions / C#
   

C#

 
AnswerRe: who has digital color management code in c#? Pin
Christian Graus4-Aug-09 22:15
protectorChristian Graus4-Aug-09 22:15 
QuestionControl-Break in C# console application Pin
mSh19854-Aug-09 21:12
mSh19854-Aug-09 21:12 
Questionfileupload controll of asp Pin
RajaAhmed4-Aug-09 20:58
RajaAhmed4-Aug-09 20:58 
AnswerRe: fileupload controll of asp Pin
stancrm4-Aug-09 21:13
stancrm4-Aug-09 21:13 
Questionservice startupType Pin
arkiboys4-Aug-09 20:17
arkiboys4-Aug-09 20:17 
AnswerRe: service startupType Pin
stancrm4-Aug-09 20:40
stancrm4-Aug-09 20:40 
GeneralRe: service startupType Pin
arkiboys4-Aug-09 21:26
arkiboys4-Aug-09 21:26 
QuestionLoading 2048K values to textbox from stringbuilder object... Pin
spalanivel4-Aug-09 20:00
spalanivel4-Aug-09 20:00 
Hi,
I am trying to load the large values from the stringbuilder object to the textbox. The code below;

static StringBuilder strCommandBuild = new StringBuilder ();

// Business Logics here

public string Commands
{
get
{
return strCommandBuild.ToString (); //txtRunCfg.Text ;
}
set
{
strCommands = value;
}
}
// UI Part... where i am calling the strCommandBuild...

txtRunCfg.Text = txtRunCfg.Text + objScript.Commands;

The strCommandBuild has more than 2048K bits of datas(ie > 2048 * 1000). When it's loading in to textbox it hangs the application completely. How to solve this problem? Any help appreciated... Thanks..

How to load the values to textbox shown above.

Reg,
Subbu
AnswerRe: Loading 2048K values to textbox from stringbuilder object... Pin
stancrm4-Aug-09 20:26
stancrm4-Aug-09 20:26 
GeneralRe: Loading 2048K values to textbox from stringbuilder object... Pin
spalanivel4-Aug-09 20:40
spalanivel4-Aug-09 20:40 
AnswerRe: Loading 2048K values to textbox from stringbuilder object... Pin
spalanivel4-Aug-09 20:34
spalanivel4-Aug-09 20:34 
GeneralRe: Loading 2048K values to textbox from stringbuilder object... Pin
stancrm4-Aug-09 20:35
stancrm4-Aug-09 20:35 
AnswerRe: Loading 2048K values to textbox from stringbuilder object... Pin
stancrm4-Aug-09 20:37
stancrm4-Aug-09 20:37 
GeneralRe: Loading 2048K values to textbox from stringbuilder object... Pin
spalanivel4-Aug-09 22:35
spalanivel4-Aug-09 22:35 
GeneralRe: Loading 2048K values to textbox from stringbuilder object... Pin
stancrm4-Aug-09 22:54
stancrm4-Aug-09 22:54 
QuestionSQL 2005 connection failed Pin
picasso24-Aug-09 19:51
picasso24-Aug-09 19:51 
AnswerRe: SQL 2005 connection failed Pin
ammar_shaker4-Aug-09 20:53
ammar_shaker4-Aug-09 20:53 
QuestionLicensing for windows application Pin
nilam24774-Aug-09 19:31
nilam24774-Aug-09 19:31 
AnswerRe: Licensing for windows application Pin
Christian Graus4-Aug-09 19:34
protectorChristian Graus4-Aug-09 19:34 
GeneralRe: Licensing for windows application Pin
OriginalGriff4-Aug-09 21:18
mveOriginalGriff4-Aug-09 21:18 
AnswerRe: Licensing for windows application Pin
Cracked-Down4-Aug-09 22:55
Cracked-Down4-Aug-09 22:55 
QuestionPattern matching for Relational Operators [modified] Pin
gamer11274-Aug-09 17:59
gamer11274-Aug-09 17:59 
AnswerRe: Pattern matching for Relational Operators Pin
dan!sh 4-Aug-09 19:21
professional dan!sh 4-Aug-09 19:21 
GeneralRe: Pattern matching for Relational Operators Pin
gamer11274-Aug-09 20:31
gamer11274-Aug-09 20:31 
GeneralRe: Pattern matching for Relational Operators Pin
Luc Pattyn5-Aug-09 0:00
sitebuilderLuc Pattyn5-Aug-09 0:00 

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.