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
  1. Home
  2. Web Development
  3. ASP.NET
  4. Type cast of Application Object

Type cast of Application Object

Scheduled Pinned Locked Moved ASP.NET
help
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    chippy
    wrote on last edited by
    #1

    Dear friends, i have one Application Object Application["Discount"] = 5; when i am trying to cast this object into int i use the code (int)Application["Discount"]; but it shows an error Cannot unbox 'Application["Discount"]' as a 'int' any body can give me a description about this error Regards' Chippy

    N J 2 Replies Last reply
    0
    • C chippy

      Dear friends, i have one Application Object Application["Discount"] = 5; when i am trying to cast this object into int i use the code (int)Application["Discount"]; but it shows an error Cannot unbox 'Application["Discount"]' as a 'int' any body can give me a description about this error Regards' Chippy

      N Offline
      N Offline
      N a v a n e e t h
      wrote on last edited by
      #2

      Try Convert.Int32

      All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions

      1 Reply Last reply
      0
      • C chippy

        Dear friends, i have one Application Object Application["Discount"] = 5; when i am trying to cast this object into int i use the code (int)Application["Discount"]; but it shows an error Cannot unbox 'Application["Discount"]' as a 'int' any body can give me a description about this error Regards' Chippy

        J Offline
        J Offline
        Jintal Patel
        wrote on last edited by
        #3

        try like this int value=(int)Application["Discount"].ToString(); OR int value=Convert.Toint32(Application["Discount"].ToString());

        Jintal Patel

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

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