Click here to Skip to main content
15,884,388 members
Home / Discussions / C#
   

C#

 
GeneralRe: finding a specific node in XML with given string Pin
Emmet_Brown21-Apr-09 4:45
Emmet_Brown21-Apr-09 4:45 
AnswerRe: finding a specific node in XML with given string Pin
fly90421-Apr-09 4:09
fly90421-Apr-09 4:09 
QuestionImage on Clipboard Pin
Anubhava Dimri21-Apr-09 2:43
Anubhava Dimri21-Apr-09 2:43 
Questionget a graphica in picturebox from one form to another [modified] Pin
R.Krishnakumar21-Apr-09 2:12
R.Krishnakumar21-Apr-09 2:12 
AnswerRe: get a graphica in picturebox from one form to another Pin
Rob Philpott21-Apr-09 3:23
Rob Philpott21-Apr-09 3:23 
QuestionInsert a class instance into a row in data table Pin
Hari.net21-Apr-09 1:01
Hari.net21-Apr-09 1:01 
AnswerRe: Insert a class instance into a row in data table Pin
Le centriste21-Apr-09 1:14
Le centriste21-Apr-09 1:14 
GeneralRe: Insert a class instance into a row in data table Pin
Hari.net21-Apr-09 1:26
Hari.net21-Apr-09 1:26 
Just want to insert it as class object...
foreach(MyClass obj in MyClassCollection)
     {
         dataRow[dataColumn] = obj;
     }

Just this, nothing more... bt dis is showing as "MyClass" of type object{string}
GeneralRe: Insert a class instance into a row in data table Pin
Le centriste21-Apr-09 2:01
Le centriste21-Apr-09 2:01 
AnswerRe: Insert a class instance into a row in data table Pin
Henry Minute21-Apr-09 1:16
Henry Minute21-Apr-09 1:16 
AnswerRe: Insert a class instance into a row in data table Pin
musefan21-Apr-09 1:16
musefan21-Apr-09 1:16 
AnswerRe: Insert a class instance into a row in data table Pin
S. Senthil Kumar21-Apr-09 1:59
S. Senthil Kumar21-Apr-09 1:59 
QuestionCrop a circle image from a square picture Pin
Babita Shivade21-Apr-09 0:43
Babita Shivade21-Apr-09 0:43 
AnswerRe: Crop a circle image from a square picture Pin
Luc Pattyn21-Apr-09 1:31
sitebuilderLuc Pattyn21-Apr-09 1:31 
GeneralRe: Crop a circle image from a square picture Pin
Babita Shivade21-Apr-09 2:06
Babita Shivade21-Apr-09 2:06 
GeneralRe: Crop a circle image from a square picture Pin
Skymir21-Apr-09 2:49
Skymir21-Apr-09 2:49 
QuestionC# -Savefile Dialog to save an image file Pin
vijaywithu21-Apr-09 0:30
vijaywithu21-Apr-09 0:30 
AnswerRe: C# -Savefile Dialog to save an image file Pin
OriginalGriff21-Apr-09 0:53
mveOriginalGriff21-Apr-09 0:53 
AnswerRe: C# -Savefile Dialog to save an image file Pin
Roman Lerman21-Apr-09 1:00
Roman Lerman21-Apr-09 1:00 
QuestionHow to fix the hight of footer control in Report Viewer(RDLC) asp.net Pin
Member 226432921-Apr-09 0:13
Member 226432921-Apr-09 0:13 
AnswerRe: How to fix the hight of footer control in Report Viewer(RDLC) asp.net Pin
Mycroft Holmes21-Apr-09 0:37
professionalMycroft Holmes21-Apr-09 0:37 
QuestionProblem loading assembly from byte[] Pin
Helfdane21-Apr-09 0:03
Helfdane21-Apr-09 0:03 
AnswerRe: Problem loading assembly from byte[] Pin
Rob Philpott21-Apr-09 3:41
Rob Philpott21-Apr-09 3:41 
GeneralRe: Problem loading assembly from byte[] Pin
Helfdane21-Apr-09 3:53
Helfdane21-Apr-09 3:53 
Questionalternative to session use Pin
mudag21-Apr-09 0:00
mudag21-Apr-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.