Click here to Skip to main content
15,893,381 members
Home / Discussions / C#
   

C#

 
SuggestionRe: StackOverflowException Pin
lukeer22-Aug-11 20:46
lukeer22-Aug-11 20:46 
AnswerRe: StackOverflowException [modified] Pin
Luc Pattyn23-Aug-11 1:47
sitebuilderLuc Pattyn23-Aug-11 1:47 
GeneralRe: StackOverflowException Pin
PIEBALDconsult23-Aug-11 3:13
mvePIEBALDconsult23-Aug-11 3:13 
AnswerRe: StackOverflowException Pin
Luc Pattyn23-Aug-11 3:28
sitebuilderLuc Pattyn23-Aug-11 3:28 
GeneralRe: StackOverflowException Pin
PIEBALDconsult23-Aug-11 3:34
mvePIEBALDconsult23-Aug-11 3:34 
QuestionRe: StackOverflowException Pin
Luc Pattyn23-Aug-11 5:46
sitebuilderLuc Pattyn23-Aug-11 5:46 
AnswerRe: StackOverflowException Pin
PIEBALDconsult23-Aug-11 14:16
mvePIEBALDconsult23-Aug-11 14:16 
GeneralRe: StackOverflowException Pin
GParkings1-Sep-11 7:35
GParkings1-Sep-11 7:35 
Personally i avoid the use of the tag property at all costs.

Many people seem to disagree with me on that one but unless you have complete control over your controls (and a bloody good memory)there is always the risk that some wee-beastie is going to swap out your expected data with their own.

Not to mention its an object type and my general rule of thumb is 'if you find yourself declaring something as object, take a step back and check if you designed it right'

A better solution can usually be found through subclassing or extension methods at the very least (although, ofc, never quite as quick to write :P)
GeneralRe: StackOverflowException Pin
Luc Pattyn1-Sep-11 8:11
sitebuilderLuc Pattyn1-Sep-11 8:11 
JokeRe: StackOverflowException Pin
PIEBALDconsult22-Aug-11 14:47
mvePIEBALDconsult22-Aug-11 14:47 
GeneralRe: StackOverflowException Pin
abolfazl delbari22-Aug-11 15:00
abolfazl delbari22-Aug-11 15:00 
Questionvirtual USB device Pin
Grimes22-Aug-11 11:03
Grimes22-Aug-11 11:03 
AnswerRe: virtual USB device Pin
Rutvik Dave22-Aug-11 11:26
professionalRutvik Dave22-Aug-11 11:26 
GeneralRe: virtual USB device Pin
Grimes22-Aug-11 11:41
Grimes22-Aug-11 11:41 
AnswerRe: virtual USB device Pin
Bernhard Hiller22-Aug-11 22:29
Bernhard Hiller22-Aug-11 22:29 
GeneralRe: virtual USB device Pin
Grimes22-Aug-11 22:39
Grimes22-Aug-11 22:39 
AnswerRe: virtual USB device Pin
John Clegg23-Aug-11 2:29
professionalJohn Clegg23-Aug-11 2:29 
GeneralRe: virtual USB device Pin
Grimes23-Aug-11 2:53
Grimes23-Aug-11 2:53 
QuestionDatagridview to Excel.....using error (again) Pin
PDTUM22-Aug-11 9:43
PDTUM22-Aug-11 9:43 
AnswerRe: Datagridview to Excel.....using error (again) Pin
SledgeHammer0122-Aug-11 10:38
SledgeHammer0122-Aug-11 10:38 
GeneralRe: Datagridview to Excel.....using error (again) Pin
PDTUM22-Aug-11 16:38
PDTUM22-Aug-11 16:38 
QuestionLevel of privileges Pin
Herboren22-Aug-11 6:36
Herboren22-Aug-11 6:36 
AnswerRe: Level of privileges Pin
Richard Andrew x6422-Aug-11 11:27
professionalRichard Andrew x6422-Aug-11 11:27 
QuestionHow do I generate a number divisable by 5, and check it? PinPopular
stephen.darling22-Aug-11 3:42
stephen.darling22-Aug-11 3:42 
AnswerRe: How do I generate a number divisable by 5, and check it? PinPopular
Luc Pattyn22-Aug-11 3:46
sitebuilderLuc Pattyn22-Aug-11 3:46 

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.