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. Javascript Errors

Javascript Errors

Scheduled Pinned Locked Moved ASP.NET
javascriptdesignhelpquestion
5 Posts 5 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.
  • J Offline
    J Offline
    Johndas
    wrote on last edited by
    #1

    Hi All, 1)My application is working fine. When i enter the account number in Textbox only. If i use the Querystring in url along the account number, then i am getting the Javascript Error and UI of the Page also scrumbled. Ex:QueryString--> Default.aspx?account=123212 Please suggest me,Is i am missing while the passing the value in "QueryString", to over come with Javascript Error. 2)The Javascript Error was "Missing the Character" such as ";", but nothing missing as per code.. It come only when i was the value through querystring. Thanks in Advance...

    JohnDas

    K N R A 4 Replies Last reply
    0
    • J Johndas

      Hi All, 1)My application is working fine. When i enter the account number in Textbox only. If i use the Querystring in url along the account number, then i am getting the Javascript Error and UI of the Page also scrumbled. Ex:QueryString--> Default.aspx?account=123212 Please suggest me,Is i am missing while the passing the value in "QueryString", to over come with Javascript Error. 2)The Javascript Error was "Missing the Character" such as ";", but nothing missing as per code.. It come only when i was the value through querystring. Thanks in Advance...

      JohnDas

      K Offline
      K Offline
      keyur satyadev
      wrote on last edited by
      #2

      put your exact code and write what you want exactly with query string.

      Regards Keyur Satyadev

      1 Reply Last reply
      0
      • J Johndas

        Hi All, 1)My application is working fine. When i enter the account number in Textbox only. If i use the Querystring in url along the account number, then i am getting the Javascript Error and UI of the Page also scrumbled. Ex:QueryString--> Default.aspx?account=123212 Please suggest me,Is i am missing while the passing the value in "QueryString", to over come with Javascript Error. 2)The Javascript Error was "Missing the Character" such as ";", but nothing missing as per code.. It come only when i was the value through querystring. Thanks in Advance...

        JohnDas

        N Offline
        N Offline
        nainakarri
        wrote on last edited by
        #3

        Where are you passing the query string and how are you passing the querystring? Is there any javascript available? Please provide code...

        Naina

        1 Reply Last reply
        0
        • J Johndas

          Hi All, 1)My application is working fine. When i enter the account number in Textbox only. If i use the Querystring in url along the account number, then i am getting the Javascript Error and UI of the Page also scrumbled. Ex:QueryString--> Default.aspx?account=123212 Please suggest me,Is i am missing while the passing the value in "QueryString", to over come with Javascript Error. 2)The Javascript Error was "Missing the Character" such as ";", but nothing missing as per code.. It come only when i was the value through querystring. Thanks in Advance...

          JohnDas

          R Offline
          R Offline
          rakeshs312
          wrote on last edited by
          #4

          string accountno="12345"; or int accountno=12345; "Default.aspx?account=" + accountno

          1 Reply Last reply
          0
          • J Johndas

            Hi All, 1)My application is working fine. When i enter the account number in Textbox only. If i use the Querystring in url along the account number, then i am getting the Javascript Error and UI of the Page also scrumbled. Ex:QueryString--> Default.aspx?account=123212 Please suggest me,Is i am missing while the passing the value in "QueryString", to over come with Javascript Error. 2)The Javascript Error was "Missing the Character" such as ";", but nothing missing as per code.. It come only when i was the value through querystring. Thanks in Advance...

            JohnDas

            A Offline
            A Offline
            Abhijit Jana
            wrote on last edited by
            #5

            Johndas wrote:

            Please suggest me,Is i am missing while the passing the value in

            Are you doing it using JavaScript or From Codebehind ? If you are doing it from Server Side Code Behind Try This :

                string accountId="123";
                Response.Redirect("Default2.aspx?AccountID=" + accountId);
            

            Or If you still getting the error please show us the code.

            Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.

            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