Ask a Question related to ASP.NET Data Grid Control, Design and Development.
-
Hidden parts of the page in ASP.NET???
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: [url]http://www.asp.net/Forums/Search/SearchResults.aspx?q=development[/url]
need I a special control???
best regards,
gicio
Guest
-
Web Parts for Customer page customisations
Hi, We are porting our windows app to an ASP.Net/AJAX solution. VS2008/SQL 2005 One of the requirements is that the customer should be able to... -
"Deleted Hidden Page And Image Content" - Doesn't work?
Hi All Whenever I try and crop a PDF all the cropped information is still in the document. Granted it is hidden/masked but it is still there. When... -
Accessing hidden controls on ascx page
I have a hidden control <input id="FieldSortOrder" type="hidden" name="FieldSortOrder" runat="server"> in a ascx page. I want to store some value... -
Hyperlink to move from top of page to other parts
I am using Publisher 2003 to build my first internet site. I see that a common practice for long pages is to provide a hyperlink from the top of the... -
Auto page numbers hidden behind placed graphic
Hi- I added Auto-page numbers onto my master page but when I checked a few of the following pages, the numbers weren't there. I realized that they... -
Curt_C [MVP] #2
Re: Hidden parts of the page in ASP.NET???
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
[url]www.Darkfalz.com[/url]
<gicio@gmx.de> wrote in message news:c0qsek$1abuug$1@news.hansenet.net...[url]http://www.asp.net/Forums/Search/SearchResults.aspx?q=development[/url]> 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:>
> need I a special control???
>
>
> best regards,
>
>
> gicio
>
>
Curt_C [MVP] Guest
-
Re: Hidden parts of the page in ASP.NET???
Hi!
and thx for the info!
can you give me a code sample how to make it?
regards,
gicio
"Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
news:uE9UG3K9DHA.2644@TK2MSFTNGP11.phx.gbl...> 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
> [url]www.Darkfalz.com[/url]
>
>
> <gicio@gmx.de> wrote in message news:c0qsek$1abuug$1@news.hansenet.net...> [url]http://www.asp.net/Forums/Search/SearchResults.aspx?q=development[/url]> > 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:>> >
> > need I a special control???
> >
> >
> > best regards,
> >
> >
> > gicio
> >
> >
>
Guest
-
Curt_C [MVP] #4
Re: Hidden parts of the page in ASP.NET???
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
[url]www.Darkfalz.com[/url]
<gicio@gmx.de> wrote in message news:c0qtnp$1a9qe3$1@news.hansenet.net...news:c0qsek$1abuug$1@news.hansenet.net...> Hi!
>
> and thx for the info!
> can you give me a code sample how to make it?
>
> regards,
>
> gicio
>
>
> "Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
> news:uE9UG3K9DHA.2644@TK2MSFTNGP11.phx.gbl...> > 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
> > [url]www.Darkfalz.com[/url]
> >
> >
> > <gicio@gmx.de> wrote in message???> > > 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>> > [url]http://www.asp.net/Forums/Search/SearchResults.aspx?q=development[/url]> > >
> > > like here:> >> > >
> > > need I a special control???
> > >
> > >
> > > best regards,
> > >
> > >
> > > gicio
> > >
> > >
> >
>
Curt_C [MVP] Guest



Reply With Quote

