Click here to Skip to main content
15,915,328 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: [Message Deleted] Pin
eyeseetee22-Jun-08 22:39
eyeseetee22-Jun-08 22:39 
Questionis asp.net validators are safe to use Pin
Mogaambo22-Jun-08 19:58
Mogaambo22-Jun-08 19:58 
AnswerRe: is asp.net validators are safe to use Pin
Colwin22-Jun-08 20:14
Colwin22-Jun-08 20:14 
GeneralRe: is asp.net validators are safe to use Pin
Mogaambo22-Jun-08 20:23
Mogaambo22-Jun-08 20:23 
GeneralRe: is asp.net validators are safe to use Pin
Colwin22-Jun-08 20:47
Colwin22-Jun-08 20:47 
GeneralRe: is asp.net validators are safe to use Pin
Christian Graus22-Jun-08 21:20
protectorChristian Graus22-Jun-08 21:20 
Questionclear browser history for particular page only using asp.net or java script Pin
trilokharry22-Jun-08 19:47
trilokharry22-Jun-08 19:47 
AnswerRe: clear browser history for particular page only using asp.net or java script Pin
Arindam Tewary23-Jun-08 0:50
professionalArindam Tewary23-Jun-08 0:50 
Hi As a web site are not to play with client's browser, therfore user's browser's history cant be deleted by code.

Rather, you can block your user, who is viewing your webpage, GOING BACK TO ANY PAGE HE HAS ALREADY TRAVERSED. Check the following code,

<script language="javascript">
history.go(1); /* undo user navigation (ex: Browser's Back Button) */
</script>


Thanks,
Arindam D Tewary

Questionhow to write code for eXcel ACCRINT function [modified] Pin
Piyush Vardhan Singh22-Jun-08 19:46
Piyush Vardhan Singh22-Jun-08 19:46 
Questioncls and cts Pin
Pankaj Garg22-Jun-08 19:25
Pankaj Garg22-Jun-08 19:25 
AnswerRe: cls and cts Pin
Christian Graus22-Jun-08 19:30
protectorChristian Graus22-Jun-08 19:30 
AnswerRe: cls and cts Pin
Sathesh Sakthivel22-Jun-08 19:40
Sathesh Sakthivel22-Jun-08 19:40 
Questionajax.net Pin
brettokumar22-Jun-08 19:15
professionalbrettokumar22-Jun-08 19:15 
QuestionDoubt in Master Page Pin
saravanan0522-Jun-08 19:00
saravanan0522-Jun-08 19:00 
AnswerRe: Doubt in Master Page Pin
Christian Graus22-Jun-08 19:30
protectorChristian Graus22-Jun-08 19:30 
QuestionI have problem with drop down list control Pin
BalasubramanianK22-Jun-08 17:57
BalasubramanianK22-Jun-08 17:57 
AnswerRe: I have problem with drop down list control Pin
Christian Graus22-Jun-08 18:10
protectorChristian Graus22-Jun-08 18:10 
AnswerRe: I have problem with drop down list control Pin
itsravie22-Jun-08 18:53
itsravie22-Jun-08 18:53 
GeneralRe: I have problem with drop down list control Pin
BalasubramanianK22-Jun-08 22:18
BalasubramanianK22-Jun-08 22:18 
GeneralRe: I have problem with drop down list control Pin
itsravie22-Jun-08 22:23
itsravie22-Jun-08 22:23 
QuestionGridview Update Pin
DanB198322-Jun-08 12:35
DanB198322-Jun-08 12:35 
QuestionDevelop ASP.net using visual studio 2003 via USB Drive Pin
NewbieCoder12322-Jun-08 7:14
NewbieCoder12322-Jun-08 7:14 
AnswerRe: Develop ASP.net using visual studio 2003 via USB Drive Pin
Christian Graus22-Jun-08 12:22
protectorChristian Graus22-Jun-08 12:22 
Questionclear dropdownlist field Pin
jds120722-Jun-08 5:01
jds120722-Jun-08 5:01 
AnswerRe: clear dropdownlist field Pin
Guffa22-Jun-08 5:44
Guffa22-Jun-08 5:44 

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.