C# - Develop A WebPart Like A Tab Based Control

Jan 9, 2010

I am using SharePoint Server 2007 Enterprise with Windows Server 2008 Enterprise. I am developing using VSTS 2008 + C# + .Net 3.5 + ASP.Net. And I want to develop a WebPart, like a tab based control, like task manager, items (e.g. processes, users, etc.) are managed by tab on the top for different categories, and in each category tab, items are organized in list. I need to get information about which tab is selected in my requirement. Any reference code or document?

View 1 Replies


Similar Messages:

C# - Want To Develop In SilverLight A Web-based Editor And A Web-based Player For PowerPoint Presentation

Feb 21, 2011

I need to develop in ASP.NET or in SilverLight a web-based editor and a web-based player for PowerPoint presentation. Are there any components I can use to do this?

View 2 Replies

How To Develop Window Based Application

Jul 18, 2010

I am trying to develop ASP.NET window based application and am struggling with it. I am using ASP.NET 2008 version.

this HTML command lang, I inserted lang=VBNET.

What does lang means and what is the purprose of it ?

Here are the HTML coding:

<form id="form1" runat="server" lang="VBNET" title="ONLINE ORDER REQUEST Screen">

View 10 Replies

Architecture :: Going To Develop A Web Based Application With C#?

May 30, 2010

i am going to develop a web based application with c# but i am very upset that how to design a good pattern how to code to let the program more efficient.

View 3 Replies

Like To Project And Develop A Web-based Framework With A Number Of Functionalities Like A Cms?

Feb 21, 2011

really don't know if someone else has already written down a question similar to this one. I searched on google but maybe i don't know the right tag to search for.I'd like to project and develop a web-based framework with a number of functionalities like a cms (user management, be able to write articles and so on). The focal point is that i'd like to architect it allowing administrator to activate or disactivate more functionalities by adding a new plugin (ie: he could do that by uploading an xml - as joomla does - or by clicking on 'activate' button - as wordpress does.)

View 1 Replies

C# - Reload The Information Of The Sharepoint 2007 Webpart After A Button Is Clicked From Another Webpart?

Dec 29, 2010

I am new in sharepoint development. I have 2 webparts attached on a page. The first webpart (MyTestingWebpart1) basically it does only inserting of data and the other webpart (MyTestingWebpart[2]) displays the records from the database. Now my problem is when I try to click on the save button, somehow I don't know how to refresh the webpart that displays the newly inserted record. Is this possible?

I have added a query at the page load event of MyTestingWebPart[2]. Both of the webparts attached are web user controls.

View 2 Replies

Finding Tutorial Links To Develop A Module Based Website?

Feb 24, 2010

send me some tutorial links to develop a module based website and admin can enable disable any modules.

View 2 Replies

Web Forms :: Deployed Project Not Showing Webpart Verb Tool Bar (minimize, Close Buttons Of WebPart)

Jan 4, 2011

I am just started development in ASP.NET.

I have created one sample application for WebParts. It is working fine when I run it from Visual Studio or local environment.

But when, I have publish file in IIS virtual directory (in my PC or same PC) at that time it is stop showing Verb tool bar (minimize, close buttons of WebPart).

View 1 Replies

AJAX :: Control Based Control Doesn't Work - How To Implement It On Control Based Control

Jan 14, 2010

i'm trying to develop a ASP.Net control. If it based on System.Web.UI.Control id doesn't work correctly with Ajax.Net updatePanel. If I change it to System.Web.UI.WebControls.WebControl the it works fine with Ajax controls. What is the difference between them and how I implement it on Control based Control?

View 2 Replies

.net - WelCome Control In Webpart Code?

Jun 14, 2010

I need to place a webpart on the page. The webpart need to change Welcome control title. I need to change "WelCome UserName" to "UserName".

I tried http://www.wictorwilen.se/Post/Having-fun-with-the-SharePoint-Welcomeascx-control.aspx , But it did not worked in Webpart.

View 1 Replies

Web Forms :: How To Control The Title / Border And Others In A Webpart

Feb 7, 2011

how can I control the border ( currently it displays thin-line border) and control the display of heading (currently it display 'untitled') and other similar features.

