Click here to Skip to main content
15,906,455 members
Home / Discussions / C#
   

C#

 
GeneralRe: Error installing application in some machines Pin
Harikrk20-Jan-09 21:54
Harikrk20-Jan-09 21:54 
Questionhow to access web page data using Imarkup services? Pin
svt gdwl20-Jan-09 18:51
svt gdwl20-Jan-09 18:51 
QuestionCOm port loopback Pin
Harikrk20-Jan-09 18:48
Harikrk20-Jan-09 18:48 
Questionconvert rdlc report into html format Pin
bhaumikdv20-Jan-09 18:27
bhaumikdv20-Jan-09 18:27 
AnswerRe: convert rdlc report into html format Pin
Abhishek Sur20-Jan-09 22:17
professionalAbhishek Sur20-Jan-09 22:17 
QuestionNameValue Pair to ListView Pin
thisisaustin20-Jan-09 17:43
thisisaustin20-Jan-09 17:43 
AnswerRe: NameValue Pair to ListView Pin
N a v a n e e t h20-Jan-09 18:05
N a v a n e e t h20-Jan-09 18:05 
AnswerRe: NameValue Pair to ListView Pin
Ben Fair21-Jan-09 2:45
Ben Fair21-Jan-09 2:45 
To add items to a ListView you have to create a ListViewItem object and add it to the ListView.Items collection via the ListView.Items.Add() method. The ListViewItem object has a bunch of constructors, so just find one that meets your needs. I typically use the one that takes string[], because I typically use the ListView in Details mode. So, I'll have columns defined for the ListView and each index of the string[] in the ListViewItem constructor corresponds to the column with the same index. So, all you have to do for that constructor is make a string[] where index 0 is the data for column 0, index 1 is the data for column 1, etc.

Keep It Simple Stupid! (KISS)

QuestionC# code for retreiving datas from SQl server management studio express Pin
remyajith20-Jan-09 17:38
remyajith20-Jan-09 17:38 
AnswerRe: C# code for retreiving datas from SQl server management studio express Pin
N a v a n e e t h20-Jan-09 17:57
N a v a n e e t h20-Jan-09 17:57 
QuestionChart with CrystalReport Pin
Mohammad Dayyan20-Jan-09 16:46
Mohammad Dayyan20-Jan-09 16:46 
AnswerRe: Chart with CrystalReport Pin
N a v a n e e t h20-Jan-09 17:19
N a v a n e e t h20-Jan-09 17:19 
GeneralRe: Chart with CrystalReport Pin
Mohammad Dayyan20-Jan-09 17:37
Mohammad Dayyan20-Jan-09 17:37 
QuestionWeb Form Design Question Pin
JasonBerb20-Jan-09 15:08
JasonBerb20-Jan-09 15:08 
AnswerRe: Web Form Design Question Pin
N a v a n e e t h20-Jan-09 17:21
N a v a n e e t h20-Jan-09 17:21 
Questionicon changes when apps are grouped in taskbar Pin
rbuchana20-Jan-09 14:54
rbuchana20-Jan-09 14:54 
AnswerRe: icon changes when apps are grouped in taskbar Pin
Guffa20-Jan-09 15:01
Guffa20-Jan-09 15:01 
GeneralRe: icon changes when apps are grouped in taskbar Pin
rbuchana20-Jan-09 15:14
rbuchana20-Jan-09 15:14 
QuestionCryptography Pin
Scalee20-Jan-09 13:47
Scalee20-Jan-09 13:47 
AnswerRe: Cryptography Pin
Mark Churchill20-Jan-09 14:43
Mark Churchill20-Jan-09 14:43 
AnswerRe: Cryptography Pin
Guffa20-Jan-09 14:46
Guffa20-Jan-09 14:46 
QuestionHow to use WSDL in VS2008 Pin
Scott Elder20-Jan-09 13:31
Scott Elder20-Jan-09 13:31 
QuestionDataGridView, RowEnter exception upon header select Pin
Lodeclaw20-Jan-09 11:46
Lodeclaw20-Jan-09 11:46 
AnswerRe: DataGridView, RowEnter exception upon header select Pin
Lodeclaw20-Jan-09 11:53
Lodeclaw20-Jan-09 11:53 
QuestionSession states between two pages with two gridtables Pin
CrimeanTurtle200820-Jan-09 11:40
CrimeanTurtle200820-Jan-09 11:40 

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.