Click here to Skip to main content
15,900,725 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Question[Message Deleted] Pin
souravghosh187-Jun-09 23:52
souravghosh187-Jun-09 23:52 
AnswerRe: how to delete a gridview column programatically Pin
saanj8-Jun-09 0:04
saanj8-Jun-09 0:04 
AnswerRe: how to delete a gridview column programatically Pin
Abhijit Jana8-Jun-09 0:11
professionalAbhijit Jana8-Jun-09 0:11 
QuestionHow To Execute Exe Pin
ais077-Jun-09 22:39
ais077-Jun-09 22:39 
AnswerRe: How To Execute Exe Pin
Abhijit Jana7-Jun-09 22:54
professionalAbhijit Jana7-Jun-09 22:54 
Questiondiv popup Pin
gichki7-Jun-09 22:27
gichki7-Jun-09 22:27 
AnswerRe: div popup Pin
Abhijit Jana7-Jun-09 22:30
professionalAbhijit Jana7-Jun-09 22:30 
AnswerRe: div popup Pin
Matt Cavanagh7-Jun-09 22:54
Matt Cavanagh7-Jun-09 22:54 
function showPopup()
{
document.getElementById('popup').style.display='block'; // show the popup

var t=setTimeout("document.getElementById('popup').style.display='none';",15000); //set it to hide it 15 seconds later
}


<body onload="showPopup()">

<div style="position:absolute; width:100%; height:100%; left:0px; top:0px; display:none;" id="popup">
   Buy my stuff you silly panda..blah blah
</div>

</body>

Im not by a pc(Confused | :confused: ) so i havent tested this, should work tho
QuestionPopup Control Pin
jonhbt7-Jun-09 22:05
jonhbt7-Jun-09 22:05 
AnswerRe: Popup Control Pin
saanj7-Jun-09 23:40
saanj7-Jun-09 23:40 
GeneralRe: Popup Control Pin
jonhbt7-Jun-09 23:51
jonhbt7-Jun-09 23:51 
GeneralRe: Popup Control Pin
saanj8-Jun-09 0:22
saanj8-Jun-09 0:22 
GeneralRe: Popup Control Pin
jonhbt8-Jun-09 0:33
jonhbt8-Jun-09 0:33 
GeneralRe: Popup Control Pin
saanj8-Jun-09 0:40
saanj8-Jun-09 0:40 
GeneralRe: Popup Control Pin
jonhbt8-Jun-09 2:42
jonhbt8-Jun-09 2:42 
GeneralRe: Popup Control Pin
saanj8-Jun-09 3:07
saanj8-Jun-09 3:07 
GeneralRe: Popup Control Pin
Abhijit Jana8-Jun-09 0:01
professionalAbhijit Jana8-Jun-09 0:01 
GeneralRe: Popup Control Pin
saanj8-Jun-09 0:20
saanj8-Jun-09 0:20 
GeneralRe: Popup Control Pin
Abhijit Jana8-Jun-09 0:39
professionalAbhijit Jana8-Jun-09 0:39 
Questionwanna show resume(word file) in aspx page. Pin
yazali7-Jun-09 21:23
yazali7-Jun-09 21:23 
AnswerRe: wanna show resume(word file) in aspx page. Pin
Christian Graus7-Jun-09 21:32
protectorChristian Graus7-Jun-09 21:32 
GeneralRe: wanna show resume(word file) in aspx page. Pin
yazali7-Jun-09 23:27
yazali7-Jun-09 23:27 
QuestionFileIOPermission Pin
Matt Cavanagh7-Jun-09 21:14
Matt Cavanagh7-Jun-09 21:14 
AnswerRe: FileIOPermission Pin
Christian Graus7-Jun-09 21:32
protectorChristian Graus7-Jun-09 21:32 
GeneralRe: FileIOPermission Pin
Matt Cavanagh7-Jun-09 22:12
Matt Cavanagh7-Jun-09 22:12 

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.