473,387 Members | 1,766 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,387 software developers and data experts.

How To DataList on a WebForm

JDP
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....
Nov 18 '05 #1
4 1290
Hey Jeff,

I would have thought that Hierargrid would be the best for that:

http://www.denisbauer.com/ASPNETCont...ierarGrid.aspx
"JDP@Work" <JP*********@sbcglobal.net> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
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....


Nov 18 '05 #2
JDP
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.....

"Ken Cox [Microsoft MVP]" <BA************@sympatico.ca> wrote in message
news:eD**************@TK2MSFTNGP11.phx.gbl...
Hey Jeff,

I would have thought that Hierargrid would be the best for that:

http://www.denisbauer.com/ASPNETCont...ierarGrid.aspx
"JDP@Work" <JP*********@sbcglobal.net> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
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....

Nov 18 '05 #3
JDP
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.....

"Ken Cox [Microsoft MVP]" <BA************@sympatico.ca> wrote in message
news:eD**************@TK2MSFTNGP11.phx.gbl...
Hey Jeff,

I would have thought that Hierargrid would be the best for that:

http://www.denisbauer.com/ASPNETCont...ierarGrid.aspx
"JDP@Work" <JP*********@sbcglobal.net> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
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....

Nov 18 '05 #4
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.

"JDP@Work" <JP*********@sbcglobal.net> wrote in message
news:%2****************@TK2MSFTNGP12.phx.gbl...
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.....

"Ken Cox [Microsoft MVP]" <BA************@sympatico.ca> wrote in message
news:eD**************@TK2MSFTNGP11.phx.gbl...
Hey Jeff,

I would have thought that Hierargrid would be the best for that:

http://www.denisbauer.com/ASPNETCont...ierarGrid.aspx
"JDP@Work" <JP*********@sbcglobal.net> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
>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....
>
>



Nov 18 '05 #5

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

Similar topics

6
by: Thanh | last post by:
I created an ASP.NET project and dropped a DataList on the web form. I then wrote a simple class to return data: namespace Playing { public class PositionData { private string name; private...
0
by: Chris Fink | last post by:
I am having a problem highlighting a row in a datalist during the itemdatabound event. What is occurring is that a new td row is being wrapped around the datalist item which is highlighted (very...
1
by: Luis Esteban Valencia | last post by:
Is it possible to enter the EditItemTemplate of a Datalist from outside of the DataList? For example: I have a Webform with a datagrid of data displaying only 3 fields and a hyperlink to edit...
0
by: Kyong Kwak | last post by:
Hey all, wanted to know if I can cache an entire control.. this is what I have.. Webform has header, nav, footer, and Usercontrol_1. Usercontrol_1 has a datalist and paging items ( prev,...
3
by: Kyong Kwak | last post by:
Hey all my second post! wanted to know if I can cache an entire control.. this is what I have.. Webform has header, nav, footer, and Usercontrol_1. Usercontrol_1 has a datalist and paging...
2
by: haroldsphsu | last post by:
Hi all, I created a DataList on a WebForm, and I want to have a separate delete button at the bottom of the page. I can create a event handler for the delete button and delete the selected item...
0
by: vidhuraj | last post by:
hi all i have a hyperlink control and image control in my datalist i have binded the values for it ie, datalist will now display some images in image control and their corresponding ID in the...
2
by: rhyme2ri2 | last post by:
Hi!! I'm using asp.net 1.1 I have a datalist which gets dynamic data which is of unbound size may be small sometimes and may be very very long sometimes....... Whatever the size of data may be...
3
by: Aussie Rules | last post by:
Hi, I have a datalist on my page that I bind a dataset to in my code.. SqlDataAdapter.SelectCommand = SqlCommand SqlDataAdapter.Fill(ds, "SearchResults") DataList1.DataSource = ds...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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...
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
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
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...

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.