How To DataList on a WebForm

  • Thread starter Thread starter JDP@Work
  • Start date Start date
J

JDP@Work

I want to show my WebForm data not in a grid, but similar to a report format
as...

--------------------------------------------------------------
Company Contact
A & A Tools Jim Osandre

Address City State Zip
123 Any St. Stuart CA 91001
--------------------------------------------------------------
Company Contact
Casper Inc. Janice Cornaes

Address City State Zip
3123 Roscoe Blvd. Central CA 92001
--------------------------------------------------------------

So I'm thinking that this can be done w/a datalist.

I need to use complex stored procs for all my updates, so I won't want to update
my data via this list, I'll have an URL item "Update" which would open a new
window for just the selected record to enforce business rule updates.

The lables are obvious, but the fields are not.

Is there an example (link to) of a similar datalist?

TIA

JeffP....
 
Ken,

Thanks that's a cool tool.

For this project though, they need a data view that will be all there at a
glance, no clicking required as well as printing in the same formated layout.

Most of these users are not regularly computer users, so it has to be simple any
extra clicking is out. I know it seems trite but they wouldn't appreciate it.

Doing more research, I was looking for a good example of either some good ascx
templates or inline templates.

I'lll keep looking until I find some....

TIA

JeffP.....
 
Okay.

BTW, since the source code is available, you might be able to rejig it to
bypass the expand/collapse stuff. You could leave it expanded permanently.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top