Custom Control - Inherits question
Thu, 22 May 2008 10:40:42 -0500
I'm creating a custom control, that inherits from an already existing
ASP.Net control.
However, I don't want all the properties available.
How can I code this, in the new control?
...
|
domain kostenlos werbefrei
com domain auskunft
de to domain
kostenlose de domains
domain aendern kostenlos
Wed, 21 May 2008 04:36:51 -0700
domain kostenlos werbefrei
com domain auskunft
de to domain
kostenlose de domains
domain aendern kostenlos
+
+
+
http://jhku.net/DOMAINS-KOSTENLOS/
http://jhku.net/DOMAINS-KOSTENLOS/
http://jhku.net/DOMAINS-KOSTENLOS/
http://jhku.net/DOMAINS-KOSTENLOS/
http://jhku.net/DOMAINS-KOSTENLOS/
http://jhku. ...
|
Problem with Graphics Server.Net in Visual Studio 2005
Wed, 21 May 2008 04:18:30 -0700 (PDT)
Using Graphics Server .Net v3.5 in a ASP.Net project worked correctly
in VS 2003. The project has been upgraded to VS 2005 and now the
Graphics Server control does not display in VS 2005 it displays the
following error message.
Error 199 'Chart' could not be initialized. Details: Object reference
not set to a ...
|
Accessing the ControlToValidate control in a Validator
Tue, 20 May 2008 16:06:37 -0400
I am writing a Validator by inheriting from the BaseValidator class. I need
to access the control referred to by the ControlToValidate property. Because
ControlToValidate is a String, I will need to use the FindControl() method
using ControlToValidate as the argument. In most cases, this would work
perfectly ...
|
null reference exception from FindByValue
Mon, 19 May 2008 23:41:00 -0700
I have 3 Tabs (TabContainer - AJAX)
I've successfully ben able to retain the tab that the user selects so that
the same tab is selected on different pages...
now...
What I really need to be able to do is keep the 'Item' that a user selects
which is in the 2nd tab. - in this case, that Item is a Clini ...
|
Hide textbox / Make textbox not visible (NOT USING visible property)
Mon, 19 May 2008 11:50:25 +0200
I have a textbox wich will be filled with a BASE64-value (an image) on the
clientside. This values is then transported to the server on postback.
I don't want this textbox to be visible, however, if I set the textbox to
'invisible' my before mentioned construction is not working.
I have now defined the height/ ...
|
MasterPage
Sun, 18 May 2008 23:51:15 -0600
Does anybody knows if exist any way to use a master page without
the "ContentPlaceHolderID" in the content page? (the default.aspx or
services.aspx for example)
What I want to do is load this aspx with the masterpage specified in the
webconfig
Thanks!
...
|
|
|
zKAAiirZNBZ
Sat, 17 May 2008 19:48:22 -0700
asxcU7 ...
|
zKAAiirZNBZ
Sat, 17 May 2008 19:48:10 -0700
asxcU7 ...
|
Custom Control question (using Master page)
Wed, 14 May 2008 12:31:54 -0500
Using my custom control, I need to locate controls in the Content
section - - I know that I can do something like:
If (ctrl Is Nothing And Not page.Master Is Nothing) Then
ctrl = page.Master.FindControl("Content").FindControl(id)
End If
However, this only works if the ContentPlaceholder is actually named ...
|