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?
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?
We have an ASP.NET 3.5 Web application in which we have faced the below issue:
The application is working fine but suddently at one point application URL prompts for the authentication. When we (the support team) checked the server, we were able to identify that the access was denied for some of the main files (like web.config, default page). When we enabled the access the application started working fine.
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.
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 am new to asp.net programming i am trying to connect asp.net web application with ms access 2007 database. i have taken with two text boxes and when i enter some data in it and press submit button the data must load in access db i created with same fields.
my code is :
[code]....
Syntax error in string in query expression what is the correct way of inserting data into access db and what is the Syntax error in string in query expression.
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 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?
It also does not seem to correctly interperet the "rs:Command", interpreting the ":" as "%3a". If I manually strip that out of the url and fix the %3a to a colon, then the report renders. I understand some of those events are "hidden fields" on a postback and that's why (I guess) they're being included in the url string, but I can't seem to find anyway to suppress them, or to get the colon interpreted correctly in the rs:Command. I've tried to remove the Viewstate with the Page Directive EnableViewState=False, but that doesn't stop the Viewstate from appearing in the string.
I'm trying to play with live web cam using asp.net with C#. I want to access/stream web cam content using flash then send the captured streams using Real-time Transport Protocol.How is possiable to do that? do you know any simple asp.net application related to this?
If multiple users access a web-form at the same time, how can I allow that using my code? Essentially each user reads and writes one variable in the application, and concurrent access is causing problem there.
I want to be able to access my dataset from other protected methods. So far the only way for me to do this is declare my dataset globally (dataset mydatset = new dataset();) and then within my methods I return the dataset after I'm finished filling it with my SqlDataAdaptor. I don't think this is very efficient. Is there a better way of accessing this. I understand when you give the dataset a table you should be able to access it's value. However the dataset becomes null once another method is called??
I wnat to aacess this path with images in aspx(design-source) side. I successfully tested this with html controls but it contains error with server controls here is the aspx content [Code]....
I'm developing a MVC2 application and using Forms Authentication on it. The scripts, images and styles are all blocked to unlogged users and, consequently, the login page looks awful. It works well local, the problem is when I publish to the server. Does anyone has any idea WHY? The server IIS is version 7.5