472,352 Members | 1,465 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,352 software developers and data experts.

can this be done,

I have a web app were I'm keeping history on the progress of a request. I
have a list box that is going to allow the developer or manager enter in
comments.
My question is:
1. How can i show data from the database and also allow them to enter data
in the listbox?
2. I have code to get the user name, so how can i show the username -
comments in the listbox as well.

i want something like this:

history:
[George - 2/3/05: 10:30 AM]: waiting on specs from BA
[George - 2/3/05: 2:30 PM]: got specs and meeting with BA to discusss.

etc.
i want that kind of format, but also allow them to enter in new information
as well as keeping the existing.
Nov 19 '05 #1
3 950
On Thu, 03 Mar 2005 09:23:07 -0600, Mike <Mi**@discussions.microsoft.com>
wrote:
I have a web app were I'm keeping history on the progress of a request. I
have a list box that is going to allow the developer or manager enter in
comments.
My question is:
1. How can i show data from the database and also allow them to enter
data
in the listbox?
2. I have code to get the user name, so how can i show the username -
comments in the listbox as well.

i want something like this:

history:
[George - 2/3/05: 10:30 AM]: waiting on specs from BA
[George - 2/3/05: 2:30 PM]: got specs and meeting with BA to discusss.

etc.
i want that kind of format, but also allow them to enter in new
information
as well as keeping the existing.


I think you might be better off with a datagrid. You can wrap a datagrid
in a div and make it scrollable, it of course has binding events, columns,
etc. and we know it has an edit mode, so in essence it can satisfy the
behavior you want. Not the exact same look, but very close.

I just think that's a better presentation for what you're doing here....

--
Craig Deelsnyder
Microsoft MVP - ASP/ASP.NET
Nov 19 '05 #2
On Thu, 03 Mar 2005 09:23:07 -0600, Mike <Mi**@discussions.microsoft.com>
wrote:
I have a web app were I'm keeping history on the progress of a request. I
have a list box that is going to allow the developer or manager enter in
comments.
My question is:
1. How can i show data from the database and also allow them to enter
data
in the listbox?
2. I have code to get the user name, so how can i show the username -
comments in the listbox as well.

i want something like this:

history:
[George - 2/3/05: 10:30 AM]: waiting on specs from BA
[George - 2/3/05: 2:30 PM]: got specs and meeting with BA to discusss.

etc.
i want that kind of format, but also allow them to enter in new
information
as well as keeping the existing.


I think you might be better off with a datagrid. You can wrap a datagrid
in a div and make it scrollable, it of course has binding events, columns,
etc. and we know it has an edit mode, so in essence it can satisfy the
behavior you want. Not the exact same look, but very close.

I just think that's a better presentation for what you're doing here....

--
Craig Deelsnyder
Microsoft MVP - ASP/ASP.NET
Nov 19 '05 #3
I want the user to be able to add comments, to follow the progress of the
request. can that be done via a datagrid?

"Craig Deelsnyder" wrote:
On Thu, 03 Mar 2005 09:23:07 -0600, Mike <Mi**@discussions.microsoft.com>
wrote:
I have a web app were I'm keeping history on the progress of a request. I
have a list box that is going to allow the developer or manager enter in
comments.
My question is:
1. How can i show data from the database and also allow them to enter
data
in the listbox?
2. I have code to get the user name, so how can i show the username -
comments in the listbox as well.

i want something like this:

history:
[George - 2/3/05: 10:30 AM]: waiting on specs from BA
[George - 2/3/05: 2:30 PM]: got specs and meeting with BA to discusss.

etc.
i want that kind of format, but also allow them to enter in new
information
as well as keeping the existing.


I think you might be better off with a datagrid. You can wrap a datagrid
in a div and make it scrollable, it of course has binding events, columns,
etc. and we know it has an edit mode, so in essence it can satisfy the
behavior you want. Not the exact same look, but very close.

I just think that's a better presentation for what you're doing here....

--
Craig Deelsnyder
Microsoft MVP - ASP/ASP.NET

Nov 19 '05 #4

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

Similar topics

0
by: itsharkopath | last post by:
Hi, Imagine a user in a hotspot, when he comes to the hotspot and tries to load a webpage (on the internet), he would automatically redirected to...
9
by: Steven T. Hatton | last post by:
This was written for the gnu.g++.help list. It rather clearly spells out the most important feature of Java that I believe C++ lacks. I really...
16
by: jaialai technology | last post by:
I want to reload a url in a browser window so I do something like this: open(window.location.href= "www.yahoo.com"); ok, so now I want to do...
5
by: Morten Overgaard | last post by:
Hi I have a C# component which fires events. I want to catch these events in my MFC app compiled with the /clr. I know I can define a managed...
11
by: Sharon | last post by:
I'm writing a new control derived from UserControl. I need to get an event when the control is done resizing. I tried the Resize, SizeChanged,...
3
by: Miguel Dias Moura | last post by:
Hi, When I subscribe a web site I usually receive an email to confirm my subscription. Only after I follow the link in the email my account gets...
4
by: BrianDH | last post by:
Group Early this week I ask for examples on how to call a VB.NET Web Service and access its DataSet for a traditional ASP page. I was told,...
12
by: Ark | last post by:
Hello NG, I arrange data in structs like { members... uint16_t crc; more members, maybe... } Then I need to save them, up to and including...
2
by: maya | last post by:
http://news.yahoo.com/news?tmpl=index2&cid=703 down the page, under "More Stories", there's a section with two interchangeable divs which slide...
2
by: poolboi | last post by:
hey guys, i've done most of my web app. for searching almost done but then i got a small little problem with logging in i need to know how...
0
better678
by: better678 | last post by:
Question: Discuss your understanding of the Java platform. Is the statement "Java is interpreted" correct? Answer: Java is an object-oriented...
1
by: Kemmylinns12 | last post by:
Blockchain technology has emerged as a transformative force in the business world, offering unprecedented opportunities for innovation and...
0
by: Naresh1 | last post by:
What is WebLogic Admin Training? WebLogic Admin Training is a specialized program designed to equip individuals with the skills and knowledge...
2
by: Matthew3360 | last post by:
Hi, I have a python app that i want to be able to get variables from a php page on my webserver. My python app is on my computer. How would I make it...
0
by: AndyPSV | last post by:
HOW CAN I CREATE AN AI with an .executable file that would suck all files in the folder and on my computerHOW CAN I CREATE AN AI with an .executable...
0
by: Arjunsri | last post by:
I have a Redshift database that I need to use as an import data source. I have configured the DSN connection using the server, port, database, and...
0
by: Matthew3360 | last post by:
Hi, I have been trying to connect to a local host using php curl. But I am finding it hard to do this. I am doing the curl get request from my web...
0
Oralloy
by: Oralloy | last post by:
Hello Folks, I am trying to hook up a CPU which I designed using SystemC to I/O pins on an FPGA. My problem (spelled failure) is with the...
0
by: Carina712 | last post by:
Setting background colors for Excel documents can help to improve the visual appeal of the document and make it easier to read and understand....

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.