Click here to Skip to main content
15,903,012 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: how can I create news paper website Pin
Christian Graus20-Mar-08 19:40
protectorChristian Graus20-Mar-08 19:40 
AnswerRe: how can I create news paper website Pin
Vasudevan Deepak Kumar20-Mar-08 21:30
Vasudevan Deepak Kumar20-Mar-08 21:30 
GeneralPlease Help me.. Pin
saravanan12july20-Mar-08 18:56
saravanan12july20-Mar-08 18:56 
GeneralRe: Please Help me.. Pin
Christian Graus20-Mar-08 19:13
protectorChristian Graus20-Mar-08 19:13 
GeneralRe: Please Help me.. Pin
Vasudevan Deepak Kumar20-Mar-08 22:09
Vasudevan Deepak Kumar20-Mar-08 22:09 
GeneralRe: Please Help me.. Pin
Paul Conrad21-Mar-08 8:18
professionalPaul Conrad21-Mar-08 8:18 
GeneralPlease Help me.. Pin
saravanan12july20-Mar-08 18:35
saravanan12july20-Mar-08 18:35 
GeneralRe: Please Help me.. Pin
Christian Graus20-Mar-08 19:12
protectorChristian Graus20-Mar-08 19:12 
I know you've been told this before, but, read this[^]. The many levels on which this shows that you have no idea how C# works, are hard to fathom.

I know people like you don't want to learn, you want your job done for you. So, here goes.

1 - your variable naming is a disaster. Never use the default names. Especially if you 51 different variables that are all called addrow.
2 - like the error says, you can't use > to compare strings. It certainly isn't going to do what you're expecting. Are you generate validating this text to make sure it conforms to the format you're hoping for ? You need to do that first, then you need to turn this into a format such as datetime ( although not sure if you can make a datetime without a date, I'd be more inclined to use string.split and int.TryParse to work out what you were dealing with )

I suspect you have no idea what I just said. If so, it proves again that you need to read some basics before you write code that is ever going to be used by anyone, and if anyone is paying for your code, you are stealing from them.

Christian Graus - Microsoft MVP - C++

"also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )

GeneralRe: Please Help me.. Pin
Steve Echols20-Mar-08 19:17
Steve Echols20-Mar-08 19:17 
GeneralRe: Please Help me.. Pin
Christian Graus20-Mar-08 19:23
protectorChristian Graus20-Mar-08 19:23 
GeneralRe: Please Help me.. Pin
Steve Echols20-Mar-08 19:32
Steve Echols20-Mar-08 19:32 
GeneralRe: Please Help me.. Pin
Christian Graus20-Mar-08 19:40
protectorChristian Graus20-Mar-08 19:40 
GeneralRe: Please Help me.. Pin
Steve Echols20-Mar-08 19:54
Steve Echols20-Mar-08 19:54 
GeneralRe: Please Help me.. Pin
Christian Graus20-Mar-08 20:41
protectorChristian Graus20-Mar-08 20:41 
GeneralRe: Please Help me.. Pin
Steve Echols21-Mar-08 18:59
Steve Echols21-Mar-08 18:59 
GeneralRe: Please Help me.. Pin
Vasudevan Deepak Kumar20-Mar-08 22:13
Vasudevan Deepak Kumar20-Mar-08 22:13 
Questionhow to solve:: Can not create new connection because in manual mode or distributed transaction Pin
koolprasad200320-Mar-08 16:54
professionalkoolprasad200320-Mar-08 16:54 
GeneralASP.NET C Sharp User Info Snag Pin
Xarzu20-Mar-08 15:55
Xarzu20-Mar-08 15:55 
GeneralRe: ASP.NET C Sharp User Info Snag Pin
Christian Graus20-Mar-08 20:43
protectorChristian Graus20-Mar-08 20:43 
QuestionHow to create a progress bar for button_click? Pin
vicky45720-Mar-08 11:34
vicky45720-Mar-08 11:34 
AnswerRe: How to create a progress bar for button_click? Pin
Christian Graus20-Mar-08 11:53
protectorChristian Graus20-Mar-08 11:53 
GeneralRe: How to create a progress bar for button_click? Pin
vicky45721-Mar-08 4:43
vicky45721-Mar-08 4:43 
AnswerRe: How to create a progress bar for button_click? Pin
harshGupta20-Mar-08 13:02
harshGupta20-Mar-08 13:02 
GeneralRe: How to create a progress bar for button_click? Pin
vicky45721-Mar-08 4:45
vicky45721-Mar-08 4:45 
GeneralI am using Richard Howard FTPClient library. Pin
Gus'O.20-Mar-08 11:18
Gus'O.20-Mar-08 11:18 

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.