Web Forms :: Looking For Custom Code To Create Webparts?

Feb 2, 2011

I have few ASPX pages and I am planning to have some webparts on these pages.

a) Looking for custom code to create ASP.NET webpart (code samples, webcasts or samples would be great)

b) Once I have webpart created, I would like to know how I can refernce them in ASPX pages.

View 1 Replies


Similar Messages:

Web Forms :: Reading Webparts Custom Properties From Database?

Jan 19, 2010

we are working on some utilities to provide the webmaster, one of which needs to search the properties of the webparts on a page for certain string values. So I want to desterilize the blob into the object graph and
iterate through the properties.

View 1 Replies

Web Forms :: Showing Custom Edit Template In Webparts

Nov 11, 2010

I have developed a webpart.., and i have requirement now when i click on the edit ....a custom template should be displayed consisting a text box conbtrol and save and cancel buttons. when i click on save button the values shoud be saved in one of the personizable properties of webparts..

View 3 Replies

Web Forms :: How To Create Rounded Corner Webparts In .net 3.5

Nov 20, 2010

I want to create rounded corner webparts in my webpage using .

View 3 Replies

Web Forms :: Ajax Control Toolkit And Custom Script Controls Do Not Work In Webparts?

Aug 18, 2010

I am trying to implement a webpart control with some ajax functionality and I just realized that when the webpart is on the page in shared view and the user is not logedin then the webpart/ajax control does not fire the OnPreRender event and so the scriptcontrol does not get registered....

even tried puting a simple hovermenuextender on a webpart control and the same error occurs:

"Extender control 'HoverMenuExtender1' is not a registered extender control. Extender controls must be registered using RegisterExtenderControl() before calling RegisterScriptDescriptors(). Parameter name: extenderControl"

this only happens when a webpart control is on the page in shared view and the user navigates to the page without being logged in....

View 1 Replies

AJAX :: Why Control Toolkit And Custom Script Controls Do Not Work In Webparts

Aug 11, 2010

I am trying to implement a webpart control with some ajax functionality and I just realized that when the webpart is on the page in shared view and the user is not logedin then the webpart/ajax control does not fire the OnPreRender event and so the scriptcontrol does not get registered....

even tried puting a simple hovermenuextender on a webpart control and the same error occurs:

"Extender control 'HoverMenuExtender1' is not a registered extender control. Extender controls must be registered using RegisterExtenderControl() before calling RegisterScriptDescriptors(). Parameter name: extenderControl"

this only happens when a webpart control is on the page in shared view and the user navigates to the page without being logged in....

View 1 Replies

How To Create Webparts Controls For Sharepoint 2007 In Delphi Prism

Jun 16, 2010

can i create webparts controls for Sharepoint 2007 in Delphi Prism? If yes, how?

View 1 Replies

Way To Create Sites And WebParts - How To Automate Site Page Creation Process

Aug 5, 2010

We are working on a SharePoint Site where we have created lot of webparts. Now so far we have been creating SitePages for these webparts manually and adding webparts to those. It takes lot of time in any environment and its difficult to move from environment to environment.What is the ideal way of doing it? How can we automate sitePage creation process and hopefully add webpart to it by some scripts?

View 1 Replies

To Create A Custom Control That Adds Other Controls Visible To The Page Hosting My Custom ?

Oct 22, 2010

I want to create a custom control where I define several specifically named DIV sections. The code-behind logic of the custom control will perform operations on these named DIV sections. The page where the custom control is hosted needs to be able to add named controls to the DIV sections and perform operations on these named controls added to the DIV sections.

Let me explain a little further. In the custom control, I want to have code behind logic that fires the following Page Event and uses a condition to make one or another specifically named DIV section visible or not:

< _
ToolboxData("<{0}:BaseDetails runat=""server""></{0}:BaseDetails>") _
> _
Public Class BaseDetails

[code]...

how can I create a custom control which is able to generate the named DIV sections "DetailsNameDiv1" and "DetailsNameDiv2" where my custom control can check a condition and make one or the other visible. Also, I need to be able to add controls to these named DIV sections when I host the custom control and the control that I add to the named DIV section needs to let me set values of these controls from the code behind logic of the page (or usercontrol) where the custom control is being hosted (in my example, I am adding TextBox controls that I want to set the Text property from a SQL Data Reader).

View 3 Replies

Custom Server Controls :: Create A Custom Control From Currently Have Within A Modal Popup?

Feb 24, 2011

I have currently on multiple pages a modal popup that displays the information below, we are getting to the point where we need to call this popup from multiple locations, currently i have duplicate setups on each page that i want to use it on, but its becoming a mess to manage when a change is needed.. so im looking to see if what i have within the modal popup can be turned into a control that i can call anywhere thru out the site and have just 1 setup to maintain going forward..If its possible to create a control that can then be placed within the modal popup and server the same purpose that would be great any links here is what i have within the modal popup that i have on atleast 3 pages currently..

[Code]....

View 2 Replies

Web Forms :: How To Create A Form To Create An Ascx Page And Code Behind For It

Sep 15, 2010

Is is possible to build a form, accept parameters and from THAT construct a new .ascx page AND the code behind for that page? What I'm proposing is having some code snippets that just need parameters added and can then be used to create a web user control that can be added to existing pages. This .ascx file would be a real file after creation, not dynamic every time.

View 1 Replies

C# - How To Create A Custom Web Part From A Custom List In Sharepoint 2007

