473,396 Members | 2,018 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Clickable Datagrid

I am needing to creat a Sign In/Out Board ASP.NET page. I was going to use
a datagrid with everyone's name, in/out, location, and time in it. This
data will be stored on a MS SQL Server. I need a person to be able to click
the in/out column and have it sign them out or give them a page that will
let them change their status of in or out (preferrably send them to another
page). Can someone tell me how to make a "clickable" datagrid and also how
to do something when they click the link? It would be greatly appreciated.

Thanks in advance!

--
Chuck Foster
Programmer Analyst
Eclipsys Corporation - St. Vincent Health System
Nov 19 '05 #1
4 2669
use a hyperlink column type

--
Curt Christianson
Site & Scripts: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"chuckdfoster" <ch**********@hotmail.com> wrote in message
news:%2****************@TK2MSFTNGP14.phx.gbl...
I am needing to creat a Sign In/Out Board ASP.NET page. I was going to use
a datagrid with everyone's name, in/out, location, and time in it. This
data will be stored on a MS SQL Server. I need a person to be able to
click
the in/out column and have it sign them out or give them a page that will
let them change their status of in or out (preferrably send them to
another
page). Can someone tell me how to make a "clickable" datagrid and also
how
to do something when they click the link? It would be greatly
appreciated.

Thanks in advance!

--
Chuck Foster
Programmer Analyst
Eclipsys Corporation - St. Vincent Health System

Nov 19 '05 #2
I'm sorry, guess I need a little more insite on using a hyperlink column. I
don't even know how to begin to get one, but on top of that how do I use the
hyperlink column to do something with.

"Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
news:ex*************@tk2msftngp13.phx.gbl...
use a hyperlink column type

--
Curt Christianson
Site & Scripts: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"chuckdfoster" <ch**********@hotmail.com> wrote in message
news:%2****************@TK2MSFTNGP14.phx.gbl...
I am needing to creat a Sign In/Out Board ASP.NET page. I was going to use a datagrid with everyone's name, in/out, location, and time in it. This
data will be stored on a MS SQL Server. I need a person to be able to
click
the in/out column and have it sign them out or give them a page that will let them change their status of in or out (preferrably send them to
another
page). Can someone tell me how to make a "clickable" datagrid and also
how
to do something when they click the link? It would be greatly
appreciated.

Thanks in advance!

--
Chuck Foster
Programmer Analyst
Eclipsys Corporation - St. Vincent Health System


Nov 19 '05 #3
its part of the column builder when you right click on the grid, as for an
example click F1 on it. There are some good ones, iirc, in the help files.

--
Curt Christianson
Site & Scripts: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"chuckdfoster" <ch**********@hotmail.com> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
I'm sorry, guess I need a little more insite on using a hyperlink column.
I
don't even know how to begin to get one, but on top of that how do I use
the
hyperlink column to do something with.

"Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
news:ex*************@tk2msftngp13.phx.gbl...
use a hyperlink column type

--
Curt Christianson
Site & Scripts: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"chuckdfoster" <ch**********@hotmail.com> wrote in message
news:%2****************@TK2MSFTNGP14.phx.gbl...
>I am needing to creat a Sign In/Out Board ASP.NET page. I was going to use > a datagrid with everyone's name, in/out, location, and time in it.
> This
> data will be stored on a MS SQL Server. I need a person to be able to
> click
> the in/out column and have it sign them out or give them a page that will > let them change their status of in or out (preferrably send them to
> another
> page). Can someone tell me how to make a "clickable" datagrid and also
> how
> to do something when they click the link? It would be greatly
> appreciated.
>
> Thanks in advance!
>
> --
> Chuck Foster
> Programmer Analyst
> Eclipsys Corporation - St. Vincent Health System
>
>



Nov 19 '05 #4
Ok, I'm having problems finding examples, but I do have the hyperlink column
in the datagrid.

My next task is to get that hyperlink to do something. I do I have to store
the location of where I want the link to lead to in my datagrid or
something. I need it to go to another page or popup another page and edit
some data for that record of the datagrid.

Sorry, if I don't seem to be getting it, but I'm just a little new with
datagrids that do something other than display data.

Thanks again!
"Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
news:eu**************@TK2MSFTNGP09.phx.gbl...
its part of the column builder when you right click on the grid, as for an
example click F1 on it. There are some good ones, iirc, in the help files.

--
Curt Christianson
Site & Scripts: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"chuckdfoster" <ch**********@hotmail.com> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
I'm sorry, guess I need a little more insite on using a hyperlink column. I
don't even know how to begin to get one, but on top of that how do I use
the
hyperlink column to do something with.

"Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
news:ex*************@tk2msftngp13.phx.gbl...
use a hyperlink column type

--
Curt Christianson
Site & Scripts: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"chuckdfoster" <ch**********@hotmail.com> wrote in message
news:%2****************@TK2MSFTNGP14.phx.gbl...
>I am needing to creat a Sign In/Out Board ASP.NET page. I was going to
use
> a datagrid with everyone's name, in/out, location, and time in it.
> This
> data will be stored on a MS SQL Server. I need a person to be able

to > click
> the in/out column and have it sign them out or give them a page that

will
> let them change their status of in or out (preferrably send them to
> another
> page). Can someone tell me how to make a "clickable" datagrid and also > how
> to do something when they click the link? It would be greatly
> appreciated.
>
> Thanks in advance!
>
> --
> Chuck Foster
> Programmer Analyst
> Eclipsys Corporation - St. Vincent Health System
>
>



Nov 19 '05 #5

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

Similar topics

53
by: Kerberos | last post by:
I followed Dan Cederholm's image replacement tutorial, to replace a header tag by a logo. The h1 is clickable if no CSS is applied but it I replace it by the logo, the area isn't clickable anymore...
3
by: Amir | last post by:
Hi every one I had a question I have a DataGrid where I display Employee name and Their Schedule the Grid has 8 Columns ...somewhere in my web Application the admin should have an option of...
1
by: RJN | last post by:
Hi I have a datagrid which has about 6 template columns. Currently the first template column has a link button and rest all are label controls. Now I can click on the first column to fire an...
9
by: Paul W | last post by:
I'm using a Table webcontrol to display a 'grid' to the user. Various cells should be 'clickable' by the user (to run javascript). How can I make this happen? (currently I use the background cell...
0
by: Showjumper | last post by:
I have seen the article on 4 guys that descibes creating an event calandar. However what i would like to do is have the days be clickable (i.e. click the day and it show the details for that event)...
1
by: Ashe Sjedic | last post by:
Hi, i'm stuck at the point where you click on the row (or button on the row, or better yet just a link on the row) and have it do something. Something like msgbox("you clicked on this") Am...
3
by: Henrik | last post by:
I need to get a list of clickable objects on the desktop and their positions. I have written a small program in C# and by using the Win32 function: WindowFromPoint -function I get a handle to the...
7
by: Jeff Gaines | last post by:
I have spent the day learning how to use Zend Development Environment. I can now produce a list of files in a directory, filtered by extension, and apparently clickable. Unfortunately clicking on...
3
by: crazychrisy54 | last post by:
Hi there I just wondered if there is any way using GD to insert a clickable button or some clickable text into a image? It is possible to create images for buttons but what if you want a...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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...
0
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...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
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...
0
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,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

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.