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. Binding Gridview

Binding Gridview

Scheduled Pinned Locked Moved Web Development
csharpasp-netdatabasewpfwcf
4 Posts 4 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.
  • S Offline
    S Offline
    Sakthivel Parasuraman
    wrote on last edited by
    #1

    How to Bind Word Document from the sql to Gridview using Asp.net

    SAKTHIVEL P Sans Pareil IT Services Pvt Ltd Chennai

    L A B 3 Replies Last reply
    0
    • S Sakthivel Parasuraman

      How to Bind Word Document from the sql to Gridview using Asp.net

      SAKTHIVEL P Sans Pareil IT Services Pvt Ltd Chennai

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      You don't. If you display a grid, you'll have multiple documents on your screen. Those will have the form of thumbnails. Otherwise you'd have to have a "verry" big screen. Once your user clicks on the thumb, show them the document in all it's glory. A tooltip that shows a textual abstract mined from the document would help the user in deciding it's relevancy. You never, never, never, nevernot show a list of Word-documents. It's more data than a human can process in a single screen, it's cluttering the navigation-grid with details that are not relevant to navigation, and you're hogging memory. If the file gets uploaded, create a nice thumbnail, extract some text, and use that. Simply display the entire file in the browser when the user hits that thumb, and all should be well.

      Bastard Programmer from Hell :suss: if you can't read my code, try converting it here[^]

      1 Reply Last reply
      0
      • S Sakthivel Parasuraman

        How to Bind Word Document from the sql to Gridview using Asp.net

        SAKTHIVEL P Sans Pareil IT Services Pvt Ltd Chennai

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

        To bind word document from the sql to srid view First design tables (Country and State) in your database based on another dropdown in asp.net. After completion of table design write code in your aspx page . http://www.dapfor.com/en/net-suite/net-grid/tutorial/data-sorting

        1 Reply Last reply
        0
        • S Sakthivel Parasuraman

          How to Bind Word Document from the sql to Gridview using Asp.net

          SAKTHIVEL P Sans Pareil IT Services Pvt Ltd Chennai

          B Offline
          B Offline
          Brandon Caruana
          wrote on last edited by
          #4

          Do you mean: var wordDocsList = dbAccess.GetWordDocs(param); gridviewID.datasource = wordDocsList gridviewID.databind(); <%#wordDocsList.DocTitle%> -- check out my new website www.topthat.com

          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