DropdownList error

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • senthilnathan1985
    New Member
    • Dec 2006
    • 15

    DropdownList error

    Hi
    Am Using ASP.NET With SQL SERVER 2005 Backend

    AGENT CODE 1005000006
    2009000002
    3008000003

    NAME


    agent code dropdownlist values like 1005000006,2009 000002,30080000 03

    select dropdownlist value it display corresponding values related to that code

    when i select first 2 values its run properly,

    But when i select 3008000003 i will get following error message

    in SQL SERVER 2005 Agent Code Date Type is "bigint"

    This is My error:

    "The conversion of the nvarchar value '3008000003' overflowed an int column. Maximum integer value exceeded.
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

    Exception Details: System.Data.Sql Client.SqlExcep tion: The conversion of the nvarchar value '3008000003' overflowed an int column. Maximum integer value exceeded.

    Source Error:

    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

    Stack Trace:




    Please Help me to solve this issue

    Thanks With Regards

    S.Senthil Nathan
  • Vidhura
    New Member
    • May 2007
    • 99

    #2
    Originally posted by senthilnathan19 85
    Hi
    Am Using ASP.NET With SQL SERVER 2005 Backend

    AGENT CODE 1005000006
    2009000002
    3008000003

    NAME


    agent code dropdownlist values like 1005000006,2009 000002,30080000 03

    select dropdownlist value it display corresponding values related to that code

    when i select first 2 values its run properly,

    But when i select 3008000003 i will get following error message

    in SQL SERVER 2005 Agent Code Date Type is "bigint"

    This is My error:

    "The conversion of the nvarchar value '3008000003' overflowed an int column. Maximum integer value exceeded.
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

    Exception Details: System.Data.Sql Client.SqlExcep tion: The conversion of the nvarchar value '3008000003' overflowed an int column. Maximum integer value exceeded.

    Source Error:

    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

    Stack Trace:




    Please Help me to solve this issue

    Thanks With Regards

    S.Senthil Nathan
    Follow this link.It helps you

    A broad category of Microsoft tools, languages, and frameworks for software development. Designed to support developers in building, debugging, and deploying applications across various platforms.

    Comment

    Working...