Click here to Skip to main content
15,913,055 members
Home / Discussions / C#
   

C#

 
GeneralRe: String.Empty or "" Pin
Paul Conrad3-Feb-08 7:17
professionalPaul Conrad3-Feb-08 7:17 
GeneralRe: String.Empty or "" Pin
Nouman Bhatti4-Feb-08 3:34
Nouman Bhatti4-Feb-08 3:34 
GeneralRe: String.Empty or "" Pin
Le centriste4-Feb-08 8:35
Le centriste4-Feb-08 8:35 
Questionhow do i get owning process ID associated with each connection; like "netstat -o" Pin
mimar3-Feb-08 3:13
mimar3-Feb-08 3:13 
Questionhow i have a gridimage for load map with episodic block in c# Pin
f_ft3-Feb-08 2:47
f_ft3-Feb-08 2:47 
GeneralwebBrowser Referrer (Windows Form) Pin
ncjlee3-Feb-08 2:30
ncjlee3-Feb-08 2:30 
QuestionError - 182 -The left-hand side of an assignment must be a variable, property or indexer Pin
Ryno Burger3-Feb-08 1:24
Ryno Burger3-Feb-08 1:24 
GeneralRe: Error - 182 -The left-hand side of an assignment must be a variable, property or indexer Pin
Luc Pattyn3-Feb-08 2:21
sitebuilderLuc Pattyn3-Feb-08 2:21 
hi,

you can't cast the left hand side, just drop the first (Int32).

If your expression (that is the right hand side) does not have the type required by
the left hand side, make sure it is in parentheses (it is now) and cast it as in
ViewState["totalLightsWatt"] = (viewstatetype)(....);.

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

This month's tips:
- before you ask a question here, search CodeProject, then Google;
- the quality and detail of your question reflects on the effectiveness of the help you are likely to get;
- use PRE tags to preserve formatting when showing multi-line code snippets.


GeneralRe: Error - 182 -The left-hand side of an assignment must be a variable, property or indexer Pin
Ryno Burger3-Feb-08 7:46
Ryno Burger3-Feb-08 7:46 
Questionhow can i attach file to mail and send it using c# code ? Pin
E_Gold2-Feb-08 23:59
E_Gold2-Feb-08 23:59 
AnswerRe: how can i attach file to mail and send it using c# code ? Pin
PIEBALDconsult3-Feb-08 4:54
mvePIEBALDconsult3-Feb-08 4:54 
AnswerRe: how can i attach file to mail and send it using c# code ? Pin
Justin Perez3-Feb-08 12:32
Justin Perez3-Feb-08 12:32 
QuestionHow can I make a Window application to be a Start up program ?? Pin
peaceziz2-Feb-08 22:15
peaceziz2-Feb-08 22:15 
AnswerRe: How can I make a Window application to be a Start up program ?? Pin
Giorgi Dalakishvili2-Feb-08 22:33
mentorGiorgi Dalakishvili2-Feb-08 22:33 
QuestionSome hard drive's capacity?? Pin
Muammar©2-Feb-08 20:17
Muammar©2-Feb-08 20:17 
GeneralRe: Some hard drive's capacity?? Pin
michaelvdnest2-Feb-08 21:49
michaelvdnest2-Feb-08 21:49 
GeneralRe: Some hard drive's capacity?? Pin
Muammar©2-Feb-08 22:08
Muammar©2-Feb-08 22:08 
GeneralRe: Some hard drive's capacity?? Pin
Judah Gabriel Himango2-Feb-08 21:50
sponsorJudah Gabriel Himango2-Feb-08 21:50 
GeneralRe: Some hard drive's capacity?? Pin
Muammar©2-Feb-08 22:09
Muammar©2-Feb-08 22:09 
Generaldebugging native c++ Pin
justintimberlake2-Feb-08 17:42
justintimberlake2-Feb-08 17:42 
GeneralRe: debugging native c++ Pin
Judah Gabriel Himango2-Feb-08 21:48
sponsorJudah Gabriel Himango2-Feb-08 21:48 
GeneralRe: debugging native c++ Pin
justintimberlake2-Feb-08 22:05
justintimberlake2-Feb-08 22:05 
GeneralRe: debugging native c++ Pin
Judah Gabriel Himango4-Feb-08 5:33
sponsorJudah Gabriel Himango4-Feb-08 5:33 
GeneralPictureBox Pin
james_dixon_20082-Feb-08 15:42
james_dixon_20082-Feb-08 15:42 
GeneralRe: PictureBox Pin
Luc Pattyn2-Feb-08 17:22
sitebuilderLuc Pattyn2-Feb-08 17:22 

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.