Click here to Skip to main content
15,881,588 members
Home / Discussions / C#
   

C#

 
QuestionRe: Dynamically passing a variable list of parameters to a Generic delegate? Pin
Steve Holdorf25-Feb-09 10:16
Steve Holdorf25-Feb-09 10:16 
Questionwill firewall bolck the tcp listner ? Pin
Mubeen.asim25-Feb-09 8:40
Mubeen.asim25-Feb-09 8:40 
AnswerRe: will firewall bolck the tcp listner ? Pin
Christian Graus25-Feb-09 9:09
protectorChristian Graus25-Feb-09 9:09 
GeneralRe: will firewall bolck the tcp listner ? Pin
Mubeen.asim25-Feb-09 9:12
Mubeen.asim25-Feb-09 9:12 
GeneralRe: will firewall bolck the tcp listner ? Pin
EliottA25-Feb-09 10:36
EliottA25-Feb-09 10:36 
QuestionConverting grid values to lower case for update Pin
alwaysgull25-Feb-09 8:26
alwaysgull25-Feb-09 8:26 
QuestionConverting grid values to lower case for update Pin
alwaysgull25-Feb-09 8:09
alwaysgull25-Feb-09 8:09 
AnswerRe: Converting grid values to lower case for update Pin
Rutvik Dave25-Feb-09 8:36
professionalRutvik Dave25-Feb-09 8:36 
First can you please use "CODE Block" tag from now-onwards, for your code. its really hard to read the code without that. If I understand correctly then,

Insterad of

cmdupdate.Parameters["@OrgStatus"].SourceVersion = DataRowVersion.Original;


You can use

cmdupdate.Parameters["@OrgStatus"].SourceVersion = DataRowVersion.Original.ToString().ToLower();


Whenever you are storing string values just use .ToString().ToLower().
GeneralRe: Converting grid values to lower case for update Pin
alwaysgull25-Feb-09 11:18
alwaysgull25-Feb-09 11:18 
AnswerRe: Converting grid values to lower case for update Pin
Wendelius25-Feb-09 8:44
mentorWendelius25-Feb-09 8:44 
QuestionGet Recycle Bin icon Pin
Nitoc325-Feb-09 8:09
Nitoc325-Feb-09 8:09 
AnswerRe: Get Recycle Bin icon Pin
Giorgi Dalakishvili25-Feb-09 8:41
mentorGiorgi Dalakishvili25-Feb-09 8:41 
QuestionTableLayoutPanel Cell Pin
Muammar©25-Feb-09 7:37
Muammar©25-Feb-09 7:37 
AnswerRe: TableLayoutPanel Cell Pin
Rutvik Dave25-Feb-09 8:27
professionalRutvik Dave25-Feb-09 8:27 
QuestionDrawImageUnscaled not working Pin
Richard Blythe25-Feb-09 6:43
Richard Blythe25-Feb-09 6:43 
AnswerRe: DrawImageUnscaled not working Pin
Luc Pattyn25-Feb-09 8:24
sitebuilderLuc Pattyn25-Feb-09 8:24 
QuestionForm Key Down Even not activated? Pin
Muammar©25-Feb-09 6:36
Muammar©25-Feb-09 6:36 
AnswerRe: Form Key Down Even not activated? Pin
Richard Blythe25-Feb-09 6:44
Richard Blythe25-Feb-09 6:44 
AnswerRe: Form Key Down Even not activated? Pin
Muammar©25-Feb-09 6:48
Muammar©25-Feb-09 6:48 
Questionis there a better way to do [modified] Pin
netJP12L25-Feb-09 6:18
netJP12L25-Feb-09 6:18 
AnswerRe: is there a better way to do Pin
Richard Blythe25-Feb-09 6:50
Richard Blythe25-Feb-09 6:50 
AnswerRe: is there a better way to do Pin
Dan Neely25-Feb-09 7:07
Dan Neely25-Feb-09 7:07 
GeneralRe: is there a better way to do Pin
Richard Blythe25-Feb-09 7:16
Richard Blythe25-Feb-09 7:16 
GeneralRe: is there a better way to do Pin
Dan Neely25-Feb-09 7:54
Dan Neely25-Feb-09 7:54 
GeneralRe: is there a better way to do [modified] Pin
netJP12L25-Feb-09 8:02
netJP12L25-Feb-09 8: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.