473,811 Members | 2,971 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 2691
use a hyperlink column type

--
Curt Christianson
Site & Scripts: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"chuckdfost er" <ch**********@h otmail.com> wrote in message
news:%2******** ********@TK2MSF TNGP14.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_da rkfalz.com> wrote in message
news:ex******** *****@tk2msftng p13.phx.gbl...
use a hyperlink column type

--
Curt Christianson
Site & Scripts: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"chuckdfost er" <ch**********@h otmail.com> wrote in message
news:%2******** ********@TK2MSF TNGP14.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
"chuckdfost er" <ch**********@h otmail.com> wrote in message
news:%2******** ********@TK2MSF TNGP09.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_da rkfalz.com> wrote in message
news:ex******** *****@tk2msftng p13.phx.gbl...
use a hyperlink column type

--
Curt Christianson
Site & Scripts: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"chuckdfost er" <ch**********@h otmail.com> wrote in message
news:%2******** ********@TK2MSF TNGP14.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_da rkfalz.com> wrote in message
news:eu******** ******@TK2MSFTN GP09.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
"chuckdfost er" <ch**********@h otmail.com> wrote in message
news:%2******** ********@TK2MSF TNGP09.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_da rkfalz.com> wrote in message
news:ex******** *****@tk2msftng p13.phx.gbl...
use a hyperlink column type

--
Curt Christianson
Site & Scripts: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"chuckdfost er" <ch**********@h otmail.com> wrote in message
news:%2******** ********@TK2MSF TNGP14.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
4973
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 when I pass the mouse over the logo. Is there a way to replace a link by an image that will still be clickable? Thanks, -- Kerberos.
3
1648
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 "quick" changing the schedule for current week now I know how to make DataGrid Editable but when I make it editable using "Edit" button ..every cell in the row where "edit" button is goes into editable mode now my question is
1
1856
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 ItemCommand event. I want to make the entire row clickable so that the user can click any column and the event gets fired. Is there a way to do this Thanks
9
2721
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 color to indicate to the user which cells are clickable). (I think I could achieve this by adding an image (with attached hyperlink) to each clickable cell but since this is a large table (7 x 30) I think this might be a slow solution). ...
0
1175
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) only if there is an event on that day while other days are not clickable if there is no event. I have see the post on scottonwriting about customizing the calendar to get ti to have clickable days for .text. But i havent been able to modify this...
1
1292
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 I supposed to use a datarepeater, a datadeleter, a gridrepeater a viewgiredeleterRepeater
3
4762
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 desktop but now I'm stuck. For those who need to see the code -look below IntPtr hWnd = Win32.WindowFromPoint(Cursor.Position); With the handle I can get alot of cool information such as: Caption,
7
2643
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 them in a browser doesn't take me to the file link. I have found examples for clickable URL's, FTP links and mailto addresses but not files. I am managing to produce output like this: <a...
3
5573
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 clickable button *inside* another image. I don't know if this is along the right lines but the following code puts a image inside another image. Perhaps I could then make im2 clickable or is it just not possible? Any help would be very much
0
9605
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 synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10648
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. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10389
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 captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10402
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10135
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 choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
6890
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5554
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 the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5692
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4339
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

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.