|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Generate data entry and reporting .NET Web apps in minutes, straight from your database. Read our FREE whitepaper “Build Web 2.0 Applications Without Hand-Coding” Download now! |
|
#1
|
|||
|
|||
|
Super Site Email Me
Hi,I just want to learn how can I avoid empty cells in Access not to be displayed in an ASP page.For example when someone completes a form which includes;name,surname,address but doesnt fill any one of them I want to view just completed values in a search routine.(when I write my own search routine it also displays empty cells) |
|
#2
|
||||
|
||||
|
Well, without seeing your method (code), we can't be very specific, but you could add logic to test if the cell is empty, and determine what to display based on that logic. Something like
Code:
If fieldname<>"" Then display field Else don't display field |
|
#3
|
|||
|
|||
|
Thanks,I have solved my problem...
|
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > ASP Programming > Help On ASP |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|