Groups | Blog | Home
all groups > asp.net announcements > february 2004 >

asp.net announcements : Hidden parts of the page in ASP.NET???


Curt_C [MVP]
2/16/2004 10:58:35 AM
It's most likely just a DIV tag with a style="display:'none';" and an
onClick to change it.


--
Curt Christianson
Owner/Lead Developer, DF-Software
www.Darkfalz.com


[quoted text, click to view]

Curt_C [MVP]
2/16/2004 11:21:23 AM
untested...but....

<div id=myDiv1
onClick="myDiv2.style.display='block';myDiv1.style.display='none';">This is
the text....</div>
<div id=myDiv2 style="display:'none'>This is the, including hidden</div>

It's all clientside in this case though, so hit a javascript group up.

--
Curt Christianson
Owner/Lead Developer, DF-Software
www.Darkfalz.com


[quoted text, click to view]

gicio NO[at]SPAM gmx.de
2/16/2004 5:51:32 PM
Hi!!

can someone tell me where I can gind some information to get this cool
feature to hidde text as it's used in the ASP.NET Forums beta search ???

like here: http://www.asp.net/Forums/Search/SearchResults.aspx?q=development

need I a special control???


best regards,


gicio

gicio NO[at]SPAM gmx.de
2/16/2004 6:13:28 PM
Hi!

and thx for the info!
can you give me a code sample how to make it?

regards,

gicio


[quoted text, click to view]

AddThis Social Bookmark Button