Html - How To Develop A Resolution Independent Website
Mar 3, 2011how to write htm code as a result my website will be resolution independent and it will show same in any resolution and any pc monitor size.
View 4 Replieshow to write htm code as a result my website will be resolution independent and it will show same in any resolution and any pc monitor size.
View 4 Repliesi have an aspx page that contains 4 divs and some content is in there.it works fyn for my resolution on which it is created but the page content gets disturbed when the resolution changes.Why is this so and what is the remedy to this problem?i want the page content to automatically adjust as the resolution changes.
View 5 Replieshow do i create website which supports various screen resolution & Multi browser support (i.e 1024*768 ) and others using asp.net...
i have developed website in asp.net (vb) my monitor resoultion is 1024*768 but when i try to access my site in other monitor having the resolution more than 1024*768 then the controls are unmanaged .... in the webpage...
Is .net framework free, If i want to develop a website using asp.net do i need to purchase a license to deploy my website?
View 2 RepliesIs there any tool available for developing mobile websites using asp.net (C#). or else any other tool?
View 4 RepliesI am developing a web site using ASP.Net and c#. I need to design a site map for the web site.
View 2 RepliesI am using 51Degrees.mobi to detect if the mobile browser, resolution, screensize and etc.
The problem is that there are so many phones with so many screen size, and I need to customize foe each phone its own page.
I have a site that holds some movies for mobile (3gp extensions).
I am looking for the easiest way to right a webpage only once, and to be 100% sure it feets all the mobile browsers :
I am going to develop a website in ASP.NET in which users can submit article for this i need a CMS(Content management system ) to handle their article and users comment. which CMS will we good and simple.
View 8 Repliesi am developing a mobile website ... and the target devices are windows mobile or black berry... following is my form code...
[Code]....
i have uploaded the site to the server .... when i try to access the site... it is showing the 404 error... but working in Windows Mobile simulator with out any error
I've got a requirement to develop a Multilingual webform (Chinese, Spanish, Portugese, Russian etc). I am using VS 2005, .NET Framework 2, C# laungauge, SQL 2005.
View 5 RepliesI have develop one website in asp and access. But now a day it is facing a problem of sql injection. So how can I protect the .asp pages from sql injection. I have gone through some of the post and get that some function have to written to overcome the sql injection.Function as below...
[Code]....
How i develop multi language website in asp.net for this what steps i need if i already have sqlserver db,design template, requirements stuff and application flow
View 9 RepliesHow to develop program/website and minimize DB dependencies using C#.NET? For example I have made some changes in my DB, after that I must rewrite half a project.
View 2 RepliesI am trying to develop a image slideshow for the front of my website.I have an idea of how I would like it to look like .... http://www.reef.com/guys/But I have not been able to find any similar pre-built slideshows.I would like to be able to have a loading gif and buttons down the bottom allowing to scroll through the images at your own pace but still letting the images slide without clicking.I am unsure how I would go about making a slideshow like this one, would I use AJAX, jQuery or Silverlight?If you know of any pre built solutions that are similar to what I am looking for provide the link for me or if you have any knowlege
View 6 RepliesI need to develop the forums module in a website. Now i am able to post the forums but how to track the record like comments posted by the viewers.
View 1 Repliessend me some tutorial links to develop a module based website and admin can enable disable any modules.
View 2 RepliesI am trying to develop the nerddinner mvc website, so I downloaded Visual Studio 2010 Express but I do not see an option for MVC or even asp.net website. Can I download this for Visual Studio?
View 2 RepliesI have a website which is developed using HTML. I have another asp.net application which is in different server. Now I have to design login block of my asp.net application in HTML website. That is user will login from HTML website but the validation of that user will be checked in asp.net application. So how to transfer my user name and password from HTML website to asp.net application.( Both are in different servers)
View 4 Repliesi have a website, which i have designed almost 3 months ago. it is totally html site and no database is used. basically it is a site having PDF books on it. i have more then 300 books on my website. but now i want to change my website into dynamic asp.net, so that i can easily handle my data of over 300 books. is there any tool available to convert the site? or i have to make the site from start?
View 9 RepliesI don't have a knowledge developing website in pure html.
I have good knowledge of web development in asp.net.
Question:
Instead of coding for menus on every page, I want to make a Masterpage and put all menus/submenus in it.
How to make masterpage in html?
Is .NET framework platform independent? I need a well authentic and clear one answer
View 4 RepliesCan any 1 give a proper explanation of this
View 2 Replies I just want to make sure that I got this right. If I have two update panels, and updatepanel1 has 10 dynamic controls created from an external button that resides on the page by default.. and then i have a second button which also is on the page by default but is an asynctrigger to updatepanel2...
then when the first updatepanel1 is populated with dynamic controls, then when I click button2 to update the second updatepanel2 with some data, the dynamic controls in updatepanel1 wil;l still remain there right? but does it persist by itself on postback? And if so why?
because when I click button2 to update updatepanel2, it does a partial page postback. So when it does a partial page postback, does that mean it does not destroy updatepanel1's dynamic controls?
we are developing a application using MVC 2 , i would like to have help on developing database independent application , is there any way to achieve using MVC .
Also is there any examples of ORM available using MVC for newbee to understand.
As far as I understand UpdatePanels, they should be invalidated separately, i.e. triggerring one UpdatePanel should not touch the controls of the other panel. It does work so for controls outside of any UpdatePanels, however those which are inside ANY UpdatePanel are touched by triggering ANY UpdatePanel:
<form id="form1" runat="server">
<asp:ScriptManager ID="SM1" runat="server"/>
<div>
[code]...