Click here to Skip to main content
15,892,927 members
Home / Discussions / C#
   

C#

 
AnswerRe: Serialport write / read to fast for the device Pin
Expert Coming8-Sep-05 13:14
Expert Coming8-Sep-05 13:14 
GeneralRe: Serialport write / read to fast for the device Pin
pxp8-Sep-05 13:39
pxp8-Sep-05 13:39 
GeneralRe: Serialport write / read to fast for the device Pin
WillemM9-Sep-05 1:06
WillemM9-Sep-05 1:06 
GeneralRe: Serialport write / read to fast for the device Pin
pxp9-Sep-05 1:38
pxp9-Sep-05 1:38 
GeneralRe: Serialport write / read to fast for the device Pin
WillemM9-Sep-05 2:21
WillemM9-Sep-05 2:21 
GeneralRe: Serialport write / read to fast for the device Pin
pxp9-Sep-05 3:12
pxp9-Sep-05 3:12 
GeneralRe: Serialport write / read to fast for the device Pin
WillemM9-Sep-05 4:03
WillemM9-Sep-05 4:03 
GeneralRe: Serialport write / read to fast for the device Pin
pxp9-Sep-05 4:57
pxp9-Sep-05 4:57 
QuestionUsing strings to name an object Pin
Expert Coming8-Sep-05 12:23
Expert Coming8-Sep-05 12:23 
AnswerRe: Using strings to name an object Pin
Christian Graus8-Sep-05 12:28
protectorChristian Graus8-Sep-05 12:28 
GeneralRe: Using strings to name an object Pin
Expert Coming8-Sep-05 12:29
Expert Coming8-Sep-05 12:29 
GeneralRe: Using strings to name an object Pin
Christian Graus8-Sep-05 12:30
protectorChristian Graus8-Sep-05 12:30 
GeneralRe: Using strings to name an object Pin
Expert Coming8-Sep-05 12:34
Expert Coming8-Sep-05 12:34 
GeneralRe: Using strings to name an object Pin
Christian Graus8-Sep-05 12:58
protectorChristian Graus8-Sep-05 12:58 
GeneralRe: Using strings to name an object Pin
Expert Coming8-Sep-05 13:02
Expert Coming8-Sep-05 13:02 
GeneralRe: Using strings to name an object Pin
Christian Graus8-Sep-05 13:05
protectorChristian Graus8-Sep-05 13:05 
GeneralRe: Using strings to name an object Pin
Expert Coming8-Sep-05 13:07
Expert Coming8-Sep-05 13:07 
GeneralRe: Using strings to name an object Pin
Christian Graus8-Sep-05 13:10
protectorChristian Graus8-Sep-05 13:10 
GeneralRe: Using strings to name an object Pin
Expert Coming8-Sep-05 13:12
Expert Coming8-Sep-05 13:12 
GeneralRe: Using strings to name an object Pin
Christian Graus8-Sep-05 13:16
protectorChristian Graus8-Sep-05 13:16 
ExpertComing wrote:
szMyTable.Append("<body><form runat=server><table>");

Why are you doing this in an ASP.NET app ? This is a nightmare.


ExpertComing wrote:
szMyTable.Append("szMyTable.Append(skill);
szMyTable.Append(" runat=server Text=\"");

You can't do this, you're generating HTML *after* the controls have been created.

ExpertComing wrote:
A datagrid will not work, as I am going to have the szMyTable include Textboxes and Buttons.

You're treating asp.net as if it was asp. Scrap all this code, it's really working against the framwork. Instead, create a datagrid, which CAN include textboxes and buttons. There's a bit of work in getting the events from dynamically created controls, but it can be done, and that way, you'll use the framework instead of fighting it.



Christian Graus - Microsoft MVP - C++
GeneralRe: Using strings to name an object Pin
Expert Coming8-Sep-05 13:19
Expert Coming8-Sep-05 13:19 
GeneralRe: Using strings to name an object Pin
Christian Graus8-Sep-05 13:20
protectorChristian Graus8-Sep-05 13:20 
GeneralRe: Using strings to name an object Pin
Expert Coming8-Sep-05 13:21
Expert Coming8-Sep-05 13:21 
GeneralRe: Using strings to name an object Pin
Christian Graus8-Sep-05 13:23
protectorChristian Graus8-Sep-05 13:23 
GeneralRe: Using strings to name an object Pin
Expert Coming8-Sep-05 13:26
Expert Coming8-Sep-05 13:26 

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.