Click here to Skip to main content
16,005,121 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionUsing Context Object Disadvantages !!? Pin
Naif_Prof28-Oct-06 1:58
Naif_Prof28-Oct-06 1:58 
AnswerRe: Using Context Object Disadvantages !!? Pin
nature027628-Oct-06 14:00
nature027628-Oct-06 14:00 
GeneralRe: Using Context Object Disadvantages !!? Pin
Naif_Prof28-Oct-06 19:26
Naif_Prof28-Oct-06 19:26 
QuestionFrames Pin
sribachana28-Oct-06 1:11
sribachana28-Oct-06 1:11 
QuestionPassing variables between pages using QueryString Pin
Naif_Prof28-Oct-06 1:03
Naif_Prof28-Oct-06 1:03 
AnswerRe: Passing variables between pages using QueryString Pin
nature027628-Oct-06 14:02
nature027628-Oct-06 14:02 
GeneralRe: Passing variables between pages using QueryString Pin
Naif_Prof28-Oct-06 19:14
Naif_Prof28-Oct-06 19:14 
GeneralRe: Passing variables between pages using QueryString Pin
nature027629-Oct-06 6:39
nature027629-Oct-06 6:39 
Hi Naif_Prof,

Session object has improved a lot from classic ASP to ASP.NET 1.1 and especially 2.0. I believe Professional programmer do use session object these days.

If you do not want to use session object, you have two options.
a) Use query string..........but all the input information is visible to users in the URL.
b) You can use cross page posting which is availabe in 2.0... you can check in the google.
Or,

Go to Fritz Onion webcast in webcasts series for ASP.NET 1.1 (Control based Programming ASP.NET), he talks about Multipage issues.

Hope helped.

Sanjeev

Questionmigrating the web application developed from internet explorer to mozilla Pin
shaik abdul gani28-Oct-06 0:47
shaik abdul gani28-Oct-06 0:47 
AnswerRe: migrating the web application developed from internet explorer to mozilla Pin
Guffa28-Oct-06 1:30
Guffa28-Oct-06 1:30 
Questionpermission error in threading Pin
Maksi28-Oct-06 0:33
Maksi28-Oct-06 0:33 
Question"using javascript" Pin
ravikiranreddydharmannagari27-Oct-06 23:18
ravikiranreddydharmannagari27-Oct-06 23:18 
AnswerRe: "using javascript" Pin
Maksi28-Oct-06 0:38
Maksi28-Oct-06 0:38 
QuestionSession Problem. Pls Help Pin
subrata.jana27-Oct-06 21:42
subrata.jana27-Oct-06 21:42 
GeneralRe: Session Problem. Pls Help Pin
Guffa28-Oct-06 1:33
Guffa28-Oct-06 1:33 
Questionsocket & events Pin
nissar27-Oct-06 21:23
nissar27-Oct-06 21:23 
QuestionHow to manage Image and Text Pin
logicon27-Oct-06 20:18
logicon27-Oct-06 20:18 
QuestionDelete Control Pin
MHASSANF27-Oct-06 20:18
MHASSANF27-Oct-06 20:18 
AnswerRe: Delete Control Pin
_AK_31-Oct-06 18:38
_AK_31-Oct-06 18:38 
Questiondatagrid with checkboxes in C#.net(asp.net) Pin
vijay258327-Oct-06 18:04
vijay258327-Oct-06 18:04 
JokeRe: datagrid with checkboxes in C#.net(asp.net) Pin
Jerry Hammond28-Oct-06 16:27
Jerry Hammond28-Oct-06 16:27 
QuestionHow to fetch data from database in Tree view Pin
dj.rock27-Oct-06 17:49
dj.rock27-Oct-06 17:49 
AnswerRe: How to fetch data from database in Tree view Pin
Abhishek Joshi27-Oct-06 22:32
Abhishek Joshi27-Oct-06 22:32 
GeneralRe: How to fetch data from database in Tree view Pin
dj.rock29-Oct-06 17:02
dj.rock29-Oct-06 17:02 
Questionfile upload asp control Pin
dhatchu27-Oct-06 15:43
dhatchu27-Oct-06 15:43 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.