Ask a Question related to ASP.NET General, Design and Development.
-
Ante Perkovic #1
how to find out if control exist
Hi,
How to find out if some control exist on the page?
Thanks, Ante
Ante Perkovic Guest
-
Best way to find control in Application
First week of flex and I am trying to determine the quickest most efficient way to find a control in my flex app. For instance I have this in my... -
FTP with File::Find-like Capabilities: Does It Exist?
Seeking to practice the Perl virtue of laziness, I pose the following problem and question: My former ISP allocated me personal web space wherein... -
ntpdate - can't find a server that does exist.
I'm trying to set the date of a IBM RS/6000 running AIX 5.2 from a Sun running Solaris 9, called 'sparrow', so I did: # ntpdate sparrow 7 Aug... -
help needed to find the right control for the job.
1. Make sure values are sorted by country 2. You can use a repeater or a custom solution. Either way, the header is conditional, based on the... -
xpath - how to find a node where a specific attribute does NOT exist?
Hi, since there doesn't appear to be a way to get the individual elements that make up the xpath to a result node, I'm trying to create an xpath... -
Robin Day #2
Re: how to find out if control exist
Every control has a method FindControl attached to it. It will search
through the current controls parent for any control that matches the name
searched for.
"Ante Perkovic" <anteperkovic@vip.hr> wrote in message
news:f7ead98e.0306250247.590889b1@posting.google.c om...> Hi,
>
> How to find out if some control exist on the page?
>
> Thanks, Ante
Robin Day Guest



Reply With Quote

