Web Forms :: How To Design Responsive Websites
Sep 25, 2013my cilents asking for responsive designs means if i open the website in mobile means mobile version of website has to display and it as for tablets
View 1 Repliesmy cilents asking for responsive designs means if i open the website in mobile means mobile version of website has to display and it as for tablets
View 1 RepliesI want to design a mobile responsive website :
Using template below in asp.net for demo : [URL] .... but don't know how to start ... small example like to show with repeater, grid or datalist .. but that grid, repeater, or list must be responsive...
or How to bind that using query or sql data source..
I hv one grid view in my form when user open on PC it will look like
Sr. NO | Name | Address | Contact | Qualification |....
1 |XYZ | ashs | 123 | abc |....
2 |HIF | ashs | 123 | abc |....
3 |JHK | ashs | 1243 | abc |....
and when user open site in mobile or Tab it must be look like
Sr. no : 1
Name : XYZ
Address :ashs
Contact : 123
Qualification :sbsb...
_________________
Sr. no : 2
Name : XYZ
Address :ashs
Contact : 123
Qualification :sbsb...
The project, once done, will provide a "portal" into a limited portion of the client's database. All clients are using a SQL database, but various server software products are involved (MSSQL, MySQL, and others).
My question, however, has more to do with the "look and feel" of the finished product. We want to be able to integrate our 'portal' easily into the client's websites and have it look as seamless as possible. Obviously, placements of logos, etc. -- but also colors, fonts, etc.
Client sites tend to be simplistic in design. We envision the customer placing a link to our site from theirs, and our site will be running on IIS on their server. At least that's the plan.
The goal right now would be to make as much of this "parameter driven" as possible, so that a lot of the install can be accomplished through some simple settings, isolated in one or two files such that at installation time we can tweak those settings and be up-and-running in a short period of time with a site that integrates reasonably well with the customer's.
But I'm uncertain as to whether there is a better approach. Obviously, we could try to redesign our site with each install with the basic design of the customer's, but this would be cost-prohibitive in some situations. So, I'm thinking about a "second best" alternative that may be adequate in most circumstances.
the account we use to copy/publish websites to our web server is not allowing us access to push websites. I've added this account to the permissions in the links listed in the below link, but i don't have success when trying to push remotely. When the account is in the local admins account, everything works flawlessly, but we are not allowed to have it in there. http://social.msdn.microsoft.com/Forums/en-US/vssetup/thread/31be047e-4716-4974-b8a1-be0111b50199 I've googled and searched a lot for this particular error, but am not finding an answer that helps. We get this error, 'Unable to create the Web 'http://edea01/test/planning'. You are not authorized to perform the current operation', and the above link is the scenario that matches mine the most. I don't do develompment work, but am asked to figure out this connection problem.
View 3 RepliesHow to create responsive web application in asp.net.
I want textbox,dropdownlist, button, gridview, etc. everything responsive.
I tried using bootstap css file but its not working.
How to make a responsive website using BootStrap Framework in ASP.Net?
View 1 RepliesDatabase driven ASP.Net Menu control: Populating Menu items from the Database in ASP.Net using C# and VB.Net. When I minimize Browser then menu break.
View 1 RepliesWe have a web part on which we display some data in a grid. We are exporting grid's underlying datatable to Excel and displaying Open - Save - Cancel dialouge box on click of a server side button.Following is the code we are executing on click of server side button.
[Code]....
Problem is that when i click on Cancel in the diaglouge box then dialogue box to Open/Save excel disappears but all the server side buttons placed on my web part becomes non responsive, on click of any of those buttons their server side click event does not get fired !!!
In the following link the writer clearly explains. how to use it.
[URL]
but I also want to calculate the the total salary of column (Salary) nd the total count should be shpown in footer which will be below of salary last column. How to acheive it.
We use a responsive gridview, that gets bigger if you maximize the window. I tried to use your solution but either the gridview is responsive or the header stays at his position.
View 1 RepliesI am using this article [URL] ....
But this article is in Horizontal Menu
I would like to ask about Vertical Menu like this [URL] ...
Building an application on responsive design.
Is there a way to convert Gridview to responsive?
So that it should match with design.
We have a web part on which we display some data in a grid. We are exporting grid's underlying datatable to Excel and displaying Open - Save - Cancel dialouge box on click of a server side button.Following is the code we are executing on click of server side button.
this.Page.Response.Clear();
this.Page.Response.AppendHeader("Content-Disposition", "attachment; filename=MyTasks.xls");
this.Page.Response.ContentType = "application/ms-excel";
this.Page.Response.Write("...here goes my well formated html....");
this.Page.Response.End();
Problem is that when i click on Cancel in the diaglouge box then dialogue box to Open/Save excel disappears but all the server side buttons placed on my web part becomes non responsive, on click of any of those buttons their server side click event does not get fired
I read your inserat about responsive grid and tested it: [URL] ....
What I need is a button which allow to change mode (phone, normal)
independently in which mode you are at the moment. How to do it?
can't connect to sql 2005 express sp1 and vs is also sp1. 2) Which my guess is because of the database connection not being able... design view is not able to pull in the application for design, it's as if there is no theme and css just white background and black print.
View 1 RepliesI installed Rad Controls. Using that controls, I designed my application pages. At design time, the design is not visible. It shows the following error:
RadTabStrip1Failed to create designer 'Telerik.Web.UI.RadTabStrip, Telerik.Web.UI, Version=2010.1.415.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4'
I'm about to design my Web service API, most of the functions of my API is basically very simular to my web application. Now the question is, should I create 1 single method and reuse them for both the web application and the web service api? (This seems to be the logical solution, however its very complicated; it's much easier to duplicate the method used by the web application, and keep both separate, ie one method for the web application and one method for the web service.)
1) REUSE: one main method and reuse them for both web application and web service application (I like this but it's complicated)
WebAppMethodX --uses-->
COMMONFUNCTIONMETHOD_X
APIMethodX ---uses---->
COMMONFUNCTIONMETHOD_X
ie Commonfunctionmethod_x contains reusable set of common features
PRO: less code, less maintenance, less bugs.
CON: very complicated
2) DUPLICATE: two methods, one method for the web application and one method for the web service.
WebAppMethodX
APIMethodX
PRO: simple
CON: duplication = more code, more maintenance, more bugs!
I took over my company's website and I'm reordering the layout and colors. I can't change the structure of the websites. It's one website but it has two different parts. A static part sits on one server and the part the users login is on another server.
What I would like to know is if can use one sitemap for both so I don't have to maintain two. I also want to generate a site map dynamically and I can't do that with two different sitemaps.
i hv say two website web1 and web2 both hv diff appdata and style sheet,webconfig.how can host this on single url with username and password. suppose for rajeev it redirect to web1 and for ravi redirect to web2.Is it possible todo this kind of thing. India mart did this on their websites. they have various links in thier website. suppose for website web1 they have the [URL] and so on.
View 11 RepliesIn my present project I have to open one site through my asp.net application and this site I have to control. And after that if we close the site the application master page should display. How I can accomplish the requirement .Any ideas will be very useful for me to start thinking on those lines.
View 3 Repliesi have my website . website.com and having webpage need to enter general details like where to travel, dates of travel, no of adults and childrens like the way we found when we book a hotel or flight in any of websites like hotels.com and expedia.com ...etc
what i need is, when the user enter the those details in my webpage, i want to navigate them to the hotels.com, expedia.com and others with list of all the required information
for hotels i can pass the parameters in querystring and for others like expedia.com i am unable to do that, they are posting the values.
let me tell onething. when we are booking a flight in one website say cheaptickets.com , there we find option like COMPARE TICKETS WITH other site. there how it is sending those details to different websites showing list of differet sites.
As per the requirement of my client I would like to create an application which detects content changes on the websites we provide. Like we will have an admin section where we add the websites we want to keep a track of. And on the other side it tell us of any new content on those websites. The websites will be kind of general news website and won't have RSS feeds. I would like to know if there is any way to do something like this. Any ideas are welcome. I would like to know just the logic how to create such a thing.
View 5 Replieshow can i insert weather information panel into my asp.net web site?
View 1 RepliesWeb Page Design is a very important stage while developing an asp.net project as it will create the look and feel of the site. So I want to be careful in this stage. Could you give me some practical tips for designing professional looking website? Or Is there any website that offers free Master Page design templates? I am going to develop a new web application for my company. So I want to provide a good looking, easy to navigate and consistent web application to them. Thanks in advance to all who reply.
View 2 Replies