Click here to Skip to main content
15,895,256 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Send Mail (Error) Pin
Christian Graus9-Nov-08 2:36
protectorChristian Graus9-Nov-08 2:36 
Questionhow to design and develop a database driven website for personnel info? Pin
Member 31916418-Nov-08 8:26
Member 31916418-Nov-08 8:26 
AnswerRe: how to design and develop a database driven website for personnel info? Pin
Christian Graus8-Nov-08 8:36
protectorChristian Graus8-Nov-08 8:36 
AnswerRe: how to design and develop a database driven website for personnel info? Pin
Paul Conrad8-Nov-08 13:13
professionalPaul Conrad8-Nov-08 13:13 
GeneralRe: how to design and develop a database driven website for personnel info? Pin
Member 31916419-Nov-08 0:14
Member 31916419-Nov-08 0:14 
GeneralRe: how to design and develop a database driven website for personnel info? Pin
Christian Graus9-Nov-08 2:39
protectorChristian Graus9-Nov-08 2:39 
AnswerRe: how to design and develop a database driven website for personnel info? Pin
Jeremy Falcon9-Nov-08 10:23
professionalJeremy Falcon9-Nov-08 10:23 
Questionhow to show and hide datalist content? Pin
hardyyanto8-Nov-08 3:46
hardyyanto8-Nov-08 3:46 
hello every one..
i have 2 datalist:
datalist1 contain button and datalist2
i want when i click button, it will hide the datalist2 content,
if i click again, it will show datalist2 content again...etc..

i want it's not refresh the page when i click the button like in this forum, when we click the thread title, it will display the content directly without refresh the page..

i am using javascript like this:

function temp(datalist2)
{
document.getElementById(datalist2).style.display = document.getElementById(datalist2).style.display=='block'?'none':'block';
}



but it seems the id of datalist2 can not be detected. how to declare the id of datalist2 in datalist1?

thx..
AnswerRe: how to show and hide datalist content? Pin
Christian Graus8-Nov-08 8:38
protectorChristian Graus8-Nov-08 8:38 
GeneralRe: how to show and hide datalist content? Pin
hardyyanto9-Nov-08 7:09
hardyyanto9-Nov-08 7:09 
GeneralRe: how to show and hide datalist content? Pin
Christian Graus9-Nov-08 9:32
protectorChristian Graus9-Nov-08 9:32 
GeneralRe: how to show and hide datalist content? Pin
hardyyanto9-Nov-08 16:33
hardyyanto9-Nov-08 16:33 
QuestionA personnel/medical/dental info website Pin
Member 31916418-Nov-08 3:15
Member 31916418-Nov-08 3:15 
AnswerRe: A personnel/medical/dental info website Pin
Brij8-Nov-08 3:38
mentorBrij8-Nov-08 3:38 
AnswerRe: A personnel/medical/dental info website Pin
Christian Graus8-Nov-08 8:15
protectorChristian Graus8-Nov-08 8:15 
AnswerRe: A personnel/medical/dental info website Pin
Paul Conrad8-Nov-08 13:16
professionalPaul Conrad8-Nov-08 13:16 
AnswerRe: A personnel/medical/dental info website Pin
leckey8-Nov-08 14:18
leckey8-Nov-08 14:18 
GeneralRe: A personnel/medical/dental info website Pin
Gary R. Wheeler9-Nov-08 3:57
Gary R. Wheeler9-Nov-08 3:57 
GeneralRe: A personnel/medical/dental info website Pin
leckey9-Nov-08 14:30
leckey9-Nov-08 14:30 
AnswerRe: A personnel/medical/dental info website Pin
Jeremy Falcon9-Nov-08 10:25
professionalJeremy Falcon9-Nov-08 10:25 
QuestionHow to type text in downdown list Pin
chapidi8-Nov-08 2:24
chapidi8-Nov-08 2:24 
AnswerRe: How to type text in downdown list Pin
Christian Graus8-Nov-08 2:37
protectorChristian Graus8-Nov-08 2:37 
AnswerRe: How to type text in downdown list Pin
Mir_As8-Nov-08 3:49
Mir_As8-Nov-08 3:49 
GeneralRe: How to type text in downdown list Pin
Christian Graus8-Nov-08 8:15
protectorChristian Graus8-Nov-08 8:15 
Questionsome help Pin
ahmed eldeghedy8-Nov-08 1:01
professionalahmed eldeghedy8-Nov-08 1: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.