Click here to Skip to main content
15,921,113 members
Home / Discussions / C#
   

C#

 
Questionplease help me in C# Pin
joginderniit23-Sep-07 22:25
joginderniit23-Sep-07 22:25 
AnswerRe: please help me in C# Pin
Pete O'Hanlon23-Sep-07 22:45
mvePete O'Hanlon23-Sep-07 22:45 
AnswerRe: please help me in C# Pin
Pete O'Hanlon24-Sep-07 0:00
mvePete O'Hanlon24-Sep-07 0:00 
AnswerRe: please help me in C# Pin
Amar Chaudhary24-Sep-07 0:44
Amar Chaudhary24-Sep-07 0:44 
GeneralRe: please help me in C# Pin
Malcolm Smart24-Sep-07 0:51
Malcolm Smart24-Sep-07 0:51 
GeneralRe: please help me in C# Pin
Amar Chaudhary24-Sep-07 1:27
Amar Chaudhary24-Sep-07 1:27 
GeneralRe: please help me in C# Pin
Malcolm Smart24-Sep-07 1:45
Malcolm Smart24-Sep-07 1:45 
GeneralRe: please help me in C# Pin
J4amieC24-Sep-07 1:58
J4amieC24-Sep-07 1:58 
GeneralRe: please help me in C# Pin
martin_hughes24-Sep-07 1:29
martin_hughes24-Sep-07 1:29 
Questionhow to make HTML Page Pin
Jintal Patel23-Sep-07 20:37
Jintal Patel23-Sep-07 20:37 
AnswerRe: how to make HTML Page Pin
Christian Graus23-Sep-07 21:06
protectorChristian Graus23-Sep-07 21:06 
GeneralRe: how to make HTML Page Pin
Jintal Patel23-Sep-07 21:27
Jintal Patel23-Sep-07 21:27 
GeneralRe: how to make HTML Page Pin
Malcolm Smart23-Sep-07 21:32
Malcolm Smart23-Sep-07 21:32 
GeneralRe: how to make HTML Page Pin
Jintal Patel23-Sep-07 21:57
Jintal Patel23-Sep-07 21:57 
GeneralRe: how to make HTML Page Pin
Malcolm Smart23-Sep-07 22:06
Malcolm Smart23-Sep-07 22:06 
Use a Textwriter/HtmlWriter and write the raw HTML out for each page you want to create.

Where will you store these files? If you want to store them in the web directory you might hit permission issues.

What happens if two users hit the same product at the same time? Which one will do the writing? You will have to handle concurrency issues on the file.

"More functions should disregard input values and just return 12. It would make life easier." - comment posted on WTF


"This time yesterday, I still had 24 hours to meet the deadline I've just missed today."

Questionsend byte array to a printer and reading back through a serial port Pin
bttds23-Sep-07 20:36
bttds23-Sep-07 20:36 
AnswerRe: send byte array to a printer and reading back through a serial port Pin
Christian Graus23-Sep-07 21:04
protectorChristian Graus23-Sep-07 21:04 
GeneralOT Pin
Pete O'Hanlon23-Sep-07 21:47
mvePete O'Hanlon23-Sep-07 21:47 
GeneralRe: send byte array to a printer and reading back through a serial port Pin
bttds23-Sep-07 22:22
bttds23-Sep-07 22:22 
AnswerRe: send byte array to a printer and reading back through a serial port Pin
Guffa23-Sep-07 22:50
Guffa23-Sep-07 22:50 
GeneralRe: send byte array to a printer and reading back through a serial port Pin
bttds23-Sep-07 23:34
bttds23-Sep-07 23:34 
QuestionPrinting a file using process object Pin
gauthee23-Sep-07 20:04
gauthee23-Sep-07 20:04 
AnswerRe: Printing a file using process object Pin
blackjack215024-Sep-07 0:23
blackjack215024-Sep-07 0:23 
QuestionCompare 2 datasets Pin
Anu SE23-Sep-07 19:57
Anu SE23-Sep-07 19:57 
AnswerRe: Compare 2 datasets Pin
gauthee23-Sep-07 20:19
gauthee23-Sep-07 20:19 

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.