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. Expected ')'

Expected ')'

Scheduled Pinned Locked Moved ASP.NET
helpcsharpasp-netdesign
6 Posts 6 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.
  • U Offline
    U Offline
    User 9068258
    wrote on last edited by
    #1

    While Executing the asp.net (C#) page. I found an error called Expected ')'. Actually the code block and design block doesn't contain any error..but it representing such error.. need to resolve it. kindly help me to solve this issue

    dhipika g

    N Z A J D 5 Replies Last reply
    0
    • U User 9068258

      While Executing the asp.net (C#) page. I found an error called Expected ')'. Actually the code block and design block doesn't contain any error..but it representing such error.. need to resolve it. kindly help me to solve this issue

      dhipika g

      N Offline
      N Offline
      Nagy Vilmos
      wrote on last edited by
      #2

      The close brace is missing and you need to find it. Given the amount of code you've shown, I'd suggest looking over there behind the aspidistra.


      Panic, Chaos, Destruction. My work here is done. Drink. Get drunk. Fall over - P O'H OK, I will win to day or my name isn't Ethel Crudacre! - DD Ethel Crudacre I cannot live by bread alone. Bacon and ketchup are needed as well. - Trollslayer Have a bit more patience with newbies. Of course some of them act dumb - they're often *students*, for heaven's sake - Terry Pratchett

      1 Reply Last reply
      0
      • U User 9068258

        While Executing the asp.net (C#) page. I found an error called Expected ')'. Actually the code block and design block doesn't contain any error..but it representing such error.. need to resolve it. kindly help me to solve this issue

        dhipika g

        Z Offline
        Z Offline
        ZurdoDev
        wrote on last edited by
        #3

        It could be in a user control. You'll have to find it. If the compiler expects something, you must give it. It is king.

        There are only 10 types of people in the world, those who understand binary and those who don't.

        1 Reply Last reply
        0
        • U User 9068258

          While Executing the asp.net (C#) page. I found an error called Expected ')'. Actually the code block and design block doesn't contain any error..but it representing such error.. need to resolve it. kindly help me to solve this issue

          dhipika g

          A Offline
          A Offline
          Abhinav S
          wrote on last edited by
          #4

          Try debugging your source code. Looks like a query has a missing bracket somewhere.

          Build your own survey - http://www.factile.net

          1 Reply Last reply
          0
          • U User 9068258

            While Executing the asp.net (C#) page. I found an error called Expected ')'. Actually the code block and design block doesn't contain any error..but it representing such error.. need to resolve it. kindly help me to solve this issue

            dhipika g

            J Offline
            J Offline
            JMummery
            wrote on last edited by
            #5

            The error will be displayed in your 'Output' window. Double click on the error message and it should take you to the line of code that is in error. Once at the line in error make sure you have the same amount of matching open and closing brackets. You error is common with something like e.g.

            lnTemp = Len(lsAmount

            should be for example

            lnTemp = Len(lsAmount)

            I hope this helps.

            Kind Regards Julian Mummery


            1 Reply Last reply
            0
            • U User 9068258

              While Executing the asp.net (C#) page. I found an error called Expected ')'. Actually the code block and design block doesn't contain any error..but it representing such error.. need to resolve it. kindly help me to solve this issue

              dhipika g

              D Offline
              D Offline
              Dhyanga
              wrote on last edited by
              #6

              check all the files aspx.cs and .aspx and .cs files.

              suchita

              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