473,326 Members | 2,111 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,326 software developers and data experts.

how to end the whole project in asp.net

when i click on a link_button I want to exit from the project.
Mar 17 '08 #1
3 984
kunal pawar
297 100+
just delete session by session.abundant() method and redirect ur page on another page/login page
Mar 17 '08 #2
malav123
217 100+
HI,
if you want to close project then in buttton_click event redirect to another page and in that page write session.abandon() in page_load event then the session will be destroyed of that project....
Mar 19 '08 #3
Hai This is Indira Reddy


Example :- session.abundant() ;
this is used to asp.net


Example :- window.close();


This is used to Java script . it is place button properties window then place to

onClientClick


OR Source Code (Button) Goto Type onClienClick="window.close()"
Mar 20 '08 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: | last post by:
You know,I can compile a .vb file,such as "vbc /t:library /out:fibonacci_vb.dll fibonacci.vb". But can I compile a whole project under command prompt?
2
by: trint | last post by:
using System; namespace WindowsApplication1 { /// <summary> /// Summary description for Class1. /// </summary> ///
3
by: Dmitry Jouravlev | last post by:
Hi, I have a number of C++ solutions in Visual Studio .NET and when i compile them using "Whole Program Optimization", certain projects report a LNK1171 error saying that c2.dll could not be...
7
by: Don Wash | last post by:
Hi There! I'm trying to define constants so that I can refer those constants from any page of my ASP.NET website. I know I can use <appSettings> in web.config XML file but I don't want to parse...
7
by: Jimakos Bilakis | last post by:
Hi guys! I'm using the C++ Builder 6 Enterprise Edition where I create some tables in Paradox and with the help of a structure i pass my data from the form (Edit boxes) to the Paradox table with...
1
by: S J | last post by:
I have a VS 2005 C++ project including a bunch of files under multiple folders. For example: - project root - file1.cpp - file2.cpp - folder1 - file3.cpp - file4.cpp - folder2
5
by: John | last post by:
Which variable type (c#) can whole the largest whole number? I know this sounds silly but as double and decimal are made for numbers with decimals I am not sure. Also if anybody knows of any...
1
by: Neelesh2007 | last post by:
Hi all, I am having project in vb6.0 with MDI form and 43 other forms. In 6 no. of forms I have written error handler to handle specific type of error in that particular form. But now i want to have...
27
by: Steve | last post by:
My apologies if this is a duplicate post, I can't find the earlier version of my question. I have a DIV that uses a CSS class defined at the thtop of an HTML page. The height and width of the...
8
by: royalaid | last post by:
Hey guys, first time posting here so don't flame me for being new, I was just wondering if anyone could explain why my Arraylists are overwriting themselves. public static void...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
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...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
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...

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.