Wrox Programmer Forums
Go Back   Wrox Programmer Forums > ASP.NET and ASP > ASP.NET 1.0 and 1.1 > ASP.NET 1.1
|
ASP.NET 1.1 As of 10/6/2005, this forum is locked as part of the reorganization described here: http://p2p.wrox.com/topic.asp?TOPIC_ID=35394. No posts have been deleted. Open ongoing discussions from the last week have been moved to either ASP.NET 1.0 and 1.1 Beginners http://p2p.wrox.com/asp-net-1-0-1-1-basics-60/ or ASP.NET 1.0 and 1.1 Professional. http://p2p.wrox.com/forum.asp?FORUM_ID=50. See my sticky post inside for more.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 1.1 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old August 12th, 2005, 03:50 PM
Registered User
 
Join Date: Aug 2004
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Default Datagrid Header Hyperlinks **Help**

I'm using Visual Studio .net (asp.net, vb.net) and I basically have 2 pages: Home.aspx, Week.aspx. The datagrid on Home.aspx is called dgInfo and it consists of Template Columns with the Header being a hyperlink and the items are simple text. The headers to each column are labeled "week 1" "week 2" "week 3" etc... across the top.

I have it so when the user clicks on the header it loads Week.aspx in the same window. All fine and dandy there. However, using some method(datagrideventArgs maybe??), I need to recognize which week the user clicks on and assign a number to a session variable that is to be passed on to the Week.aspx page.(ie user clicks "week 3" hyperlink and it passes Session("Week") = 3 to the Week.aspx page.

The code up to this point works perfectly. The page transfer is currently handled in the properties of the hyperlink.

I appreciate all you time and help.

-JT-






Similar Threads
Thread Thread Starter Forum Replies Last Post
Freeze DataGrid header gerardocarroll ASP.NET 2.0 Basics 0 April 3rd, 2007 12:56 PM
weird problem with datagrid hyperlinks benya ASP.NET 1.0 and 1.1 Professional 3 March 27th, 2006 11:11 AM
datagrid header frezing Rama C# 1 March 2nd, 2006 05:15 PM
Clicking on a datagrid header badgolfer ASP.NET 1.0 and 1.1 Basics 1 November 5th, 2004 03:42 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.