<asp:WebPartManager ID="WebPartManager1" runat="server">
<Personalization Enabled="False" />
</asp:WebPartManager>
<asp:WebPartZone ID="WebPartZone1" runat="server" BorderColor="#CCCCCC"
Font-Names="Verdana" Padding="6">
<EmptyZoneTextStyle Font-Size="0.8em" />
<PartStyle Font-Size="0.8em" ForeColor="#333333" />
<TitleBarVerbStyle Font-Size="0.6em" Font-Underline="False" ForeColor="White" />
<MenuLabelHoverStyle ForeColor="#D1DDF1" />
<MenuPopupStyle BackColor="#507CD1" BorderColor="#CCCCCC" BorderWidth="1px"
Font-Names="Verdana" Font-Size="0.6em" />
<MenuVerbStyle BorderColor="#507CD1" BorderStyle="Solid" BorderWidth="1px"
ForeColor="White" />
<PartTitleStyle BackColor="#507CD1" Font-Bold="True" Font-Size="0.8em"
ForeColor="White" />
<ZoneTemplate>
<site:AboutUs ID="AboutUSControl" runat="server" />
</ZoneTemplate>
<MenuVerbHoverStyle BackColor="#EFF3FB" BorderColor="#CCCCCC"
BorderStyle="Solid" BorderWidth="1px" ForeColor="#333333" />
<PartChromeStyle BackColor="#EFF3FB" BorderColor="#D1DDF1" Font-Names="Verdana"
ForeColor="#333333" />
<HeaderStyle Font-Size="0.7em" ForeColor="#CCCCCC" HorizontalAlign="Center" />
<MenuLabelStyle ForeColor="White" />
</asp:WebPartZone>

View 3 Replies

Web Forms :: Get Webpart Underlying Control And Add It To Panel

Aug 12, 2010

[Code]....

I get the error : Cannot modify the controls collection of a GenericWebPart. To create a new GenericWebPart, use the WebPartManager.CreateWebPart() method

View 3 Replies

Web Forms :: Develop Web Based Chat Application With Private And Group Chat Option

Sep 5, 2012

I want to develope web based chat application for an organization

My requirements are,

1. Group chat
2. Private chat
3. All chat information will save in sql server
4. if user minimize the browser,it will blink like gtalk and face book

View 1 Replies

C# - Nesting A SharePoint Webpart Inside Of User Control?

May 4, 2010

I know it's usually the other way around, but I have some extenuating requirements that must be met (read as "No one bothered to do the research and now I have to bail them out")

I have a standard user control (ascx) that is to be imported into a SharePoint 2007 website. Due to a design constraint, a sharepoint web part that is also needed has to be nested inside of this user control.

So in other words, the user control would have to look something like this:

<%@ Control Language="C#" AutoEventWireup="true" CodeFile="foo.ascx.cs" Inherits="foo" %>
<div id="container">
...snipped...
<!-- SharePoint web part goes here -->
...snipped...
</div>

View 1 Replies

Architecture :: How To Develop A Project(web Project) Based On The MVP Pattern

May 6, 2010

i know some thing about the MVP pattern... but when you want to develop a project(web project) based on the MVP pattern from where we need to start... i mean which component we need to start developing first ...
Model or View or Presenter... what are the points that we need to keep in mind....

View 4 Replies

Web Forms :: Access Aspx Page Control In Webpart Class?

Jan 18, 2010

i have a hidden textbox in my aspx page. The aspx page also has a masterpage in the <% @Page> directive.

<input type="hidden" runat="server" name="txtType" id="txtType" />&nbsp;
actually in aspx.cs i am getting txtType.ClientID="ctl00_MainHeaderContent_txtType"

I have a webpart in a webpart zone in this aspx page. In the webpart CreateChildcontrols() I need to access this hiddenTextbox value. I am able to access it as

string TxtValue = this.Page.Request.Form["ctl00_MainHeaderContent_txtType"];

