Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
G

Godhaniketan

@Godhaniketan
About
Posts
6
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to shorten/combine "if()" statements?
    G Godhaniketan

    Yes i understand your logic.. i will remove redundancy. thanks

    JavaScript javascript tutorial question

  • How to shorten/combine "if()" statements?
    G Godhaniketan

    Hello Richard MacCutchan, have you read question of "Member 11849688" he written clearly that "else if age==21 alert" that means he/she wants alert on equality condition also. please read out the question properly. he/she want 4 alert <, >, ==, else part.

    JavaScript javascript tutorial question

  • How to shorten/combine "if()" statements?
    G Godhaniketan

    Hello Richard MacCutchan, I think you have not tested well in my case it's worked fine. i think you should have to check again. if any doubt then reply me. just change value of age like 19,21,22 and 'blah..' it gives you all kind of alert..please try it out.

    JavaScript javascript tutorial question

  • How to shorten/combine "if()" statements?
    G Godhaniketan

    <script>
    function myfun() {
    var age = 21; //change value of age and check it.
    (age < 21) ? alert('less than 21') : (age > 21) ? alert('greater than 21') : (age == 21) ? alert('equl 21') : alert('else part');
    }
    </script>

    It's give you result 100% with single line. :)

    JavaScript javascript tutorial question

  • RDLC Report in Asp.Net
    G Godhaniketan

    While Hosting RDLC report on IIS Then it requires following dll files on IIS. 1) Microsoft.ReportViewer.Common 2) Microsoft.ReportViewer.ProcessingObjectModel 3) Microsoft.ReportViewer.WebForms Set Web.config file..

    <system.web>
    <compilation debug="true" targetFramework="4.5">
    <assemblies>

    ASP.NET csharp help asp-net windows-admin tutorial

  • Complexity
    G Godhaniketan

    there is switch....catch option is availabel as alternate option of if condition

    C# algorithms
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups