473,473 Members | 1,563 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

modal

I'm in the process of converting a VB6 app to the web and and using .NET
(C#). In the VB app on the grid if the users clicks on a row another form
displays with detailed information about that row they clicked.
Now my question is with the .NET grid can I allow the user to double click a
row within the grid and have a modal display with more detailed information
from the row selected?

thx
Nov 18 '05 #1
2 1464
yes but that's not a .NET thing. it's client side scripting.
you can embed anything you like with the datagrid.
A

"Mike" <ba*******@sbcglobal.net> wrote in message
news:uk**************@TK2MSFTNGP11.phx.gbl...
I'm in the process of converting a VB6 app to the web and and using .NET
(C#). In the VB app on the grid if the users clicks on a row another form
displays with detailed information about that row they clicked.
Now my question is with the .NET grid can I allow the user to double click a row within the grid and have a modal display with more detailed information from the row selected?

thx

Nov 18 '05 #2
You can make a template column with links to the page that display the
detailed information.
For open modal window from link you must use a javascript function in
OnClick event (client side!).

modal windows (I think) are supported only in IE... you can use simple
pop-up!

example :
normal:
<a href="details.aspx" OnClick="window.open(this.href, 'details', '
...... ');" >descr</a>

modal :
window.showModalDialog(.....);

Brun

"Mike" <ba*******@sbcglobal.net> wrote in message
news:uk**************@TK2MSFTNGP11.phx.gbl...
I'm in the process of converting a VB6 app to the web and and using .NET
(C#). In the VB app on the grid if the users clicks on a row another form
displays with detailed information about that row they clicked.
Now my question is with the .NET grid can I allow the user to double click a row within the grid and have a modal display with more detailed information from the row selected?

thx

Nov 18 '05 #3

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

Similar topics

1
by: amith | last post by:
Hi, I have a javascript, calendar.js which i use to enable my client to select the date. This calendar pops up on the click of a gif image. But the problem is that this poped up window is not...
2
by: Gilles T. | last post by:
Hi, How I can refresh a modal dialog in asp.net? I open a modal dialog in first with a dropdownlist. To add a element in my dropdownlist (table), I open a second modal dialog to ask element and...
2
by: cassidyc | last post by:
Hi, I was wondering if anyone has come accross this issue? And if they have any solutions I have that can create new copies of itself Form1 as = new form1(); af.show(); This form can also...
2
by: Gilles T. | last post by:
Hi, How I can refresh a modal dialog in asp.net? I open a modal dialog in first with a dropdownlist. To add a element in my dropdownlist (table), I open a second modal dialog to ask element and...
10
by: Guadala Harry | last post by:
I have a modal dialog that currently does all of the following except item 4. 1. lets users select a graphic from a list of thumbnails (and when selected, displays the full-size image in a...
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
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
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
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...
1
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...
0
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...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
muto222
php
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.