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

C#

 
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 
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 
well i cant image you are wanting to display the class in any way in a cell so why dont you try using the Tag property of the DataRow? I am assuming you just need to get information from the class why you have a row selected.


dataRow.Tag = myClass;


then when you need it you can just do...


MyClass myClass = (MyClass)dataRow.Tag;


Life goes very fast. Tomorrow, today is already yesterday.

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 
AnswerRe: alternative to session use Pin
Le centriste21-Apr-09 1:15
Le centriste21-Apr-09 1:15 
GeneralRe: alternative to session use Pin
Ian McCaul21-Apr-09 4:48
Ian McCaul21-Apr-09 4:48 
GeneralRe: alternative to session use Pin
Le centriste21-Apr-09 5:44
Le centriste21-Apr-09 5:44 

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.