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. Table not visible in dropdown in Gridview

Table not visible in dropdown in Gridview

Scheduled Pinned Locked Moved ASP.NET
databasecsharpasp-netoracle
4 Posts 2 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.
  • A Offline
    A Offline
    amittinku
    wrote on last edited by
    #1

    Database:Oracle Drag and drop the gridview on ASP.NET webform. Right clicked on gridview and selected show smart tag. Tried to configure the database. Tables present in the user (mentioned in connection string) are not visible in drop down. Although working fine when I try to use Query option.

    C 1 Reply Last reply
    0
    • A amittinku

      Database:Oracle Drag and drop the gridview on ASP.NET webform. Right clicked on gridview and selected show smart tag. Tried to configure the database. Tables present in the user (mentioned in connection string) are not visible in drop down. Although working fine when I try to use Query option.

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      your best bet is to abandon all these wizards and try actual programming. That way, you have control over what is going on and can fix it easily.

      Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

      A 1 Reply Last reply
      0
      • C Christian Graus

        your best bet is to abandon all these wizards and try actual programming. That way, you have control over what is going on and can fix it easily.

        Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

        A Offline
        A Offline
        amittinku
        wrote on last edited by
        #3

        U r right. I had to ultimately switch over to manual one only. But I saw the following loopholes in manual mode: 1. Row_updating event happens but not row_updated. same holds true for delete also. 2. Moreover, wizard helps you to generate code for update, delete, etc, but manual takes lot of time. Plz see if you know the solution of any of the above point.

        C 1 Reply Last reply
        0
        • A amittinku

          U r right. I had to ultimately switch over to manual one only. But I saw the following loopholes in manual mode: 1. Row_updating event happens but not row_updated. same holds true for delete also. 2. Moreover, wizard helps you to generate code for update, delete, etc, but manual takes lot of time. Plz see if you know the solution of any of the above point.

          C Offline
          C Offline
          Christian Graus
          wrote on last edited by
          #4

          amittinku wrote:

          Row_updating event happens but not row_updated. same holds true for delete also.

          I don't follow this.

          amittinku wrote:

          Moreover, wizard helps you to generate code for update, delete, etc, but manual takes lot of time.

          Any code that places the SQL in the presentation layer, is not production quality ( in fact, it's a mess ). That's one more reason to never use the wizards.

          Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

          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