Click here to Skip to main content
15,910,123 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: Slow Multicast Delegates ? Pin
Luc Pattyn26-Jul-09 19:25
sitebuilderLuc Pattyn26-Jul-09 19:25 
AnswerRe: Slow Multicast Delegates ? Pin
DaveyM6927-Jul-09 1:45
professionalDaveyM6927-Jul-09 1:45 
GeneralRe: Slow Multicast Delegates ? Pin
Luc Pattyn27-Jul-09 11:23
sitebuilderLuc Pattyn27-Jul-09 11:23 
GeneralRe: Slow Multicast Delegates ? Pin
DaveyM6927-Jul-09 13:20
professionalDaveyM6927-Jul-09 13:20 
QuestionObject reference not set to an instance of an object. Pin
ChiSmile26-Jul-09 8:28
ChiSmile26-Jul-09 8:28 
AnswerRe: Object reference not set to an instance of an object. Pin
Adam Maras26-Jul-09 8:53
Adam Maras26-Jul-09 8:53 
AnswerRe: Object reference not set to an instance of an object. Pin
Pete O'Hanlon26-Jul-09 9:09
mvePete O'Hanlon26-Jul-09 9:09 
GeneralRe: Object reference not set to an instance of an object. Pin
ChiSmile26-Jul-09 9:16
ChiSmile26-Jul-09 9:16 
GeneralRe: Object reference not set to an instance of an object. Pin
Pete O'Hanlon26-Jul-09 10:13
mvePete O'Hanlon26-Jul-09 10:13 
QuestionAutoGenerateColumns being overwritten by Visual Studio IDE Pin
Kevin Geary25-Jul-09 9:54
Kevin Geary25-Jul-09 9:54 
AnswerRe: AutoGenerateColumns being overwritten by Visual Studio IDE Pin
Henry Minute26-Jul-09 9:51
Henry Minute26-Jul-09 9:51 
QuestionWhy does Crystal take so long to set datasource only the first time Pin
Hypermommy25-Jul-09 2:30
Hypermommy25-Jul-09 2:30 
QuestionActiveElement Pin
majidmadadi24-Jul-09 19:14
majidmadadi24-Jul-09 19:14 
QuestionActiveDirectory Question [SOLVED] Pin
#realJSOP24-Jul-09 2:48
professional#realJSOP24-Jul-09 2:48 
Questiondetailsview edit Pin
rim jhim23-Jul-09 20:44
rim jhim23-Jul-09 20:44 
AnswerRe: detailsview edit Pin
Suvabrata Roy19-Mar-13 23:54
professionalSuvabrata Roy19-Mar-13 23:54 
QuestionHow would one go about doing this? (Code Coverage) Pin
gantww23-Jul-09 15:15
gantww23-Jul-09 15:15 
AnswerRe: How would one go about doing this? (Code Coverage) Pin
Jimmanuel23-Jul-09 17:43
Jimmanuel23-Jul-09 17:43 
AnswerRe: How would one go about doing this? (Code Coverage) Pin
Curtis Schlak.23-Jul-09 18:10
Curtis Schlak.23-Jul-09 18:10 
AnswerRe: How would one go about doing this? (Code Coverage) Pin
S. Senthil Kumar24-Jul-09 5:35
S. Senthil Kumar24-Jul-09 5:35 
QuestionOnDeserialized/OnDeserializing not firing Pin
RichardM123-Jul-09 5:59
RichardM123-Jul-09 5:59 
AnswerRe: OnDeserialized/OnDeserializing not firing Pin
Vova Gaevoy15-Jul-10 4:33
Vova Gaevoy15-Jul-10 4:33 
QuestionSCSF Smart Client application takes time to load Pin
Sakshi Smriti23-Jul-09 2:02
Sakshi Smriti23-Jul-09 2:02 
AnswerRe: SCSF Smart Client application takes time to load Pin
Ian McCaul23-Jul-09 8:23
Ian McCaul23-Jul-09 8:23 
QuestionRelated value in Datagridviewcolumn Pin
Sergiev23-Jul-09 1:37
Sergiev23-Jul-09 1:37 
Dear all, upon developing data entry project I've faced a problem and I still can't figure out the solution.

Simplifying the matter, lets say that the the user enters the ID value and should get the decription in another column (DataGridViewTextbox) in the same datagridview. The description column should get updated immediately after the value of the ID column is changed.

The scenario is very close to classical master/detail form except that the detail should be displayed into the same control.

I had particullar success when bound the datagridview control to dataset relation, but the form didn't work well when inserting new rows.

Can you provide me with brief advice or a link?


Kind regards,

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.