Dec 19, 2010

I want to create a custom web part in SharePoint 2007 that allows me to take items from an existing custom list (i.e. Title, Hyperlink, Description and photo) and then render it in a format of my choice. How can I do this using C# asp.net and a web part?

View 1 Replies

Custom Server Controls :: How To Create Custom Property (DataSource) In Custom Controls

May 15, 2010

I know that how to create custom control and add custom property.

I want to create property like DataSource to my custom control.

View 1 Replies

Custom Server Controls :: How To Create A Custom Toolbox

Oct 26, 2010

I want to create a custom Toolbox in asp.net which will contain all custom control that i have made. Now the user will drag these controls from custom toolbox at run time and create form. I tried but did not succeeded.

View 1 Replies

Custom Server Controls :: Create A Web Custom Control?

Feb 15, 2010

I am trying to create a web custom control but I am unable to find the templete that should be in my projects window. I am using Visual Studio Pro and it should be there. Doc's say standard version doesn't have it but thats all I can find.

View 4 Replies

Web Forms :: What Is The Differences Between WebParts 2.0 To 3.5

Mar 22, 2010

I think that I am confuse here. Now I am using WebParts as they being used on 2.0 framework (like they are using on TheBeerHouse kit)

But in most of the forums they talk about SharePoint. Does sharepoint means webparts as I know them, or this is a new version of the webparts?

View 4 Replies

Web Forms :: Webparts Appear With No Menu?

Aug 6, 2010

I'm learning about webparts in asp.net.

I use Visual web developer express 2010, with sql server express.

I followed all the instruction to build a simple page with webparts. I added the webpart manager, webpart zone, zone template and added my user control or asp controls inside.

The webparts look as they suppose to in design view, but when I run the application and see the page in the browser (explorer 8 Or Chrome) the webparts look like cells in table: Static, with no menu that will allow the user to minimize or to close the webpart. None of the webparts have the small triangle menu icon.

Attached is my code.

[Code]....

View 3 Replies

Web Forms :: Call Webparts Using Javascript

Feb 18, 2010

i created a webpart in default.aspx page. i am trying to access the html code of the default.aspx page from an html file using javascript. When trying to access a javascript error is displayed 'webpartmanager' is undefined. the functionality i am trying to achieve is i want to call all the webparts created in default.aspx page from html page and do all the drag drop, minimize, close in html page.

View 1 Replies

Web Forms :: Multipage Webparts Without Masterpages?

Sep 22, 2010

Im looking for a way to add a naviagtion webpart to multiple pages via the catalog part - without using masterpages.

View 3 Replies

Web Forms :: Display Mode In Webparts?

Mar 24, 2010

I am trying to create a webparts in .net 3.5 but in display mode its showing only browse not design.

my code is as follows,

this is ascx.cs page

using System;
using System.Collections;
using System.Configuration;
using System.Data;
using System.Linq;

[Code]....

View 5 Replies

Web Forms :: Unable To Move WebParts Between Zones

Apr 26, 2010

We have a generic site which we deploy to clients and they personalise the text using the web parts. The problem we are currently experiencing is that they are unable to move web-parts between zones. This is not a JS issue as no errors are being thrown and this is not a CSS issue either, as we re-deployed the website here on our own server and it works perfectly fine. On our client's site, we can drag parts around in the zone it is in, however when we try to move a part out of that zone, we are given a circle cursor with a line through it. Adding parts to a zone is not an issue.

This could perhaps be linked to a previous issue of being unable to view any editable parts of a webpart. I resolved this by removing all the WebPersonalization from the WebPersonalization table in our MSSQL database.

View 2 Replies

Web Forms :: How To Send Data From Page Into Webparts

Mar 8, 2010

There is a page that retrieves for about 100 records from database.

In this page I have several of webparts. wach webpart has a usercontol, and in it there is a datalist.

I need way to sen data from the page into the webparts. for each webpart I wish to send 20 records only from the 100 that was retrieved from database.

NOTE: Sometins in that page there is 4 webparts, and sometimes there is only 2...it keeps changing.

How can I achieve that?

View 1 Replies

Web Forms :: How To Add Webparts Solution To Existing Website

Mar 19, 2010

I have one of the .Net site running and want to implement web-parts on that site. well I am not using (aspnet_Users, or aspnet_Membership) defaults tables from aspnetDB but I have my own login controls and create new user contols ect on the site. so in short I have the users uniq ID when logged in from our corporate database nothing similar to aspnetDB.

Hecen want to know can I impelemt webparts in the existing site by just importing the tables from aspnetdb like (aspnet_PersonalizationAllUsers, aspnet_PersonalizationPerUser) to my database and what else I will require apart from these tables?

1. which list of store procedures I should coopy?

2. Any modification to my web.config?

3. Are their any functions/classes which I might have to copy to my App_Code folder to work these webparts with my exisitng site and userdetails

Is it possible ?

View 1 Replies

Web Forms :: Adding Webparts To Multipages Without Using Masterpages?

Sep 24, 2010

Is there a way to add the same webpart to multiple pages across a site (using shared personalisation) without the use of masterpages?

View 5 Replies

Web Forms :: .net 2.0 Webparts Refreshes After Drag & Drop?

Jun 21, 2010

I am using web parts in asp.net 2.0 . Its all work well except every time I drag & drop or minimise and element the whole page get refreshed. I am also using master pages and theming.

View 4 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved