Click here to Skip to main content
15,888,733 members
Home / Discussions / C#
   

C#

 
Questionuser control design time event Pin
Abdul Rahman Hamidy8-Jun-09 0:06
Abdul Rahman Hamidy8-Jun-09 0:06 
AnswerRe: user control design time event Pin
Simon P Stevens8-Jun-09 1:03
Simon P Stevens8-Jun-09 1:03 
GeneralRe: user control design time event Pin
Abdul Rahman Hamidy14-Jun-09 19:30
Abdul Rahman Hamidy14-Jun-09 19:30 
QuestionSet a value to MDM T02 TXA-2-3 using NHapi? Pin
jingzo7-Jun-09 23:36
jingzo7-Jun-09 23:36 
AnswerRe: Set a value to MDM T02 TXA-2-3 using NHapi? Pin
jingzo10-Jun-09 23:21
jingzo10-Jun-09 23:21 
GeneralRe: Set a value to MDM T02 TXA-2-3 using NHapi? Pin
Member 921850128-Dec-22 7:37
Member 921850128-Dec-22 7:37 
QuestionDatagridview programming problem Pin
PrakashPaul7-Jun-09 23:36
PrakashPaul7-Jun-09 23:36 
AnswerRe: Datagridview programming problem Pin
saanj7-Jun-09 23:48
saanj7-Jun-09 23:48 
Hi,
(i) Use Edit Item Template to update the grid.
(ii) Your data source may contain values from multiple tables, but that won't create any problem as you can simply put those values into a datatable and bind the data table to the data grid vew.
(iii) Use AJAXAutoCompleteExtender control in the row data bound event of the data grid view. You need to use it dynamically.
(iv) you have to check it in your query and ensure that only distinct rows come into the result set.

Regards
Saanj

Either you love IT or leave IT...

QuestionHow to catch Onclick event on IE window? Pin
svt gdwl7-Jun-09 23:04
svt gdwl7-Jun-09 23:04 
AnswerRe: How to catch Onclick event on IE window? Pin
Manas Bhardwaj7-Jun-09 23:50
professionalManas Bhardwaj7-Jun-09 23:50 
AnswerRe: How to catch Onclick event on IE window? Pin
saanj7-Jun-09 23:51
saanj7-Jun-09 23:51 
QuestionSQL cursor fetch problem Pin
mmdullah7-Jun-09 22:40
mmdullah7-Jun-09 22:40 
AnswerAbsolutely nothing to do with C# Pin
Pete O'Hanlon7-Jun-09 22:59
mvePete O'Hanlon7-Jun-09 22:59 
GeneralI disagree! Pin
Rajesh R Subramanian8-Jun-09 1:13
professionalRajesh R Subramanian8-Jun-09 1:13 
GeneralRe: I disagree! Pin
mmdullah8-Jun-09 1:21
mmdullah8-Jun-09 1:21 
AnswerRe: SQL cursor fetch problem Pin
jonhbt7-Jun-09 23:01
jonhbt7-Jun-09 23:01 
GeneralRe: SQL cursor fetch problem Pin
mmdullah7-Jun-09 23:30
mmdullah7-Jun-09 23:30 
GeneralRe: SQL cursor fetch problem Pin
jonhbt7-Jun-09 23:47
jonhbt7-Jun-09 23:47 
GeneralRe: SQL cursor fetch problem Pin
mmdullah8-Jun-09 0:21
mmdullah8-Jun-09 0:21 
GeneralRe: SQL cursor fetch problem Pin
jonhbt8-Jun-09 0:39
jonhbt8-Jun-09 0:39 
GeneralRe: SQL cursor fetch problem Pin
mmdullah8-Jun-09 1:18
mmdullah8-Jun-09 1:18 
GeneralRe: SQL cursor fetch problem Pin
Ashfield8-Jun-09 1:36
Ashfield8-Jun-09 1:36 
AnswerHorror Pin
harold aptroot8-Jun-09 0:35
harold aptroot8-Jun-09 0:35 
Answercoding horror! Pin
PandemoniumPasha8-Jun-09 2:24
PandemoniumPasha8-Jun-09 2:24 
AnswerRe: SQL cursor fetch problem Pin
David Skelly8-Jun-09 3:10
David Skelly8-Jun-09 3:10 

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.