473,396 Members | 2,061 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,396 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
Jul 21 '05 #1
1 1184
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.

Jul 21 '05 #2

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

Similar topics

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...
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...
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...
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: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new...

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.