Click here to Skip to main content
15,909,205 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: 'Attempted to read or write protected memory.This is often an indication the other memory is corrupt' Pin
ind_coder2-Jul-07 12:43
ind_coder2-Jul-07 12:43 
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 
I am using the following code of java script .
it shows the messagebox , with yes and no button.
now if the user click the yes button
i want to redirect the present page to some other respective page.
<script language="javascript" type="text/javascript"><br />
    function confirm_delete()<br />
    {<br />
      if (confirm("Are you sure you want to delete the custom search?")==true)<br />
        return true;<br />
      else<br />
        return false;<br />
    }<br />
</script>

button.attribute.add("onclick","return confirm_delete();")
AnswerRe: messagebox in vb.net with asp.net Pin
Fred_Smith1-Jul-07 21:56
Fred_Smith1-Jul-07 21:56 
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 

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.