Click here to Skip to main content
15,911,142 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionProblem with Session's unexpected death Pin
Kefirchik1-Jul-07 23:39
Kefirchik1-Jul-07 23:39 
AnswerRe: Problem with Session's unexpected death Pin
kubben2-Jul-07 2:02
kubben2-Jul-07 2:02 
QuestionWord and asp.net Pin
pjackson181-Jul-07 23:30
pjackson181-Jul-07 23:30 
AnswerRe: Word and asp.net Pin
pjackson182-Jul-07 17:05
pjackson182-Jul-07 17:05 
Questionuse of meta tag for cache in asp.net Pin
s_sharma1-Jul-07 22:55
s_sharma1-Jul-07 22:55 
AnswerRe: use of meta tag for cache in asp.net Pin
N a v a n e e t h1-Jul-07 23:01
N a v a n e e t h1-Jul-07 23:01 
Questionmessagebox in vb.net with asp.net Pin
Sonia Gupta1-Jul-07 21:52
Sonia Gupta1-Jul-07 21:52 
AnswerRe: messagebox in vb.net with asp.net Pin
Fred_Smith1-Jul-07 21:56
Fred_Smith1-Jul-07 21:56 
<script language="javascript" type="text/javascript">
function confirm_delete()
{
if (confirm("Are you sure you want to delete the custom search?")==true)
location.href='after_delete.aspx';
else
location.href='cancel_delete.aspx';
}
</script>
button.attribute.add("onclick","confirm_delete();")

Fred
GeneralRe: messagebox in vb.net with asp.net Pin
Sonia Gupta1-Jul-07 22:14
Sonia Gupta1-Jul-07 22:14 
GeneralRe: messagebox in vb.net with asp.net Pin
Fred_Smith1-Jul-07 22:31
Fred_Smith1-Jul-07 22:31 
GeneralRe: messagebox in vb.net with asp.net Pin
Sonia Gupta1-Jul-07 22:36
Sonia Gupta1-Jul-07 22:36 
GeneralRe: messagebox in vb.net with asp.net Pin
Fred_Smith1-Jul-07 22:46
Fred_Smith1-Jul-07 22:46 
GeneralRe: messagebox in vb.net with asp.net Pin
Sonia Gupta1-Jul-07 23:19
Sonia Gupta1-Jul-07 23:19 
GeneralRe: messagebox in vb.net with asp.net Pin
Fred_Smith1-Jul-07 23:28
Fred_Smith1-Jul-07 23:28 
GeneralRe: messagebox in vb.net with asp.net 2.0 Pin
Sonia Gupta1-Jul-07 23:33
Sonia Gupta1-Jul-07 23:33 
GeneralRe: messagebox in vb.net with asp.net 2.0 Pin
Fred_Smith1-Jul-07 23:47
Fred_Smith1-Jul-07 23:47 
GeneralRe: messagebox in vb.net with asp.net 2.0 Pin
Sonia Gupta1-Jul-07 23:50
Sonia Gupta1-Jul-07 23:50 
GeneralRe: messagebox in vb.net with asp.net 2.0 Pin
Fred_Smith1-Jul-07 23:52
Fred_Smith1-Jul-07 23:52 
GeneralRe: messagebox in vb.net with asp.net 2.0 Pin
Sonia Gupta1-Jul-07 23:55
Sonia Gupta1-Jul-07 23:55 
GeneralRe: messagebox in vb.net with asp.net 2.0 Pin
Fred_Smith2-Jul-07 0:00
Fred_Smith2-Jul-07 0:00 
GeneralRe: messagebox in vb.net with asp.net 2.0 Pin
Sonia Gupta2-Jul-07 0:33
Sonia Gupta2-Jul-07 0:33 
GeneralRe: messagebox in vb.net with asp.net 2.0 Pin
Fred_Smith2-Jul-07 0:44
Fred_Smith2-Jul-07 0:44 
GeneralRe: messagebox in vb.net with asp.net 2.0 Pin
Sonia Gupta2-Jul-07 1:15
Sonia Gupta2-Jul-07 1:15 
GeneralRe: messagebox in vb.net with asp.net Pin
Sathesh Sakthivel2-Jul-07 2:01
Sathesh Sakthivel2-Jul-07 2:01 
GeneralRe: messagebox in vb.net with asp.net Pin
Imran Khan Pathan2-Jul-07 1:50
Imran Khan Pathan2-Jul-07 1:50 

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.