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

.NET (Core and Framework)

 
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 
AnswerRe: Related value in Datagridviewcolumn Pin
amit k mistry23-Jul-09 6:53
amit k mistry23-Jul-09 6:53 
GeneralRe: Related value in Datagridviewcolumn Pin
Sergiev23-Jul-09 10:04
Sergiev23-Jul-09 10:04 
GeneralRe: Related value in Datagridviewcolumn Pin
Infarkt25-Jul-09 15:29
Infarkt25-Jul-09 15:29 
you can use DataGridViewComboBox column instead of DataGridViewTextBoxColumn to show employee's name.
Example:
datagridview.Columns("empl_name").DisplayMember="empl_name"
datagridview.Columns("empl_name").ValueMember ="empl_id"
datagridview.Columns("empl_name").DataSource ="employees"
datagridview.Columns("empl_name").DataPropertyName="payments"."p_id"
datagridview.Columns("empl_name").DisplayStyle=Nothing
QuestionOleDbParameter and "IS NOT NULL" Pin
:o:k:23-Jul-09 0:32
:o:k:23-Jul-09 0:32 
AnswerRe: OleDbParameter and "IS NOT NULL" Pin
:o:k:24-Jul-09 3:02
:o:k:24-Jul-09 3:02 
AnswerRe: OleDbParameter and "IS NOT NULL" Pin
Jack Vanderhorst25-Jul-09 4:20
Jack Vanderhorst25-Jul-09 4:20 
Questionabout ajax Pin
sapna sangole22-Jul-09 20:59
sapna sangole22-Jul-09 20:59 
AnswerRe: about ajax Pin
Pete O'Hanlon22-Jul-09 22:03
mvePete O'Hanlon22-Jul-09 22:03 
AnswerRe: about ajax Pin
Baran M22-Jul-09 22:47
Baran M22-Jul-09 22:47 
QuestionRegistry Manipulation - Odd behaviour Pin
Tristan Rhodes22-Jul-09 6:31
Tristan Rhodes22-Jul-09 6:31 
AnswerRe: Registry Manipulation - Odd behaviour Pin
led mike22-Jul-09 6:54
led mike22-Jul-09 6:54 
GeneralRe: Registry Manipulation - Odd behaviour Pin
Luc Pattyn22-Jul-09 7:11
sitebuilderLuc Pattyn22-Jul-09 7:11 
GeneralRe: Registry Manipulation - Odd behaviour Pin
led mike22-Jul-09 7:19
led mike22-Jul-09 7:19 
GeneralRe: Registry Manipulation - Odd behaviour Pin
Luc Pattyn22-Jul-09 7:23
sitebuilderLuc Pattyn22-Jul-09 7:23 
GeneralRe: Registry Manipulation - Odd behaviour Pin
led mike22-Jul-09 7:26
led mike22-Jul-09 7:26 
GeneralRe: Registry Manipulation - Odd behaviour Pin
Luc Pattyn22-Jul-09 7:52
sitebuilderLuc Pattyn22-Jul-09 7:52 
GeneralRe: Registry Manipulation - Odd behaviour Pin
Tristan Rhodes22-Jul-09 23:04
Tristan Rhodes22-Jul-09 23:04 
AnswerRe: Registry Manipulation - Odd behaviour Pin
Luc Pattyn22-Jul-09 7:09
sitebuilderLuc Pattyn22-Jul-09 7:09 
GeneralRe: Registry Manipulation - Odd behaviour Pin
Tristan Rhodes22-Jul-09 23:21
Tristan Rhodes22-Jul-09 23:21 
GeneralRe: Registry Manipulation - Odd behaviour Pin
Luc Pattyn23-Jul-09 0:20
sitebuilderLuc Pattyn23-Jul-09 0:20 

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.