Click here to Skip to main content
15,918,808 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionHow to send variable from aspx.cs page to aspx page Pin
mani_iips7-Apr-07 5:10
mani_iips7-Apr-07 5:10 
AnswerRe: How to send variable from aspx.cs page to aspx page Pin
Hayder Marzouk7-Apr-07 6:42
Hayder Marzouk7-Apr-07 6:42 
QuestionHow can i bind DetailsView Pin
mghiassi7-Apr-07 4:19
mghiassi7-Apr-07 4:19 
AnswerRe: How can i bind DetailsView Pin
Naveed Kamboh7-Apr-07 8:06
Naveed Kamboh7-Apr-07 8:06 
GeneralRe: How can i bind DetailsView [modified] Pin
mghiassi7-Apr-07 18:43
mghiassi7-Apr-07 18:43 
GeneralRe: How can i bind DetailsView Pin
Abolfazl Sheikhloo7-Apr-07 22:30
Abolfazl Sheikhloo7-Apr-07 22:30 
QuestionHow can i use Application Object Pin
mghiassi7-Apr-07 4:16
mghiassi7-Apr-07 4:16 
AnswerRe: How can i use Application Object Pin
kubben7-Apr-07 4:45
kubben7-Apr-07 4:45 
You should only use the application object for things you want to keep across user sessions. Like some sort of static data that all users would be looking at. It sounds like you should be using a session variable to pass things from one page to the next. Session is very similar to the application object except it is only for that user, other users can see that object, they can only see their own session object.
Either way if you want to remove and object from the session or application you can just set it to null or Nothing in vb.net. There is also a Remove method in the object to remove something from the application or session object.

Hope that helps.
Ben
GeneralRe: How can i use Application Object Pin
mghiassi7-Apr-07 6:01
mghiassi7-Apr-07 6:01 
GeneralRe: How can i use Application Object Pin
kubben7-Apr-07 7:20
kubben7-Apr-07 7:20 
GeneralRe: How can i use Application Object Pin
mghiassi7-Apr-07 18:36
mghiassi7-Apr-07 18:36 
GeneralRe: How can i use Application Object Pin
kubben8-Apr-07 2:13
kubben8-Apr-07 2:13 
Questionlistbox to display Pin
Oga M7-Apr-07 3:59
Oga M7-Apr-07 3:59 
AnswerRe: listbox to display Pin
Sathesh Sakthivel7-Apr-07 4:14
Sathesh Sakthivel7-Apr-07 4:14 
AnswerRe: listbox to display Pin
Kunal P7-Apr-07 19:46
Kunal P7-Apr-07 19:46 
QuestionGridView Pin
Oga M7-Apr-07 3:43
Oga M7-Apr-07 3:43 
AnswerRe: GridView [modified] Pin
Abolfazl Sheikhloo7-Apr-07 3:53
Abolfazl Sheikhloo7-Apr-07 3:53 
QuestionAsp.net 2.0 + c# Pin
ritu43217-Apr-07 2:27
ritu43217-Apr-07 2:27 
AnswerRe: Asp.net 2.0 + c# Pin
enjoycrack7-Apr-07 2:32
enjoycrack7-Apr-07 2:32 
AnswerRe: Asp.net 2.0 + c# Pin
Abolfazl Sheikhloo7-Apr-07 3:39
Abolfazl Sheikhloo7-Apr-07 3:39 
GeneralRe: Asp.net 2.0 + c# Pin
ritu43218-Apr-07 20:30
ritu43218-Apr-07 20:30 
GeneralRe: Asp.net 2.0 + c# Pin
Abolfazl Sheikhloo8-Apr-07 21:45
Abolfazl Sheikhloo8-Apr-07 21:45 
Questionunable to run asp.net web application or sevices? Pin
sathyan_82946-Apr-07 23:51
sathyan_82946-Apr-07 23:51 
AnswerRe: unable to run asp.net web application or sevices? Pin
enjoycrack7-Apr-07 2:34
enjoycrack7-Apr-07 2:34 
AnswerRe: unable to run asp.net web application or sevices? Pin
Abolfazl Sheikhloo7-Apr-07 3:33
Abolfazl Sheikhloo7-Apr-07 3:33 

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.