Click here to Skip to main content
16,008,750 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: T-Shirt design application in asp.net 2.0 Pin
Christian Graus20-Oct-07 20:42
protectorChristian Graus20-Oct-07 20:42 
GeneralT-Shirt application like click-shirt.com Pin
Mujibur Rahman20-Oct-07 20:59
Mujibur Rahman20-Oct-07 20:59 
GeneralRe: T-Shirt application like click-shirt.com Pin
Christian Graus20-Oct-07 21:13
protectorChristian Graus20-Oct-07 21:13 
QuestionHow to update tow table in single query Pin
rahul.net1120-Oct-07 2:26
rahul.net1120-Oct-07 2:26 
AnswerRe: How to update tow table in single query Pin
szukuro20-Oct-07 3:40
szukuro20-Oct-07 3:40 
GeneralRe: How to update tow table in single query Pin
rahul.net1120-Oct-07 3:59
rahul.net1120-Oct-07 3:59 
QuestionSignOut code does not work properly.......... Pin
ajau19-Oct-07 23:15
ajau19-Oct-07 23:15 
AnswerRe: SignOut code does not work properly.......... Pin
Sandeep Akhare19-Oct-07 23:29
Sandeep Akhare19-Oct-07 23:29 
The problem is due to Cache you can't disable back button but think in Every page load check the user credetials if those are not present then redirect user to Login page
To disable the cache you need to add this lines this will disable the cache
Response.Cache.SetCacheability(HttpCacheability.NoCache);
Response.Cache.SetExpires(DateTime.Now);

Thanks and Regards
Sandeep

If If you look at what you do not have in life, you don't have anything,
If you look at what you have in life, you have everything... "




Questionto display list of items when we click on linkbutton Pin
Sunil Wise19-Oct-07 22:58
professionalSunil Wise19-Oct-07 22:58 
AnswerRe: to display list of items when we click on linkbutton Pin
Sandeep Akhare19-Oct-07 23:31
Sandeep Akhare19-Oct-07 23:31 
Questionhow can set character set in asp.net ? Pin
B.A19-Oct-07 21:23
B.A19-Oct-07 21:23 
AnswerRe: how can set character set in asp.net ? Pin
Guffa20-Oct-07 10:27
Guffa20-Oct-07 10:27 
Questionweb folder from asp.net user Pin
lucas7219-Oct-07 20:52
lucas7219-Oct-07 20:52 
Questionhow to create animated gif using asp.net Pin
yhmar19-Oct-07 20:37
yhmar19-Oct-07 20:37 
AnswerRe: how to create animated gif using asp.net Pin
Saksida Bojan19-Oct-07 20:51
Saksida Bojan19-Oct-07 20:51 
GeneralRe: how to create animated gif using asp.net Pin
yhmar19-Oct-07 21:04
yhmar19-Oct-07 21:04 
AnswerRe: how to create animated gif using asp.net Pin
John-ph19-Oct-07 21:43
John-ph19-Oct-07 21:43 
GeneralRe: how to create animated gif using asp.net Pin
yhmar20-Oct-07 15:48
yhmar20-Oct-07 15:48 
GeneralRe: how to create animated gif using asp.net Pin
Christian Graus20-Oct-07 20:45
protectorChristian Graus20-Oct-07 20:45 
AnswerRe: how to create animated gif using asp.net Pin
yhmar20-Oct-07 15:49
yhmar20-Oct-07 15:49 
Questionhow i can make an editable selection list Pin
jagadeeshkumar198419-Oct-07 20:12
jagadeeshkumar198419-Oct-07 20:12 
AnswerRe: how i can make an editable selection list Pin
John-ph19-Oct-07 21:51
John-ph19-Oct-07 21:51 
QuestionPick The Text Through QueryString in C#.Net Pin
Rinki Mukheraji19-Oct-07 20:05
Rinki Mukheraji19-Oct-07 20:05 
AnswerRe: Pick The Text Through QueryString in C#.Net Pin
Saksida Bojan19-Oct-07 20:46
Saksida Bojan19-Oct-07 20:46 
AnswerRe: Pick The Text Through QueryString in C#.Net Pin
John-ph19-Oct-07 20:58
John-ph19-Oct-07 20:58 

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.