Web Forms :: Provide Flexibility Facility Of Different Layouts In Site?
Jun 14, 2010
My application requirement is, there should be different Layout themes (not only colors but also controls can be at different location), which user can easily change. How I can do that?
For eg. In wordPress there are different layout themes,
How should be the site folder structure? How I can implement that?
View 1 Replies
Similar Messages:
May 8, 2010
I have a small doubt.Can we provide Drag and Drop facility in asp.net websites like in desktop applications.
If possible how can we provide that facility in our asp.net web sites
View 1 Replies
Feb 9, 2011
A client has an ASP.NET website with master pages and a layout directory.
What we need is 2 different layouts on the site. Can I easily have two layouts with different master pages on the same site?
What's the best way to do that?
View 2 Replies
Mar 10, 2010
I'm after a bit of advice on how to handle a multi tenant site in ASP.NET from a UI perspective. What I want to be able to offer is a choice of layouts to the client i.e.
Layout 1: Navigation horizontal at the top. Search results in a table in the middle. Some text at the bottom.
Layout 2: Navigation vertical on the left. Some text in the middle. Search results at the bottom
Layout 3, Layout 4, Layout x etc...
Each element within the various layouts can differ too. For example, the search results might look like simple list in Layout 1, but will have a completely different look in Layout 2. Once a client has decided on Layout x, I then need to apply their company identity to the layout by changing the colours, logos, etc.
View 3 Replies
Apr 28, 2010
simplify the look of buttons,layouts son we can simplify the look of a site for smartphone?The idea is to represent links instead of buttons and to replace any loyout to just the left in order to be better viewable in a smartphone,
View 2 Replies
Feb 18, 2010
What would be a suitable way to share a Master layout and css/image resources across seperate websites applications on the same server.
Primarily, an update to the Master layout application must not require all the other applications to be rolled out again, they must seemlessly update.
View 2 Replies
Jan 7, 2011
i am working on a project in which i have to create newsletters. We wish to give user functionality of editing the complete layout ( drag and drop if possible) I am able to achieve drag and drop with web parts but can't customise them much like adding richtext box and saving multiple copies of same page with different layouts. I then wish to enable user to send the html only part of page which contains dynamic layout.
View 1 Replies
Jan 7, 2010
I am creating a bulk email sending facility for our website.I have got all the email in one table so i know i can use email sending features with one loop that take all the emails from the table and send it to everybody.I would like to give them a link that will opt out them from the list.If anybody has done it recently or know any link please suggest it.
View 2 Replies
Feb 8, 2010
how to download a large file with resume facility in asp.net.
View 1 Replies
Aug 20, 2010
I have bind DropDownList from database. I want to give facility to user such that, when user type in DropDownList ,it behave like textBox.
View 2 Replies
Jun 24, 2010
What I'm tryin to achieve now is to apply a different layout dependingon which user is logged. However, I cannot do any of this kind of conditional logic in the page itself. What I was thinking was an action filter that tests the current user, and if they are logged in applies one layout to the view and if they are not applies a different layout to the view.
View 6 Replies
May 19, 2010
I am a .Net developer with almost 4 years of experience. Until now I have been using tables for creating layouts of my websites and I am quite experienced with this technique. I have been trying to design table less (CSS based) designs for the past few months and I have acquired a lot of knowledge about CSS. However, I feel that if the design is very complex or needs out of the box thinking than I am unable to create such layouts. I have read many books and seen many videos but most of them will create layouts of designs that are fairly straight forward and not too complex. Can anyone guide me to a complete book or training that can satisfy my needs and also teach me the thought process behind implementing CSS layouts.
View 4 Replies
Nov 1, 2010
i am trying to create a paging facility for my dalatist dynamically and for this i am taking a hyperlink and putting it in a panel and showing the list of pages
but the problem is that when i click on next page for example from 1st page to another then it refreshes the page and opens the page with IsPostback = False and thus my all values that i have stored in a session becomes null like fisrt time loading
so it there any way so that when i click on the link it just show me the next bunch of record without refreshing the page ??
Note: i have created paging in my Stored procedure where each page contains 10 record per page
the code that i am using to bind the pager is as below : where default value of _PageIdx=1 and _totalPages = the number of pages that are coming from the database, it vary from search to another search
[Code]....
View 3 Replies
Feb 17, 2011
For our next project (a small app in ASP.NET/C#) we have to create drag and drop zones in the UI so that components/widgets can be dragged and dropped and layouts can be changed dynamically (for example, the user should be able to switch between two-column to a three-column layout from the front end). After doing some searching, I got to know that there are two approaches: Use Web parts and Content-zones. Using jQuery.
I also learnt that jQuery approach is preffered, but I would like to know how can I create such zones in my application and also save these zones per user (in the D so that when the new request comes for that user their preferred layout is displayed? I basically want to know if there are some tutorials on creating persistable drag and drop zones using jQuery.
View 3 Replies
Nov 15, 2010
Is this a defect with Razor nested layouts?
View 3 Replies
May 4, 2010
i want to add a search facility to my website. I have many lengthy html files that should be searched. The question is should i insert the text of the html files in a table of my database and search the database or should i search the html files one by one reading them from the disk. Should the search be database based or should i open each file, read it and search it this way using for example regular expressions. What is the usual and best approach?
View 4 Replies
Nov 8, 2010
Is it possible to have drill-down facility in Jquery datatable?
For example, I want to show the output like below.
[code]....
View 2 Replies
Mar 6, 2010
I have an existing application that has 50+ html pages and 20+ aspx pages. The website is running smoothly.
Now the client came up with a new requirement, he says he wants a single sign on functionality(login based) in the website.
few htmls to be open for anomymus users few htmls need compulsory login few aspx open for anonymus users few aspx need compulsory login
What will be the simplest ways to do this in the above existing website.
View 3 Replies
Jan 28, 2010
I have the following code which searches through the database and pulls out information. It all works fine:-
PHP Code:
protected void Button1_Click(object sender, EventArgs e)
{
string connStr = "Data Source=SQLB23.webcontrolcenter.com;User ID=wbsd;Password=*******;";
[code]....
Now i also want to show how many fields have been returned so i would want to show the message like so:-
Quote.You searched for ben, which returned 2 results.
How can i alter my code to achieve this?
View 2 Replies
Feb 23, 2010
I want to implement Yahoo map in MVC.
I wanted to develop an application which gives searching facility of any location on map.
and add extra details over map.
View 4 Replies
May 11, 2010
i have made new mobile site. and i have also read everything. Now i have used .wml file to click to call dealer and add one phone number in that.
Its working on HTC touch phone as i think its working on Windows OS phone as it calls the exact number whereas on the iphone and other mobiles its not working and showing to save the .WML file.
View 1 Replies
May 7, 2015
How to provide security in wcf in different ways(certificates,tokens and more) including transport level and message level?
View 1 Replies
Jan 24, 2010
I was wondering how i could implement a message passing facility through a social networking website i am making. Instead of creating it all from the start, is there a much more simple approach i could possibly take?
I quite like the way facebook does it, how is this done?
I am ok with AJAX but would prefer something really simple not to the extent of adding emoticons etc.
View 1 Replies
Oct 5, 2010
captcha which supports in MVC application and allow captcha image to refresh with "Genreate new image" link.
View 5 Replies
Jun 18, 2012
I bound the GridView Control by using code behind. Now I want to apply Paging and editing facility. How to do that. Â
View 1 Replies