But instead of hardcoding I want to access as a control in the page or form. How can I do that I want to do as looping through the controls in the page but Page.Controls.Count gives 1 and that is MasterPage. How can I get the entire controls in the page and loop through and find the hidden textbox. I also tried as string TxtValue = this.Page.Request.Form["<%=txtType.ClientID%>"] in CreateChildControls() of the webp[art. But could not access hidden textbox like this.

View 2 Replies

Web Forms :: Accessing Custom WebPart Control Using HTML Browser DOM

Jun 10, 2010

does anyone know how to access a webpart using the HTML Document Object Model? for example: for a given page which contains a webpart manager and a webpartzone.

[Code]....

I cant access the custom control using the HTML DOM Like this: HtmlDocument doc = HtmlPage.Document;
HtmlElement element = doc.GetElementById("HostTest");
HtmlElement element1 = doc.GetElementById("silverlightControlHost");
HtmlElement element2 = doc.GetElementById("WebPartZone3");
HtmlElement element2Parent = element2.Parent;
HtmlElement element3 = doc.GetElementById("SLRoomConsumerPart1"); //element3 does not return anything at all just Null!

all of the other elements are returned except for element 3 which returns a null! Any controls (regardless if it is a custom control, ASP control, Usercontrol . i tried it by replaceing the custome control with an aspnet button. i go t a null value as well) placed in the <ZoneTemplate> Tag of the <WebpartZone> is not returned using the HTML DOM. I find this stupid and pointless, as the whole point of a webPart is that you can place all sorts of controls in it :
customcontrols, usercontrols html controls, html server controls, aspnet controls and you cant seem to get access to those controls using the HTML DOM model in codeBehind
<asp:WebPartZone ID="WebPartZone3" runat="server" Height="90%" Width="
<ZoneTemplate>
<cc1:SLRoomConsumerPart ID="SLRoomConsumerPart1" runat="server" />
</ZoneTemplate>
</asp:WebPartZone>
HtmlDocument doc = HtmlPage.Document;
HtmlElement my_WeBpart_Element = doc.GetElementbyId("myCustomWebPartControl1")
can anyone point me to a solution or a work around as i am trying to access the dom from silverlight 3 but should be exactly the same as doing it from the webpart'shosting page's code behind. so that i can reference the controls inside my web part from the code behind of the custom page once i get hold of the webPart Element referece.

View 6 Replies

Vb.net - How To Develop Captcha Control

Mar 18, 2011

I am developing a website where I need a captcha control and I want to develop the captcha control itself, so in the future I can change its length, type, color, and have it be easy to manage as well.

So, suggest me which technology used for to develop the capha control and how.

I am using asp.net platform with vb.net as the language.

View 4 Replies

Web Forms :: Want To Develop The Folowing Control?

Jun 17, 2010

I want to develop the folowing control:- Data comes from the database as one whole string (seperated by ;) . So I want to bind the Adrotator to this string- 2 icons (left, right) to navigate through the rotator (horizontal)If AdRotator is not the correct control to use, what can I use then?

View 2 Replies

How To Develop Data Aware Web Control

Mar 4, 2011

How to develop a custom data aware web control?

View 1 Replies

Web Forms :: Develop Portable Web User Control?

Mar 18, 2011

I want to develop my web user control and I want them reusable in my projects.What's the best way to do it?I dont want to open and edit my code for every project and choose parts of codes for that.

View 7 Replies

Can Develop Visual Studio Extension For Viewing Web User Control In Temp Webpage

Jul 14, 2010

I work now in a huge project that we build all interface as Web User Controls .. every time I want to view & test one i should add it in web page and then view .. I think in a way to develop a visual studio extension that show "View in Temp Web Page" when I make right click on a user control to allow me view user control in a generated temp web page without needing to add it in a test page each time i want to test but i don't know is there any way to achieve that ... Is it possible to develop such a thing ?

View 1 Replies

Forms Data Controls :: Unhiding Control In FormView Based On Another Control's Value?

Feb 8, 2010

I am attempting to show/hide a control (txtInpatientType) when a user views individual records on a FormView (frmData) depending on the value stored in another control (txtPatientType). For example, if txtPatientType.Text = "Inpatient" then txtInpatientType.Visible needs to be True. Very simple code follows.

[Code]....

txtPatietType and txtInpatientType are both ReadOnly. txtInpatientType.Visible = false by default.

View 17 Replies

Forms Data Controls :: Develop A Custom Data-bound Control Which Will Contain, Few Text-boxes, Drop-down Lists And Labels?

Mar 24, 2010

I need to develop a custom data-bound control which will contain, few text-boxes, drop-down lists, labels, and other standard web-server controls. And, I want to be able to load this control from a web page on button click. When the user enters any data to any of its child controls, i should be able to save, and also retrieve when the data-bound control is loaded again. Also, the data in the child control should retain their value on postback. What approach should i follow?

View 7 Replies

Generating Control Markup Based On A Dynamically Generated Control?

Dec 9, 2010

What I'm trying to do is take an instance of a control, and figure out what the markup would look like based on the property values set in the code behind. We've built a web-based web form designer. At the end of the design process we save the markup. For simple controls with supported types, generating the markup was easy. For complex controls with nested properties or unsupported types, we're faced with creating a custom markup generator for each custom control. I was hoping to find info out there that would jump start this development effort.

In simple terms, I have this:

Dim Ctl as Control = CType(Asm.CreateInstance("MyNameSpace.MyControl"), Control)
Ctl.Name = "Name of my control"

And I want to end up with this:

<cc1:MyControl ID="MyControl1" runat="server" Name="Name of my control" />

View 1 Replies







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