.NET MVC - How To Realize Widgets

Jan 22, 2010

I create asp.net mvc application and have task to create ability to move parts of page. For example, admin has ability to move poll to top page, to bottom, to center etc. Who tried to make it? My opinion - page has many divs, each div has webusercontrol, divs have position:absolute (or relative, not sure) and thru admin you can set which div has which values.

View 1 Replies


Similar Messages:

Security :: How To Realize SSO

Mar 5, 2010

I have many projects ( site1.example.com, site2.example.com, site3.example.com etc ) and I should realize common login for these sites on .NET (web-services ? )

View 2 Replies

Way To Realize IE Is Closing

Feb 6, 2011

How can I realize IE is closing in asp.net? I want to do something in sql when the user close the IE by IE close button.

View 2 Replies

C# - To Realize Auction Expiration

Mar 3, 2010

How to realize auction expiration? Make it inactive after 1-3-5 days? Something like eBay?I am using asp.net c#.I have "active" boolean field in my auction table.

View 1 Replies

AJAX :: How To Realize Chat Between Exactly Two Visitors

Aug 25, 2010

I want to realize the following with AJAX and .NET, but I don't know the best way to do it.Person A comes to the website, clicks a button 'I want to chat'. Then Person B comes and he should see a list where he can choose 'chat with A'.I have two questions:- What is the best way to address B's message to A? After B has sent his message to the server, how does the message get to A?- Is it possible to invoke a "update-chat" function for A when a message for him arrives? (Of course, A's browser could ask the server 'do you have a message for me?' every second, but this seems not a good solution.

View 5 Replies

Web Forms :: How To Realize Navigation Bar With Dynamic Url In Web.sitemap

Feb 22, 2010

Here is my web.sitemap code:

[Code]....

I wanna to show bread crumbs navigation like:

Home > Column1 > Content

the problem is: "~/Index.aspx" and "~/Column.aspx?ColumnId=1" are actual URLs and navigation bar: "Home > Column1" really works,

but "~/Content.aspx?ColumnId=1" is only the beginning part of actual dynamic URL, for example: it may be
~/Content.aspx?ColumnId=1&NewsId=12598 or ~/Content.aspx?ColumnId=1&NewsId=37215

all the previous Urls are articles of Column1 with same "~/Content.aspx?ColumnId=1" but are followed with different "&NewsId=number".

So, how can I realize this kind of navigation bar?

Home > Column1 > Content

View 3 Replies

JavaScript In Widgets - Handle?

Dec 9, 2010

I'm using ASP.NET to develop a webapplication. In this application I'm using a dashboard. And now I try to develop my own widget for this dashbord. But I don't understand how to do the javascript part. In the widget I want to use the OpenLayers JavaScript map. It's created like this

<script>
var map = OpenLayers.Map("mapDiv");
</script>
<div id="mapDiv" />

Like this it works fine if I only want to use one widget at the same time. But if want to use it multiple times in the same dashboard, I get a lot of problem. I have two divs with the same id and two variables with the name map. So the div id is no problem, I generate it dynamically with ASP.NET. But how do I handle the JavaScript part, so that I don't overwrite my "map" variable?

View 1 Replies

Free Open Source Widgets?

Jul 25, 2010

is there any free open source Widgets (iGoogle-like widgets) framework for ASP.NET that I can build my own widgets with and can be used for commercial use (sites developed with it can be sold).I checked dropthings and Kalitte but they require a licence.

View 1 Replies

MVC :: Adding An API To Application - Customize Widgets?

Aug 13, 2010

I have created a MVC application and I want to make it customizable by adding an API to it, how do I go about doing this?

So, I have a database table called Orders with a bunch of a fields and my application is a simple form with the ListView control and users can add and delete orders. this API should allow users to add extra columns to ListView control and extra buttons as well.

View 2 Replies

MVC :: Is It Possible To Create Kind Of Widgets That Are Pluggable In MVC

Feb 7, 2010

is it possible to create kind of widgets that are pluggable in ASP.NET MVC? I'd like to give my users the option to upload and attach a widget that I provide (ie. zip format). Recently I thought about deploying Areas in different project assemblies. Is it still possible with MVC RC2 (later RTM) and is there an option to dynamically attach that areas (say from a admin panel)?

Second question, how would you guys create a dynamic layout where admins could select widgets to display, arrange them, disable, move them etc.? I mean a flexible layout that can be changed via the admin panel without having to touch the code. Here I thought about defining and storing layout widgets paths in a db. Later I could associate these widgets with routes (in db). For each request (controller, action) I would fetch the layout among with associated widgets and output them recursively. Probably I could user RenderAction and PartialViews for that.s my direction correct or should I focus on some other technique?

View 3 Replies

Widgets - How To Make Embeddable Code

Jan 28, 2010

you must have seen widgets like code which people place inside their HTML and it starts showing a small widget in there, how we can we do it in ASP.net, for example if i want to show some specific data of my site to anywhere some specific code is placed, how can i generate that embeddable code that can start showing my specific block of data to anywhere from any site?

View 2 Replies

C# - Save State Of Widgets In MVC Using JQuery And Json

Sep 1, 2010

I am using ASP.NET MVC in C#

I have a page where the user can move different Widgets around the page, and I now need a method to save the state of the widgets. I am using jQuery in the HTML page, and the jQuery posts the new page layout using JSON. I am unsure how to read the JSON in the controller.

The code I'm using is based on this example here - [URL], but the code for saving the result is in PHP.

[Code]....

I am willing to consider alternative ways to do this, as I may not have chosen the best way to do this.

View 1 Replies

Ajax - How To Host IGoogle Widgets In Application

Jul 15, 2010

I am designing a dashboard for my own application to serve as a control panel for the end user. I am thinking about using the Dropthings framework or DynamicDashboards which cover all of my internal widgets requirements.

But besides including widgets developed internally by me, I would like for the user to be able to include iGoogle widgets as well.

Is this possible?

What needs to be done in order to host an iGoogle widget?

View 1 Replies

Php - Integrate Multiple Applications / Architectures Within A Dashboards As Widgets?

Jun 25, 2010

I am interested in designing/building a dashboard application which will include widgets that represent applications that might be developed in different languages/architectures (PHP, Java, ASP.NET).

View 1 Replies

Web Forms :: Web Parts Widgets Drag Drop Is Not Working?

Jan 11, 2011

We are facing problem in drag drop widgets.

We are using IE7 version with OS as Windows XP. Drag drop is not working when we publish the web site.

Also these widgets are not working for published web sites on the server with OS Windows 2003 server.

View 10 Replies

IE Security Warning With Widgets / Ensure This Message Doesn't Come Up As It Could Be Off Putting For Users?

Apr 19, 2010

I'm creating an ASP.NET application which uses Facebook Connect and fbml tags. It also uses the LinkedIn widget. When I run this app in any browser, there are no warnings and everything works. However, in IE, a message like this comes up:

Security Warning:
The current webpage is trying to open a site in your Trusted sites list. Do you want to allow this?

Current site:http://www.facebook.com
Trusted site:http://localhost

(same for LinkedIn.com). I know how to fix this from a client perspective and to stop the security warning showing up. However, is it possible to ensure this message doesn't come up as it could be off putting for users who don't know how to suppress this warning? I haven't tried uploading it to my webhost, so not sure if this message will appear for everyone in production. However, I always get it on my local machine.

(None of my pages use SSL, so I don't think that's the issue. I tried using FB's HTTPS urls but that didn't make a difference).

View 1 Replies







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