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

.NET (Core and Framework)

 
QuestionI created org chart dynamically in C#.net but image is not displaying Pin
sr15917-Aug-10 19:35
sr15917-Aug-10 19:35 
Questioni want to use 'messagebox' in ASP.NET(C#) Pin
buffering8316-Aug-10 15:03
buffering8316-Aug-10 15:03 
AnswerRe: i want to use 'messagebox' in ASP.NET(C#) Pin
Abhinav S16-Aug-10 18:38
Abhinav S16-Aug-10 18:38 
GeneralReally Thank you! Pin
buffering8316-Aug-10 19:33
buffering8316-Aug-10 19:33 
GeneralRe: Really Thank you! Pin
Abhinav S19-Aug-10 1:31
Abhinav S19-Aug-10 1:31 
QuestionDataGridViewComboBoxColumn - Multiple columns as .DisplayMember? Pin
webbooker15-Aug-10 18:20
webbooker15-Aug-10 18:20 
AnswerRe: DataGridViewComboBoxColumn - Multiple columns as .DisplayMember? Pin
Eddy Vluggen15-Aug-10 20:44
professionalEddy Vluggen15-Aug-10 20:44 
AnswerRe: DataGridViewComboBoxColumn - Multiple columns as .DisplayMember? Pin
Scubapro17-Aug-10 0:06
Scubapro17-Aug-10 0:06 
The combobox only handles a single column of displayed data.
It has a displaymember and a valuemember property for binding to the datasource.
But if you must display multicolumn in a combobox then you can concatenante your column values,
like Eddy's shown in SQL. In VB this works like:
Dim FnLn As String
Dim drRow As DataRow
For Each drRow In DataSet.Rows 'or DataSet.Tables("Table1").Rows
FnLn = drRow("Lastname") & " , " & drRow("Firstname")
cb1.Items.Add(FnLn)
Next

QuestionNeed a quick answer on Wcf Configuration Editor.... Pin
Michael Eber14-Aug-10 6:50
Michael Eber14-Aug-10 6:50 
Question.net (Pass data from web application to static IP) Pin
ShafiqA13-Aug-10 0:37
ShafiqA13-Aug-10 0:37 
AnswerRe: .net (Pass data from web application to static IP) Pin
Pete O'Hanlon13-Aug-10 23:59
mvePete O'Hanlon13-Aug-10 23:59 
GeneralRe: .net (Pass data from web application to static IP) Pin
ShafiqA15-Aug-10 18:42
ShafiqA15-Aug-10 18:42 
GeneralRe: .net (Pass data from web application to static IP) Pin
Dave Kreskowiak15-Aug-10 18:51
mveDave Kreskowiak15-Aug-10 18:51 
GeneralRe: .net (Pass data from web application to static IP) Pin
ShafiqA15-Aug-10 22:44
ShafiqA15-Aug-10 22:44 
GeneralRe: .net (Pass data from web application to static IP) Pin
Dave Kreskowiak16-Aug-10 1:46
mveDave Kreskowiak16-Aug-10 1:46 
Questionhow to build the dynamic webreference via NANT build script Pin
mukkil12-Aug-10 7:20
mukkil12-Aug-10 7:20 
QuestionHow to force printer "Microsoft XPS Document Writer" to print in a file without inquiry for the user of a filename Pin
Degun12-Aug-10 5:00
Degun12-Aug-10 5:00 
AnswerRe: How to force printer "Microsoft XPS Document Writer" to print in a file without inquiry for the user of a filename Pin
Degun19-Aug-10 3:27
Degun19-Aug-10 3:27 
AnswerRe: How to force printer "Microsoft XPS Document Writer" to print in a file without inquiry for the user of a filename Pin
BMW74018-Nov-10 2:43
BMW74018-Nov-10 2:43 
QuestionHow to confim _TransparentProxy object is OK? Pin
liuqian503612-Aug-10 3:26
liuqian503612-Aug-10 3:26 
Questiondevelop popup message that should get data from user when i am clicking update button in the gridview Pin
sarala.s10-Aug-10 19:49
sarala.s10-Aug-10 19:49 
AnswerRe: develop popup message that should get data from user when i am clicking update button in the gridview Pin
Scubapro11-Aug-10 1:32
Scubapro11-Aug-10 1:32 
QuestionHow receive video stream in code ? [modified] Pin
Yanshof10-Aug-10 2:44
Yanshof10-Aug-10 2:44 
AnswerRe: How receive video stream in code ? Pin
Abhinav S10-Aug-10 19:52
Abhinav S10-Aug-10 19:52 
QuestionFileWatcher class and WMI Pin
NetQuestions9-Aug-10 20:08
NetQuestions9-Aug-10 20:08 

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.