Click here to Skip to main content
15,881,281 members
Home / Discussions / C#
   

C#

 
AnswerRe: Preserving row pointer across an database update via a datatable Pin
jrgrobinson16-Mar-09 1:44
jrgrobinson16-Mar-09 1:44 
QuestionHandling the state of a form Pin
saeidfarahi15-Mar-09 22:12
saeidfarahi15-Mar-09 22:12 
AnswerRe: Handling the state of a form Pin
Eddy Vluggen15-Mar-09 22:33
professionalEddy Vluggen15-Mar-09 22:33 
AnswerRe: Handling the state of a form Pin
Michael Bookatz16-Mar-09 0:38
Michael Bookatz16-Mar-09 0:38 
QuestionHow to create own spell checker window in c# or vb.net(windows) Pin
dilipmca0415-Mar-09 21:21
dilipmca0415-Mar-09 21:21 
AnswerRe: How to create own spell checker window in c# or vb.net(windows) Pin
Christian Graus15-Mar-09 22:07
protectorChristian Graus15-Mar-09 22:07 
AnswerRe: How to create own spell checker window in c# or vb.net(windows) Pin
Eddy Vluggen15-Mar-09 22:35
professionalEddy Vluggen15-Mar-09 22:35 
QuestionHow to add folder with files at runtime into solution explorer visual studio 2008 Pin
am 200915-Mar-09 21:15
am 200915-Mar-09 21:15 
hi
I create customize template for VS2008 in which whenever user add project using this template, i want to add folder with some files copy from some path.
i write following code as

project.ProjectItems.AddFolder("myfolder");
folder is created into explorer. i used
project.ProjectItems.AddFromFileCopy(filepath) to add files into exploer but how can i add
files into "myfolder" in explorer.


thanks

abc
QuestionAdding an AJAX enabled page to normal ASP.NET website Pin
maheshsahini15-Mar-09 21:12
maheshsahini15-Mar-09 21:12 
AnswerRe: Adding an AJAX enabled page to normal ASP.NET website Pin
Christian Graus15-Mar-09 22:08
protectorChristian Graus15-Mar-09 22:08 
QuestionInsert multiple data in a single excel row Pin
shantanusenin15-Mar-09 20:55
shantanusenin15-Mar-09 20:55 
AnswerRe: Insert multiple data in a single excel row Pin
Christian Graus15-Mar-09 22:09
protectorChristian Graus15-Mar-09 22:09 
Question[Message Deleted] Pin
prettymugdha15-Mar-09 20:28
prettymugdha15-Mar-09 20:28 
AnswerRe: send file from web application to windows application via http post PinPopular
Christian Graus15-Mar-09 20:34
protectorChristian Graus15-Mar-09 20:34 
QuestionUrlDownloadToFile () in c# Pin
p_196015-Mar-09 19:17
p_196015-Mar-09 19:17 
AnswerRe: UrlDownloadToFile () in c# Pin
Christian Graus15-Mar-09 20:35
protectorChristian Graus15-Mar-09 20:35 
Questionproblem passing datetime to webservice Pin
prasadbuddhika15-Mar-09 18:12
prasadbuddhika15-Mar-09 18:12 
AnswerRe: problem passing datetime to webservice Pin
King Julien15-Mar-09 21:00
King Julien15-Mar-09 21:00 
QuestionControl cannot fall through from one case label ('case 64:') to another? Pin
dec8215-Mar-09 17:15
dec8215-Mar-09 17:15 
AnswerRe: Control cannot fall through from one case label ('case 64:') to another? Pin
Christian Graus15-Mar-09 18:34
protectorChristian Graus15-Mar-09 18:34 
GeneralRe: Control cannot fall through from one case label ('case 64:') to another? Pin
dec8215-Mar-09 18:55
dec8215-Mar-09 18:55 
GeneralRe: Control cannot fall through from one case label ('case 64:') to another? Pin
S. Senthil Kumar15-Mar-09 19:10
S. Senthil Kumar15-Mar-09 19:10 
GeneralRe: Control cannot fall through from one case label ('case 64:') to another? Pin
Christian Graus15-Mar-09 19:12
protectorChristian Graus15-Mar-09 19:12 
GeneralRe: Control cannot fall through from one case label ('case 64:') to another? Pin
dec8215-Mar-09 19:16
dec8215-Mar-09 19:16 
GeneralRe: Control cannot fall through from one case label ('case 64:') to another? Pin
S. Senthil Kumar15-Mar-09 19:45
S. Senthil Kumar15-Mar-09 19:45 

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.