Ask a Question related to ASP Components, Design and Development.
-
Ron Brown #1
ListBox Base Class won't let me implement a LoadPostData function
When I paste in the function declaration code from the VS.NET 2003
IPostBackDataHandler Interface [Visual Basic] help page and then simply end
the function, I get the following compiler error:
'System.Web.UI.IPostBackDataHandler.LoadPostData' is already implemented by
base class 'System.Web.UI.WebControls.ListBox' and cannot be implemented
again.
Code:
Public Overridable Shadows Function LoadPostData( postDataKey As
String, postCollection As System.Collections.Specialized.NameValueCollection )
_
As Boolean Implements IPostBackDataHandler.LoadPostData
End Function
My custom component renders a textbox and a listbox, so how do I get the
data back from both of these components?
Ron Brown Guest
-
Base designer class missing in 2.0
Hi, I cannot find the base ControlDesigner class in 2.0. All of the documentation I have found points to System.Web.UI.Design.ControlDesigner... -
base class member access (?)
Quesote wrote: Create $myArray as protected, not private. -
How to learn the base class: RequiredFieldValidator?
Folks, I am trying to extend the RequiredFieldValidator control. What I am trying to accomplish should be mindlessly simple: if the... -
Base usercontrol class and wrapping
I have created a base class that inherits UserControl. The purpose of this class is to implement common functionality for all of my usercontrols... -
Access DataGrid declared in derived class from base class??
Hi! I have a base class called ListBase.vb, from which I derive EmplList.ascx.vb. In EmplList.ascx.vb I declared a...



Reply With Quote

