Forum: ASP Mar 29th, 2006 |
| Replies: 1 Views: 1,226 use session variable to keep track of USER.
/*****************/
this.Session.Add("UserID",value);
/*****************/
next all pages, use something like -->
Session["UserID"].information......... |
Forum: JSP Mar 29th, 2006 |
| Replies: 0 Views: 6,091 Hi friends.
i'm having problem to get values of a class member variable which itself is a class and resides inside another class as an array.
Parent class is CA. its one of the member is CB[]... |
Forum: JSP Mar 22nd, 2006 |
| Replies: 0 Views: 3,424 hi everybody,
i'm new in weblogic workshop/JSP/jpf.....
please help me out for the following problem.
i need to pass an Object-Array to next page.
i've 2 classes - ExamForm, Question
i've 2... |
Forum: JSP Mar 22nd, 2006 |
| Replies: 0 Views: 2,763 please help me out.
i've one class named Exam whose members are Question[].
i've another class named Question whose members are:
QuestionID, QuestionText,ChoiceA,ChoiceB,Answer.
i've 2 jsp... |