Ask a Question related to ASP.NET Building Controls, Design and Development.
-
WebBuilder451 #1
add reference for System.Web.UI.webcontrols which dll?
Which dll should i add a reference to to get this. i've added System.Web.UI,
but this does not give me WebControls.
thanks
kes
WebBuilder451 Guest
-
Extending System.Web.UI.WebControls.Calendar
"Sanjay" <Sanjay@discussions.microsoft.com> wrote in message news:6552F207-1BBA-4A58-AA37-D01641BF8B50@microsoft.com... through datasets etc.... -
installing system.web.ui.webcontrols
Hello, Im workin with ASP.NET and trying to add reference system.web.ui.webcontrols. I can't find it, and i don't see it in the framework... -
Howto reference non-webcontrols on an ASPX page?
Like the <asp:ListBox> and <asp:ListItem> pair, my control use item definitions, just they are in another assembly: <mycontrollib:myctrl1>... -
System.Web.UI.WebControls Namespace
Does anyone have any sample code on code on creating tables/rows and cells using above namespace and adding checkbox controls to my cells? ... -
The type System.Web.UI.WebControls.TextBox in Assembly System.Web...error
I've been getting this error every since I installed InstallSqlState to handle my viewState Sessions. it only happens on 1 section of my asp.net... -
Brock Allen #2
Re: add reference for System.Web.UI.webcontrols which dll?
The assembly is System.Web.dll. The namespace is System.Web.UI.WebControls.
-Brock
DevelopMentor
[url]http://staff.develop.com/ballen[/url]
> Which dll should i add a reference to to get this. i've added
> System.Web.UI,
> but this does not give me WebControls.
> thanks
> kes
Brock Allen Guest
-
WebBuilder451 #3
Re: add reference for System.Web.UI.webcontrols which dll?
thanks,
i saw that after a little trial and error. I'm working through an Exam Cram
book for the 70-305 exam and their appears to be some errors. The following
code gets flagged in vs.net: (INamingContainer) and (ViewState("fffff")
Imports System.Web.UI
Imports System.Web.UI.Design.WebControls
Imports System.ComponentModel
Public Class CompositeControl : Inherits Control : Implements INamingContainer
Public Sub New()
'set the default values for the persisted properties
ViewState("MinValue") = 0
ViewState("MaxValue") = 1000
End Sub
Thanks
kes
"Brock Allen" wrote:
> The assembly is System.Web.dll. The namespace is System.Web.UI.WebControls.
>
> -Brock
> DevelopMentor
> [url]http://staff.develop.com/ballen[/url]
>
>
>>> > Which dll should i add a reference to to get this. i've added
> > System.Web.UI,
> > but this does not give me WebControls.
> > thanks
> > kes
>
>
>WebBuilder451 Guest
-
WebBuilder451 #4
Re: add reference for System.Web.UI.webcontrols which dll?
Do you know of this study guide and if it is any good? Or can you recomend one?
thanks
kes
"Brock Allen" wrote:
> The assembly is System.Web.dll. The namespace is System.Web.UI.WebControls.
>
> -Brock
> DevelopMentor
> [url]http://staff.develop.com/ballen[/url]
>
>
>>> > Which dll should i add a reference to to get this. i've added
> > System.Web.UI,
> > but this does not give me WebControls.
> > thanks
> > kes
>
>
>WebBuilder451 Guest
-
Brock Allen #5
Re: add reference for System.Web.UI.webcontrols which dll?
Reflector is what I use:
[url]http://www.aisto.com/roeder/dotnet/[/url]
-Brock
DevelopMentor
[url]http://staff.develop.com/ballen[/url]
> Do you know of this study guide and if it is any good? Or can you
> recomend one?
> thanks
> kes
> "Brock Allen" wrote:
>>> The assembly is System.Web.dll. The namespace is
>> System.Web.UI.WebControls.
>>
>> -Brock
>> DevelopMentor
>> [url]http://staff.develop.com/ballen[/url]>>> Which dll should i add a reference to to get this. i've added
>>> System.Web.UI,
>>> but this does not give me WebControls.
>>> thanks
>>> kes
Brock Allen Guest
-
WebBuilder451 #6
Re: add reference for System.Web.UI.webcontrols which dll?
than you!
kes
"Brock Allen" wrote:
> Reflector is what I use:
>
> [url]http://www.aisto.com/roeder/dotnet/[/url]
>
> -Brock
> DevelopMentor
> [url]http://staff.develop.com/ballen[/url]
>
>
>>> > Do you know of this study guide and if it is any good? Or can you
> > recomend one?
> > thanks
> > kes
> > "Brock Allen" wrote:
> >> >> The assembly is System.Web.dll. The namespace is
> >> System.Web.UI.WebControls.
> >>
> >> -Brock
> >> DevelopMentor
> >> [url]http://staff.develop.com/ballen[/url]
> >>> Which dll should i add a reference to to get this. i've added
> >>> System.Web.UI,
> >>> but this does not give me WebControls.
> >>> thanks
> >>> kes
>
>
>WebBuilder451 Guest



Reply With Quote

