473,326 Members | 2,125 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,326 software developers and data experts.

How to Post back OBjects and remember State

RSB
Hi Every One,

How do i create Objects and then remember the state of the Objects once we
do the post back.

Here is what i am trying to Do. .

I have to objects. A object Called CollegeClass with the Following Fileds.
ClassID,
ClassName,
StartDate,
EndDate,
Comments,
Students --- this is a collection

with these Two Methods
AddStudent(StudentObject)
RemoveStudent(studentID)
And the Second Class is Students
StudentID,
StudentName,
DateOfBirth,
Phone.
Now i want to create a screeen where user can add/Remove the Students and
once Done then Click on the "Create CollegeClass'" Button to create the
Class and Students in the Database.

So my question here is till the Time User Click on the "Create CollegeClass
" button how do i keep every thing in the Memory .. or how do i remeber the
state of these Objects

thanks

RSB
Nov 20 '05 #1
1 1117
Hi RSB,

It is easier to set them in a dataset, that you can simple at to a
session.variable and get it back after the postback. This one you have to
serialize or to make a shared class where you have as well indexed which
session it belongs to.

This is because a webpage is stateless.

A shared class belongs in a webpage to all sessions.

Adataset is in my opinion one of the object under the objects, a dataset
holds a lot of references, a dataset itself holds not any data at all.

However maybe someone has a great idea with selfmade classes?

Cor
How do i create Objects and then remember the state of the Objects once we
do the post back.

Here is what i am trying to Do. .

I have to objects. A object Called CollegeClass with the Following Fileds.
ClassID,
ClassName,
StartDate,
EndDate,
Comments,
Students --- this is a collection

with these Two Methods
AddStudent(StudentObject)
RemoveStudent(studentID)
And the Second Class is Students
StudentID,
StudentName,
DateOfBirth,
Phone.

Nov 20 '05 #2

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

Similar topics

4
by: Nomen Nescio | last post by:
can anyone be so kind as to look at http://www.mysolution.ws/HYPOCRITE.php and let me know why it isn't passing the form data to http://www.mysolution.ws/insertHYPOCRITES.php for the most...
4
by: Gerhard Pretorius | last post by:
ON Win 2003 IIS6, Since yesterday, (12 Aug 2003) for some strange reason, (after installing WindowsServer2003-KB823980-x86-ENU.exe) I cannot pass the Request object to to VB COM DLL. I have...
1
by: RSB | last post by:
Hi Every One, How do i create Objects and then remember the state of the Objects once we do the post back. Here is what i am trying to Do. . I have to objects. A object Called CollegeClass...
11
by: thechaosengine | last post by:
Hi all, I have a very general but quite significant question about objects. My question is, when should I create them? I know thats a crap question so let me explain a bit further. Lets...
5
by: Vishal | last post by:
Hello, I already asked this question in the ASP.NET forums, but no help came. So I am hoping that somebody can help me out. This is really very URGENT me. For my e-commerce application, I...
6
by: guoqi zheng | last post by:
In a regular html form, when user press "enter" key, the form will be submitted. However, in ASP.NET web form, a form will only be submitted (post back) when a special button is clicked. Many...
3
by: Mark | last post by:
I'm aware of how to preserve state using session, application variables, view state, query strings, etc. I'm told that you can use POST to do a similar state preservation. How does this work...
6
by: test | last post by:
Hi everyone, I'm creating a desktop Python application that requires web-based authentication for accessing additional application features. HTTP GET is really simple. HTTP POST is not (at...
1
by: =?Utf-8?B?Z29yaWxsYQ==?= | last post by:
As we know , the view state is not responsible for having TextBoxes, CheckBoxes, DropDownLists, and other Web controls remember their values across postback. When I dynamically add a...
167
by: darren | last post by:
Hi I have to write a multi-threaded program. I decided to take an OO approach to it. I had the idea to wrap up all of the thread functions in a mix-in class called Threadable. Then when an...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

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.