Click here to Skip to main content
15,867,308 members
Home / Discussions / C#
   

C#

 
AnswerRe: Datagridview to Database table Pin
Vimalsoft(Pty) Ltd14-Jul-09 23:34
professionalVimalsoft(Pty) Ltd14-Jul-09 23:34 
GeneralRe: gridview to Database table asp.net C# Pin
5fingers14-Jul-09 23:37
5fingers14-Jul-09 23:37 
GeneralRe: gridview to Database table asp.net C# Pin
Vimalsoft(Pty) Ltd14-Jul-09 23:47
professionalVimalsoft(Pty) Ltd14-Jul-09 23:47 
QuestionHow to get listbox items to string? Pin
swetha_insoft14-Jul-09 21:04
swetha_insoft14-Jul-09 21:04 
AnswerRe: How to get listbox items to string? Pin
SeMartens14-Jul-09 21:09
SeMartens14-Jul-09 21:09 
AnswerRe: How to get listbox items to string? Pin
stancrm14-Jul-09 21:11
stancrm14-Jul-09 21:11 
GeneralRe: How to get listbox items to string? Pin
swetha_insoft14-Jul-09 21:21
swetha_insoft14-Jul-09 21:21 
GeneralRe: How to get listbox items to string? Pin
SeMartens14-Jul-09 21:26
SeMartens14-Jul-09 21:26 
Try to use

<br />
<br />
((System.Data.DataRowView) lstSelectedItems.Items[i]).Item[0].ToString()<br />
<br />


instead.

It's not a bug, it's a feature!

Check out my CodeProject article Permission-by-aspect.

Me in Softwareland.

GeneralRe: How to get listbox items to string? Pin
Blue_Boy14-Jul-09 21:53
Blue_Boy14-Jul-09 21:53 
AnswerRe: How to get listbox items to string? Pin
dule4327-Aug-09 15:07
dule4327-Aug-09 15:07 
Questionrandom number generation Pin
givya14-Jul-09 21:02
givya14-Jul-09 21:02 
AnswerRe: random number generation Pin
SeMartens14-Jul-09 21:04
SeMartens14-Jul-09 21:04 
AnswerRe: random number generation Pin
Rajesh R Subramanian14-Jul-09 21:05
professionalRajesh R Subramanian14-Jul-09 21:05 
AnswerRe: random number generation Pin
himanshu256114-Jul-09 21:13
himanshu256114-Jul-09 21:13 
GeneralRe: random number generation Pin
givya15-Jul-09 2:27
givya15-Jul-09 2:27 
QuestionNeed help. Pin
mjawadkhatri14-Jul-09 20:56
mjawadkhatri14-Jul-09 20:56 
AnswerRe: Need help. Pin
SeMartens14-Jul-09 21:01
SeMartens14-Jul-09 21:01 
AnswerRe: Need help. Pin
K030614-Jul-09 21:07
K030614-Jul-09 21:07 
GeneralRe: Need help. Pin
mjawadkhatri14-Jul-09 21:18
mjawadkhatri14-Jul-09 21:18 
AnswerRe: Need help. Pin
sarinsps14-Jul-09 21:47
sarinsps14-Jul-09 21:47 
Questionzedgraph control Pin
hamidhakimi14-Jul-09 20:49
hamidhakimi14-Jul-09 20:49 
QuestionSaving JPEG image Pin
GauravKP14-Jul-09 20:30
professionalGauravKP14-Jul-09 20:30 
AnswerRe: Saving JPEG image Pin
Adam R Harris14-Jul-09 20:36
Adam R Harris14-Jul-09 20:36 
AnswerRe: Saving JPEG image Pin
benjymous14-Jul-09 22:08
benjymous14-Jul-09 22:08 
GeneralRe: Saving JPEG image Pin
Abdul Rahman Hamidy15-Jul-09 0:02
Abdul Rahman Hamidy15-Jul-09 0:02 

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.