473,569 Members | 2,844 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Handling hyperlinks in gridview

Ram
Hi,

I am using hyperlink column in the gridview control. When I click any
of the hyperlinks , the values appear in the Url, which can be tampered
easily.

How I can pass values to the next page without using querystring in
Gridview control?

Please help me . Thanks in advance.
-- Ram

Apr 27 '06 #1
1 1179
You can use the Session object.

Apr 27 '06 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
1262
by: Don | last post by:
In my code I'm dynamically creating a GridView control and binding it to a DataView object that I create form a DataSet that I get from a web service call. It seems that no matter what I do I can not get the sort hyperlinks in the header row to show up. I've set AllowSorting to true and various other things but no matter what I do I can't get...
5
6424
by: sutphinwb | last post by:
Hi - This could be a simple question. When I relate two tables in a datasetet, how do I get that relation to show up in a GridView? The only way I've done it, is to create a separate table in the dataset with a join query for the GetData() select method. I use ObjectDataStore to couple the GridView with the table adapter on the dataset. ...
3
1206
by: CSharpguy | last post by:
In my gridview i need to add hyper links but add them as such headers - - -- --------------------------------------------- ------------------------------------------------------------- link1 BMW 2005 25,000 link2 ---------------------------------------------------------------- link1 Lexus ...
8
1481
by: fiefie.niles | last post by:
I am new to ASP.Net. I use VB.NET as the language and Visual Studio ..NET 2003. On my WebForm I have a label called "Categories". I would like to read all the categories from the database and placed them under the label "Categories". I also would like each category to be a hyperlink to go to another page. How can I do that ? Using the codes...
4
3053
by: Bill | last post by:
Say I want to pull a bunch of records from a contacts database into a gridview and one of the fields contains an email address. Now suppose I want to make that email address clickable by putting it in a string (strEmail) and wrapping it in a hyperlink like this ASP Classic example... "<a href='mailto:" & strEmail & "'>" & strEmail & "</a>" ...
1
3061
by: mailsazmat | last post by:
I am working on the gridview which is populated by the MS Access database. i want to get the data being populated in the gridview as hyperlinks. I dont want to add a new column in the gridview. The complete work in being done in C#.Net can any one help in this regards.?
2
2875
by: =?Utf-8?B?S3VtYXIuQS5QLlA=?= | last post by:
HI I want to disable the underline of a hyperlink text in a hyperlink column of datagrid/gridview in the content page. If I am writing a css class to disable it in the master page then its disabling the underline for all the hyperlinks in the page. The datagrid/gridview is placed in a html table.
0
3616
by: dhyder | last post by:
I'm working on an admin page for a SQL Server 05 db. The page is in ASP.NET 2.0/C#. The db has multiple tables with foreign keys/constraints. I have multiple SqlDataSources and GridViews, which are doing the select/update/delete methods. I manually did the Insert method for each Gridview and I am able perform error handling on it. ...
0
1171
by: jm | last post by:
Hi, I have this and it works (I get output in my gridview): string filePaths = Directory.GetFiles(@"C:\mydirectory\", "*.pdf", SearchOption.AllDirectories); GridView1.DataSource = filePaths; GridView1.DataBind(); but I don't know how to turn these into links in my gridview. I tried a TemplateField and RowDataBound but have no idea what...
0
7612
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
7922
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
8119
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
0
7964
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
0
6281
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
0
3653
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
0
3637
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2111
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1209
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.