473,385 Members | 1,256 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,385 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 1182
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...
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: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
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...
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: 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...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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...

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.