Mathematical
-
i'm retriving this value from database 12+(IIf( 0>0, 0, 0))+34 How to eval this value
-
i'm retriving this value from database 12+(IIf( 0>0, 0, 0))+34 How to eval this value
what is your question ? How does it relate to ASP.NET ? While this is a little weird looking, it's just 12 + 34. Unless there's something you're not telling us. What are you getting from the DB and how/where do you want to evaluate it ?
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
-
i'm retriving this value from database 12+(IIf( 0>0, 0, 0))+34 How to eval this value
-
what is your question ? How does it relate to ASP.NET ? While this is a little weird looking, it's just 12 + 34. Unless there's something you're not telling us. What are you getting from the DB and how/where do you want to evaluate it ?
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
[Message Deleted]
-
[Message Deleted]
OK, so the DB has nothing to do with it. You want to write Excel in a website ? Then you need to write a parsing engine. Your easiest bet, if you want to use the same formulas as Excel, is to use Excel on the back end to parse these things.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
-
OK, so the DB has nothing to do with it. You want to write Excel in a website ? Then you need to write a parsing engine. Your easiest bet, if you want to use the same formulas as Excel, is to use Excel on the back end to parse these things.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
[Message Deleted]
-
[Message Deleted]
Well, if you can't work out how to use Excel to parse it, then I doubt you'll work out how to write a parsing engine, which is a ton more work.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
-
i'm retriving this value from database 12+(IIf( 0>0, 0, 0))+34 How to eval this value
rjayaabharathi@gmail.com wrote:
i'm retriving this value from database 12+(IIf( 0>0, 0, 0))+34 How to eval this value
I see you're deleting all your posts. Perhaps instead you could try posting your actual code, and asking more specific questions, so we can work out what you've tried, and where you're going wrong. People who ask vague questions, and then delete their posts because we can't read their minds and do their jobs for them, really get up my nose.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
-
That
IIf
condition will give you always value zero so your result will be12+34=46
I Love T-SQL "Don't torture yourself,let the life to do it for you." If my post helps you kindly save my time by voting my post.
I 5d you. This moron asked a vague question, didn't mean quite what he was saying, and is 1 voting us for not doing his work for him.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
-
I 5d you. This moron asked a vague question, didn't mean quite what he was saying, and is 1 voting us for not doing his work for him.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
Some people really don't deserve help,and they become ignorant only bcause they don't know how to ask a quesion and they are not able to explain it. That makes no sense if he/she voted our answers by 1,but whatever this forum is dedicated for helping each-other and nobody can't valuation with bad votes to expreienced and excellent CP (CodeProject) users like you. Regards.
I Love T-SQL "Don't torture yourself,let the life to do it for you." If my post helps you kindly save my time by voting my post.