CodeVerge.Net Beta


   Explore    Item Entry    Members      Register  Login  
NEWSGROUP
.NET
Algorithms-Data Structures
Asp.Net
C Plus Plus
CSharp
Database
HTML
Javascript
Linq
Other
Regular Expressions
VB.Net
XML

Free Download:




Zone: > NEWSGROUP > Asp.Net Forum > general_asp.net.web_parts_and_personalization Tags:
Item Type: NewsGroup Date Entered: 11/22/2006 11:16:41 AM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
(NR, 0)
XPoints: N/A Replies: 8 Views: 15 Favorited: 0 Favorite
Can Reply:  No Members Can Edit: No Online: Yes
9 Items, 1 Pages 1 |< << Go >> >|
jayu
Asp.Net User
Webparts11/22/2006 11:16:41 AM

0/0

Dear All,

 I will make my Home page same like google home page see(http://www.google.co.in/ig?hl=en)

Please tell me,  how can i do which technology use, i have created using ATLAS Webpart but not result same as google home....

Please help me


Warm Regards,

Jayu.
Impossible Is Nothing
digory
Asp.Net User
Re: Webparts11/26/2006 4:03:29 AM

0/0

Hi Jayu, the ASP.NET Web Parts framework does allow you to create portals that, by default are similar to popular portals such as the Google portal.  However many of the popular features that are included with the Google portal would require customizations and custom code to be written to achieve them.  An example of this is that web parts on the Google portal have special Edit behaviors such that when you click the Edit verb in the title of the web part, a custom area appears at the top of the web part that allows certain properties to be edited directly within the web part.  To achieve this effect with the ASP.NET 2.0 Web Parts you would have to write some custom code.  Can you describe exactly which features you would like to create that Google currently has but which are not standard ASP.NET web part features.
Darren Neimke - ASP.NET MVP, MCAD
MarkItUp.com

ASP.NET 2.0 Web Parts book:
http://www.amazon.com/exec/obidos/ASIN/193239477X/forestlakewebser
jayu
Asp.Net User
Re: Webparts11/27/2006 4:55:09 AM

0/0

Thanks for reply........

 If you know regarding any demo application regarding how to custimize Title and maintain stylesheet of webparts zone.....then give me URL.

 So i can fast implement in my site.....

 


Warm Regards,

Jayu.
Impossible Is Nothing
digory
Asp.Net User
Re: Webparts11/27/2006 9:45:41 PM

0/0

Hi Jayu, I'm not quite sure what you are wanting.  Are you saying that you'd like to create web parts that allow users to click an Edit "verb" which would then display an editable section at the top of that particular web part?  The same as some of the Google web parts?
Darren Neimke - ASP.NET MVP, MCAD
MarkItUp.com

ASP.NET 2.0 Web Parts book:
http://www.amazon.com/exec/obidos/ASIN/193239477X/forestlakewebser
jayu
Asp.Net User
Re: Webparts11/28/2006 5:03:58 AM

0/0

digory:
Hi Jayu, I'm not quite sure what you are wanting.  Are you saying that you'd like to create web parts that allow users to click an Edit "verb" which would then display an editable section at the top of that particular web part?  The same as some of the Google web parts?

Dear...

I need only move functionality and customize title same like google nothing else....Please see the below image...

i want same like below image.... 

Safari drag and drop

I can move one Zone to other zone but not customize

 Zone1 is HeaderText of WebpartZone

Article title of Part...

remaining part is User Control.......

Can i Remove or Hide Zone1 and Article in Design mode.....


Warm Regards,

Jayu.
Impossible Is Nothing
digory
Asp.Net User
Re: Webparts11/28/2006 8:49:25 AM

0/0

I think that I know what you are asking now, but your second image does not appear.  Can you add it again just so that I can be sure of what you are asking for please.
Darren Neimke - ASP.NET MVP, MCAD
MarkItUp.com

ASP.NET 2.0 Web Parts book:
http://www.amazon.com/exec/obidos/ASIN/193239477X/forestlakewebser
jayu
Asp.Net User
Re: Webparts11/30/2006 5:13:41 AM

0/0

digory:
I think that I know what you are asking now, but your second image does not appear.  Can you add it again just so that I can be sure of what you are asking for please.

Second Image.....

 

 


Warm Regards,

Jayu.
Impossible Is Nothing
digory
Asp.Net User
Re: Webparts12/2/2006 12:14:10 AM

0/0

Jayu, just set the HeaderText to a non-breaking space and then set the border styles for the zone:

<asp:WebPartZone ID="WebPartZone1" 
    runat="server" 
    BorderStyle="none" 
    BorderWidth="0px" 
    HeaderText="&nbsp;">
 
Darren Neimke - ASP.NET MVP, MCAD
MarkItUp.com

ASP.NET 2.0 Web Parts book:
http://www.amazon.com/exec/obidos/ASIN/193239477X/forestlakewebser
jayu
Asp.Net User
Re: Webparts12/4/2006 4:21:46 AM

0/0

Thanks for reply....... but remaining space there and second Title "Article" change to display "&nbsp;"

 


Warm Regards,

Jayu.
Impossible Is Nothing
9 Items, 1 Pages 1 |< << Go >> >|


Free Download:

Books:
ASP.Net 2.0 Web Parts in Action: Building Dynamic Web Portals Authors: Darren Neimke, Pages: 324, Published: 2007
Microsoft Sharepoint: Building Office 2007 Solutions in VB 2005 Authors: Scot P. Hillier, Pages: 519, Published: 2007
Professional ASP.NET 2.0 Authors: Bill Evjen, Scott Hanselman, Farhan Muhammad, Srinivasa Sivakumar, Devin Rader, Pages: 1253, Published: 2005
Microsoft SharePoint 2007 For Dummies Authors: Vanessa L. Williams, Pages: 438, Published: 2007
Microsoft Office SharePoint Server 2007: The Complete Reference Authors: David Matthew Sterling, David Sterling, Pages: 788, Published: 2007
Pro ASP.NET 2.0 in C# 2005 Authors: Matthew MacDonald, Mario Szpuszta, Pages: 1255, Published: 2005
SharePoint 2003 User's Guide Authors: Seth Bates, Tony Smith, Pages: 340, Published: 2005
Essential SharePoint 2007: A Practical Guide for Users, Administrators and Developers Authors: Jeff Webb, Pages: 428, Published: 2007
Pro ASP.NET 2.0 in VB 2005: From Professional to Expert Authors: Laurence Moroney, Matthew MacDonald, Pages: 1253, Published: 2006
Sharepoint 2007: The Definitive Guide Authors: James Pyles, Christopher M. Buechler, Bob Fox, Murray Gordon, Michael Lotter, Jason Medero, Pages: 794, Published: 2007

Web:
ASP.NET Web Parts Controls ASP.NET Web Parts controls are an integrated set of controls for creating Web sites that enable end users to modify the content, appearance, and behavior of ...
A Developer's Introduction to Web Parts Developers can build Web Parts as ASP.NET custom controls. Administrators can install Web Parts on any site based on Windows SharePoint Services. ...
Webparts These downloadable Web Parts for use with Microsoft SharePoint™ Products and Technologies, are free of charge and are not supported by Microsoft unless ...
Web part - Wikipedia, the free encyclopedia A web part is an ASP.NET server control which is added to a Web Part Zone on Web Part Pages by users at run time. Web Parts are an integrated set of ...
Hammersley BMW Cycles, Lynchburg, VA, USA 1-800-293-4539 BMW and KTM motorcycles and parts. BMW and Mercedes automobiles and parts.
Creating a Simple WebPart Page and use WebServer controls as WebParts Portal web sites such as MY MSN and MSN Spaces, often organize their data into discrete units that support a degree of personalization.
ASP.NET Web Parts Quick Start
Sharepointserver.com - Webparts This Web Part is also based on the Document Status Web Part from ... If you have webparts you want to share .. send them to [email protected] ...
Free SharePoint Web Parts (3rd Party) - The Boiler Room - Mark ... Filed under: SharePoint Web Parts WebParts Tools Service Packs SDKs Guides HowTo ... Recopilatorio de Webparts » Innova Desarrollos informáticos said: ...
Java Web Parts Java Web Parts is a project that provides small, reusable and largely independant Java components of interest to all web application developers. ...

Videos:
Rules and Semantic Web - Part 1 This is the part 1 of a 3-part series that discuss on how we can use Semantic Web technologies for modeling Domain Model of Rule-based Business Appli...
Rules and Semantic Web - Part 3 This is the part 3 of a 3-part series that discuss on how we can use Semantic Web technologies for modeling Domain Model of Rule-based Business Appli...
InfoPath Forms in a Web Part Screencast showing how to configure sharepoint to show an InfoPath form in a web part.
Lecture -11 World Wide Web Part-I Lecture Series on Internet Technologies by Prof.I.Sengupta, Department of Computer Science & Engineering ,IIT Kharagpur. For more details on NPTEL vi...
A Tangled Web - Part 1 © 2007 Sucker Punch Productions
A Tangled Web - Part 2 © 2007 Sucker Punch Productions
FREE SharePoint Web Part for Google Search Please check out the video demonstration of the installation / deployment these FREE Google Search SharePoint (WSS 3.0 and MOSS 2007) web parts. Thes...
SharePoint: Creating Custom Enterprise Search Web Parts Related code examples: http://msdn2.microsoft.com/en-us/library/bb871647.aspx Learn how to create a custom Enterprise Search Web Part in Microsoft O...
spider's web: part 02 the honey trees [becky filip&co.] spider's web [live] the underground roseville, california, usa may 13th,2006




Search This Site:










added text in center section doesn't show up

setting up sql server as membership provider

multiple container css files

suddenly "edit text" was gone?

promote child portal to parent and parent portal to child

how to start

skin performance tips, whats yours?

changing code of modules?

changing tabs programatically

what kind of payment processing can be installed in ibuyspy?

problem with personalization on webpart page

select treeviewnode

dnn 2.12 and file uploads

automatic closing tags

dnn 3.0.x - admin section - style request

findcontrol masterpage (possible brain-fart warning)

discountasp.net

encryption decription file

remote web config editing

document security concern

asp.net

custom membership provider problem :( pls help.

abbr

login link font color

how let module a know where b is ?

c# sqldataprovider error: type or namespace name 'dataprovider'...

password expiry check??

treeview: focus on node

rememberme control in login adapter "forgets"

status bar message disable

 
All Times Are GMT