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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C#
  4. GridView and SEO

GridView and SEO

Scheduled Pinned Locked Moved C#
questionjavascriptalgorithms
5 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.
  • F Offline
    F Offline
    Feddo04
    wrote on last edited by
    #1

    Hi all... I've GridView that contains around 10000 records. and I want to disable JavaScript doPostBack (Sorting and pageing) I found many articles but I don't know who is the best :( what is the best way to make it available for SEO? thanks...

    C 1 Reply Last reply
    0
    • F Feddo04

      Hi all... I've GridView that contains around 10000 records. and I want to disable JavaScript doPostBack (Sorting and pageing) I found many articles but I don't know who is the best :( what is the best way to make it available for SEO? thanks...

      C Offline
      C Offline
      Colin Angus Mackay
      wrote on last edited by
      #2

      Feddo04 wrote:

      I've GridView that contains around 10000 records. and I want to disable JavaScript doPostBack (Sorting and pageing)

      With so much data is disabling paging really a good idea?

      Feddo04 wrote:

      I found many articles but I don't know who is the best

      Since you've not told us what articles you've found we can't really comment on them. I suggest trying out what they say and seeing what happens. Experimentation is an excellent form of learning.

      Feddo04 wrote:

      what is the best way to make it available for SEO?

      SEO? Search Engine Optimisation? Allow search engines to find it

      *Developer Day Scotland - Free community conference Delegate Registration Open

      F 1 Reply Last reply
      0
      • C Colin Angus Mackay

        Feddo04 wrote:

        I've GridView that contains around 10000 records. and I want to disable JavaScript doPostBack (Sorting and pageing)

        With so much data is disabling paging really a good idea?

        Feddo04 wrote:

        I found many articles but I don't know who is the best

        Since you've not told us what articles you've found we can't really comment on them. I suggest trying out what they say and seeing what happens. Experimentation is an excellent form of learning.

        Feddo04 wrote:

        what is the best way to make it available for SEO?

        SEO? Search Engine Optimisation? Allow search engines to find it

        *Developer Day Scotland - Free community conference Delegate Registration Open

        F Offline
        F Offline
        Feddo04
        wrote on last edited by
        #3

        Hi Colin! thanks for reply... I think you didn't got me. Ok....let me explain to you again. of course I want to enable paging and sorting...("Who will put 10000 records without paging???!!!") what I mean is the standard paging GridView is a Java Script. and then it'll not recognized by Google search or other search engine(SEO ("Search Engine Optimisation")) So how to use GridView with a custom Paging ("without Java Script doPostBack") that what I didn't use it before. Thank you...

        C 1 Reply Last reply
        0
        • F Feddo04

          Hi Colin! thanks for reply... I think you didn't got me. Ok....let me explain to you again. of course I want to enable paging and sorting...("Who will put 10000 records without paging???!!!") what I mean is the standard paging GridView is a Java Script. and then it'll not recognized by Google search or other search engine(SEO ("Search Engine Optimisation")) So how to use GridView with a custom Paging ("without Java Script doPostBack") that what I didn't use it before. Thank you...

          C Offline
          C Offline
          Colin Angus Mackay
          wrote on last edited by
          #4

          Feddo04 wrote:

          I think you didn't got me.

          That's why I was questioning what you appeared to be doing.

          Feddo04 wrote:

          So how to use GridView with a custom Paging ("without Java Script doPostBack") that what I didn't use it before

          Don't use a GridView. Create your own version that does what you want. I tend to end up using repeater controls because they are so much easier to work with and I actually know what it is doing.

          *Developer Day Scotland - Free community conference Delegate Registration Open

          F 1 Reply Last reply
          0
          • C Colin Angus Mackay

            Feddo04 wrote:

            I think you didn't got me.

            That's why I was questioning what you appeared to be doing.

            Feddo04 wrote:

            So how to use GridView with a custom Paging ("without Java Script doPostBack") that what I didn't use it before

            Don't use a GridView. Create your own version that does what you want. I tend to end up using repeater controls because they are so much easier to work with and I actually know what it is doing.

            *Developer Day Scotland - Free community conference Delegate Registration Open

            F Offline
            F Offline
            Feddo04
            wrote on last edited by
            #5

            Hi!! sorry for late.. I used Repeater control and it's working fine...(^^) thank you so much....

            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