My client has customers in 100 countries in which a customer can have access to more than a country. So, to show visual appearance to the customer, our client want to show world map and fill each country with a different color where the customer has access to.
Is there anyway to do this in ASP.NET?
If not ASP.NET, Is their any third party which does this stuff.
I have uploaded a simple hello world on my IIS server 7 (shared hosting). It doesn't work. Is it necessary to add a web config and what's the minimum in that case ?
Error says:
Server Application Unavailable
The web application you are attempting to access on this web server is currently unavailable. Please hit the "Refresh" button in your web browser to retry your request.
I have a website that is written in english. I am starting to get users from other countries. They speak english so it is not a problem as yet. But what is involved in adding multi language features to a site? Do you need to actually do the translations? For example, I have users from Slovenia which - I think uses some sort of cryllic alphabet. What is necessary to do this?
I have a client who wants me to block his site from certain countries. Each month I add all the new IP address ranges for these countries into a sql database. If the user has a blocked IP address, the site directs them to a phoney 504 error page. This way it doesn't appear that the site is being blocked, but rather is just having difficulites. Thats the way we want it.
It works fine however, there are some users (5%) who get a 500 error. No rhyme or reason. It works across all browsers and operating systems. I have no way of finding out why from my hosting service. I can't dupliate it. I have the following code that runs at Page_Init
how to display the All countries date and time in C# I have one dropdown list and one label and one submit button in DropDown list i have add all countries list like GMT + 05:30 Chennai, Kolkata, Mumbai, New Delhiwhen i select the particular list and press submit button to display.
is it possible to use Bing Maps or Google Maps (or any other) and mark countries on a world map? I have some countries in SQL DB depending on the logged in user, e.g. France, Mexico, Australia, Japan. These countries should be mark on a world map. Is this possible?
What my clients are used to: VB6 app running locally - can produce reports and labels directly to printers. How do I take that same user now in a web page and have them get that same report or label sent to a printer? Do I need to make a little VB6 or VB.Net app that sits locally to receive the DATASET and perform the print formatting? I should mention that all the print formatting information is in a table in the DB anyway. Or do I need to make PDF's or some other kind of document format on the server and send that to the user from the webpage.
I am having a hard time searching for what I am trying to do (don't know the right key words for it). here is what I want.1) web form aspx page that will have a list box (data comes from database) for example: I will have in the list box text1,text,text3..... this is easy2) after user selects text1,text2, I want to be able to give the user the option to export text1 and text2 to a world document or pdf. the hard part that i don't know is, I want to give the user the ability to format the document for example: text1 should be on top of page 1 and text2 should be in the top of page 2 then do the export. is this possible? is there anything out there that i can use?
i want to find the country name from the world map:Description:1. I want to show a world map.2. I have lot of branch offices all over the world2. On the world map where ever the user is clicking then display the clicked location branch office address.
I've been a VB programmer for years, and friend asked me to write a program that does data storage and is executable from PC & MAC browsers. It seems like I need ASP.NET for this, so I tried to write a server-side 'hello world' ASP.NET program. I did this using VWD 2010 Express, and after successfully 'building' the website, it works great if I view it on the development machine. But when I copy it to my web server (running on a Windows XP Tablet machine) and try to view default.aspx, instead of getting a nicely-formatted page, my browser (IE8) is displaying the HTML source code. I tried hosting the site on both Apache and IIS , and I'm getting the same results.
1. What am I doing wrong?
2. Is ASP.NET the best platform for building a database-based application that can be viewed from both PC's and Macs? If so, should this work from iPads / Safari as well?
I am working on a site where I need to set different countries get restricted. The selected countries don't able to download the contet of that site? How do I do this.
I have 2 listboxes. 1 listbox displays all countries. then I have added 2 buttons, Add and Remove, to add and remove the selected countries from first listbox to second listbox. how can I move selected countries from one list box to another listbox in MVC framework.I am using Linq.
develop a user admin application.My schema looks like the following:See full size As you can see I've got my own version of the user table and profile tables to store my data with a one-to-one mapping with aspnet membership tables.I'm interested in using ASP.NET dynamics to speed up the proccess of creating an admin system.
I would like to create a customised listing with a search and a data grid listing with just basic details such as name and state information, date registered and then when you click to edit your presented with the domain representation of the data and not the exact undelying data.Has anyone any experiece in doing this or building a real work application with Dynamic data?
Following is my case in detail.I have a class against which I will configure an objectDatasource(I have a datatable in the class which the data will be initially loaded from the database.)A gridview which has provisions to add/update/delete records will be bound to the objectdatasource
My methods i.e. insert/update/delete will be manipulating the datatable and NOT the database directly(I DONT WANT TO CONNECT TO THE DATABASE IN THESE STEPS. THE REASON IS THAT THE INSERTS/UPDATES/DELETES WILL BE PERSISTED ONLY WHEN THE USER CLICKS A SAVE BUTTON(MAY BE PLACED OUTSIDE THE GRID) . My class to which the objectDatasource points to will have anadditional AcceptChanges method which will be called on clicking the save button. This method is the one which connects to the database and where the adapter.update will be called.The query here is that how do I call the AcceptChanges method of my class instance which is bound to the grid? Also I would like to get some websites where I can see the real world implementations of gridview(with insert/update/delete options) so that I can improve my implementation.
If you have a global navigation tree, Countries --> States --> Cities for example, how do you correctly implement this in MVC2? In my example, the view model for States does not contain Countries and the tree would break as it needs the Countries list to build the tree. It sounds like this should be easy, but it doesn't sound right to include the entire model for a single State or City view.
I'm trying to create a User Registration page in ASP.NET and wondering what is the best way to get the list of up-to-date Countries and Cities? Are there any Web Services on the web that I can use to retrieve such information? If not, what are the options?