Click here to Skip to main content
15,888,351 members
Home / Discussions / C#
   

C#

 
AnswerRe: var : good or bad? Pin
Pete O'Hanlon16-Jul-09 23:50
mvePete O'Hanlon16-Jul-09 23:50 
GeneralRe: var : good or bad? Pin
hairy_hats17-Jul-09 0:14
hairy_hats17-Jul-09 0:14 
AnswerRe: var : good or bad? Pin
Luc Pattyn17-Jul-09 0:24
sitebuilderLuc Pattyn17-Jul-09 0:24 
AnswerRe: var : good or bad? Pin
PIEBALDconsult17-Jul-09 4:38
mvePIEBALDconsult17-Jul-09 4:38 
QuestionDelete string from right of 10 places Pin
elci16-Jul-09 23:32
elci16-Jul-09 23:32 
AnswerRe: Delete string from right of 10 places Pin
Tom Deketelaere16-Jul-09 23:37
professionalTom Deketelaere16-Jul-09 23:37 
AnswerRe: Delete string from right of 10 places Pin
AmitSumit16-Jul-09 23:40
AmitSumit16-Jul-09 23:40 
AnswerRe: Delete string from right of 10 places Pin
Luc Pattyn17-Jul-09 0:33
sitebuilderLuc Pattyn17-Jul-09 0:33 
either you count in base 21 (that would be unumvigintal), or your example is wrong.

if you want to get rid of the querystring in string s, use s=s.Split('?')[0];

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

The quality and detail of your question reflects on the effectiveness of the help you are likely to get.
Show formatted code inside PRE tags, and give clear symptoms when describing a problem.

QuestionValidation in Multilingual Application using c# Pin
AmitSumit16-Jul-09 23:24
AmitSumit16-Jul-09 23:24 
AnswerRe: Validation in Multilingual Application using c# Pin
0x3c016-Jul-09 23:36
0x3c016-Jul-09 23:36 
GeneralRe: Validation in Multilingual Application using c# Pin
AmitSumit16-Jul-09 23:43
AmitSumit16-Jul-09 23:43 
GeneralRe: Validation in Multilingual Application using c# Pin
0x3c017-Jul-09 0:27
0x3c017-Jul-09 0:27 
GeneralRe: Validation in Multilingual Application using c# Pin
Luc Pattyn17-Jul-09 0:35
sitebuilderLuc Pattyn17-Jul-09 0:35 
GeneralRe: Validation in Multilingual Application using c# Pin
0x3c017-Jul-09 1:18
0x3c017-Jul-09 1:18 
GeneralRe: Validation in Multilingual Application using c# Pin
Luc Pattyn17-Jul-09 1:23
sitebuilderLuc Pattyn17-Jul-09 1:23 
QuestionHow to access a file in different machine Pin
arun_pk16-Jul-09 23:10
arun_pk16-Jul-09 23:10 
AnswerRe: How to access a file in different machine Pin
Tom Deketelaere16-Jul-09 23:18
professionalTom Deketelaere16-Jul-09 23:18 
QuestionLoad Type in DLL in a different AppDomain Pin
Nandiator16-Jul-09 21:57
Nandiator16-Jul-09 21:57 
AnswerRe: Load Type in DLL in a different AppDomain Pin
JoeSharp16-Jul-09 22:16
JoeSharp16-Jul-09 22:16 
GeneralRe: Load Type in DLL in a different AppDomain Pin
Nandiator17-Jul-09 2:59
Nandiator17-Jul-09 2:59 
AnswerRe: Load Type in DLL in a different AppDomain Pin
PIEBALDconsult17-Jul-09 4:48
mvePIEBALDconsult17-Jul-09 4:48 
GeneralRe: Load Type in DLL in a different AppDomain Pin
Nandiator19-Jul-09 21:23
Nandiator19-Jul-09 21:23 
QuestionPassing values from one form to another form in C#.net using windows application Pin
elci16-Jul-09 21:23
elci16-Jul-09 21:23 
AnswerRe: Passing values from one form to another form in C#.net using windows application Pin
Manas Bhardwaj16-Jul-09 21:47
professionalManas Bhardwaj16-Jul-09 21:47 
AnswerRe: Passing values from one form to another form in C#.net using windows application Pin
musefan16-Jul-09 21:54
musefan16-Jul-09 21:54 

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.