473,772 Members | 2,388 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Webparts dll?

Hello,

I'd like to know which dll I have to reference when I use the
System.Web.UI.W ebControls.Webp arts namespace.

Thanks,

Brian

Sep 19 '06 #1
6 2663
re:
System.Web.UI.W ebControls.Webp arts
It's its own namespace:
http://quickstarts.asp.net/QuickStar...trols.WebParts

....and it resides in System.Web


Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
=============== =============== =====
<br************ @hotmail.comwro te in message
news:11******** **************@ e3g2000cwe.goog legroups.com...
Hello,

I'd like to know which dll I have to reference when I use the
System.Web.UI.W ebControls.Webp arts namespace.

Thanks,

Brian

Sep 19 '06 #2
I should have specified that it's in system.web.dll

btw, VS 2005's Object Browser is great for finding out
in which dll a namespace resides.

Just search for the namespace and then highlight its container.

In this case, searching for System.Web.UI.W ebControls.Webp arts returns:

namespace System.Web.UI.W ebControls.WebP arts
Member of System.Web

Then, highlighting System.Web returns :

Assembly System.Web
Drive:\WINDOWS\ Microsoft.NET\F ramework\v2.0.5 0727\System.Web .dll

Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
=============== =============== =====
"Juan T. Llibre" <no***********@ nowhere.comwrot e in message
news:u2******** ******@TK2MSFTN GP04.phx.gbl...
re:
>System.Web.UI. WebControls.Web parts

It's its own namespace:
http://quickstarts.asp.net/QuickStar...trols.WebParts

...and it resides in System.Web


Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
=============== =============== =====
<br************ @hotmail.comwro te in message
news:11******** **************@ e3g2000cwe.goog legroups.com...
>Hello,

I'd like to know which dll I have to reference when I use the
System.Web.UI. WebControls.Web parts namespace.

Thanks,

Brian


Sep 19 '06 #3
Hello,

Thanks for your quick response Juan!

Adding the system.web.dll to the project doesn't allow me to use the
".Webparts" namespace, it works until "System.Web.UI. WebControls", but
after ".WebContro ls" nothing appears, do you know why is this
happening?

Thanks again,

Brian

Sep 19 '06 #4
Hello,
>
Thanks for your quick response Juan!

Adding the system.web.dll to the project doesn't allow me to use the
".Webparts" namespace, it works until "System.Web.UI. WebControls", but
after ".WebContro ls" nothing appears, do you know why is this
happening?

Thanks again,

Brian
What version of the framework are you using? v1.1 didn't have WebParts
yet.
The version is that "v2.0.50727 " part in the dll-path Juan's reply.

Hans Kesting
Sep 19 '06 #5
Ohh that's why then!

Thanks very much,

Brian

Sep 19 '06 #6
re:
What version of the framework are you using? v1.1 didn't have WebParts yet.
The version is that "v2.0.50727 " part in the dll-path Juan's reply.
Thanks, Hans.
I should have made that clear.


Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
=============== =============== =====
"Hans Kesting" <ne***********@ spamgourmet.com wrote in message
news:mn******** *************** @spamgourmet.co m...
>Hello,

Thanks for your quick response Juan!

Adding the system.web.dll to the project doesn't allow me to use the
".Webparts" namespace, it works until "System.Web.UI. WebControls", but
after ".WebContro ls" nothing appears, do you know why is this
happening?

Thanks again,

Brian

What version of the framework are you using? v1.1 didn't have WebParts yet.
The version is that "v2.0.50727 " part in the dll-path Juan's reply.

Hans Kesting


Sep 19 '06 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

10
2277
by: Barbara Alderton | last post by:
I am working with SharePoint 2003. I am using (using C#) an existing webpart as a child control (server control). I need to access/manipulate the HTML that the control outputs prior to rendering it to the the page. The control outputs a list in a one-column table format. I need to access the contents of the rows and output them with restrictions in my own table format. Does anyone have any examples of manipulating the HTML of a server...
2
4059
by: fa | last post by:
Hi there, I have created an .aspx file using Asp.Net (2.0) C#, which contains two webparts. How can i pass data/parameter between these two, so that when user chooses an item from WebPart1, I can update WebPart2? Any code sample would be highly appreciated. Thanks in advance. Faiz
1
2224
by: Astera | last post by:
I seem to be having a problem using web parts after the beta 2 release. Any time I try to have the WebPartManager on any page, I get the exception listed below. I've gone through the steps listed below and have gone as far as given EVERYONE full control of the App_Data folder. I am using the default settings (which I assume is the Cassini web server), so I believe it is a user permissions problem. Furthermore, if I publish the site...
0
1423
by: Alan Silver | last post by:
Hello, Sorry for the long post, but I want to try and explain it clearly... I'm using webparts for (possibly) an unusual scenario, and I'm having problems. This could be because I'm doing something they weren't designed for, or it could just be that I don't understand what's going on well enough to get it to work. The situation is that I have a page that displays products from a
1
1783
by: ryan.mclean | last post by:
Hi all, I have a strange problem and I think it may be something in my web.config . . . but I'm not sure. I have an application that uses webpart (not sharepoint), but the nifty new .net webparts . . . and it works great, we are using sql server for the personalization provider. Parts can be added and used, not obvious error. Close the page open it back up; everything is there. When we debug or publish the project, all of my zones are...
3
2129
by: Bart Van Hemelen | last post by:
I'm working on a project where the user of a site will receive custom content, depending on a set of parameters. The content will all be contained in UserControls (.ascx), that will be used as webparts on a page. We need to add the webparts dynamically to the site, depending on the status of the user: this involves a personalisation of a travel website, so a user can be "before" a trip, "during" a trip and "after" a trip, and depending...
3
1474
by: Q. John Chen | last post by:
I have an INTRAnet site that need to add some content management feature. And I thought that I can use the WebParts. Since this is an internal site, I use Windows authentication so the use don't have to logon. But for authorization, I uses an EXISTING corporate database (nothing to do with aspnet_Membership etc.). In short, I created GenericIdentity and GenericPrincipal for the application so the security part works well. Now my...
1
1414
by: sales | last post by:
How can I turn a webpart of for all users in the default mode and on Reset personalation. I have a portal page in ASP.net and have 7 webparts displayed, I only want 6 displayed which the option to turn the other on. (which I do from the catalog mode) I have tried visible but you can not turn it on again. I have all the webparts in a DeclarativeCatalogPart section. thanks Sean
3
2164
by: clintonG | last post by:
Why don't we see more WebParts being used on the web? SharePoint gets all the fun? And what are the prevailing opinions be they what they may about the use of WebParts rather than WPF when the context would be the development of a service which enables users to select templates that have pre-established zones which function as content containers on a web page? PopFly has a "build a web page" service for example. I need something similar...
0
9621
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9454
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10264
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9914
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7461
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6716
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5484
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3610
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2851
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.