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. Web Development
  3. ASP.NET
  4. How to Encrypt the QueryString parameters in GridView Hyperlink Column

How to Encrypt the QueryString parameters in GridView Hyperlink Column

Scheduled Pinned Locked Moved ASP.NET
databasetutorial
2 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.
  • C Offline
    C Offline
    codelinks
    wrote on last edited by
    #1

    Hi guys I want to encrypt the query string appearing in the URL of a web page, how to do this for eg I have a Hyperlink column in GridView ,, when I click that column, I pass two parameters , these parameters should not be displayed in the URL ,, It should be in encrypted form with some other numbers … Any idea how to perform this regards

    winnie

    N 1 Reply Last reply
    0
    • C codelinks

      Hi guys I want to encrypt the query string appearing in the URL of a web page, how to do this for eg I have a Hyperlink column in GridView ,, when I click that column, I pass two parameters , these parameters should not be displayed in the URL ,, It should be in encrypted form with some other numbers … Any idea how to perform this regards

      winnie

      N Offline
      N Offline
      N a v a n e e t h
      wrote on last edited by
      #2

      codelinks wrote:

      I want to encrypt the query string appearing in the URL of a web page, how to do this

      You can use cryptographic libraries provided with .NET.

      codelinks wrote:

      I have a Hyperlink column in GridView ,, when I click that column, I pass two parameters , these parameters should not be displayed in the URL ,,

      Gridview don't have predefined methods that encrypts URL. you need to find the data on data bound event and encrypt using cryptographic libraries.


      My Website | Ask smart questions

      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