|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Continuous data
Hi,
In MS Access, I used continous form and place the button, if the user hit the button, it will give out popup form for viewing more details of specific record info. In Visual Basic 2005, I used datagrid control / other controls to retrieve data from SQL Server. But, I just put 2 fields columns data, and then I want to let the user click on data to show more details of that record (similar to the website link). Do we have option for doing that? |
|
#2
|
||||
|
||||
|
I've worked with datagrids and I don't like them
![]() They are not very flexible. I do this on current projects using a repeater with a view details button for each record in the repeater. Then for showing details, I show the details in a showModalDialog window (for our IE customers) or a popup window for our Non IE customers. In a repeater you got all the flexibility you want If you're still interested in using a datagrid with details view click here
__________________
................... ASCII and ye shall receive .................. Knowledge is the only resource on earth that multiplies when shared Support the Shemzilla Project Powered by C# |
![]() |
| Viewing: ASP Free Forums > Programming > Visual Basic Programming > Continuous data |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|