473,396 Members | 2,038 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.

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 1460
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: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
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,...

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.