I'm looking for a sample ASP.NET enterprise web solution. There are many issues and questions I have about how a large web site is constructed with multiple developers.
How global settings and constants are managed. How global navigation and other global page settings are implemented, etc., etc.
Is there a complete sample "REAL" ASP.NET web site project created in VS.NET/C# available anywhere for me to download and learn from?
im using enterprise manager and on my courses table, i have an id that increments the number with each record.so e.g it has soemthing like this.
1 kings england bourenmouth italian £2300 2 mine england christchurch spanish £1000
so it increments the id by one each time, im using this so i can delete rows using the id so i dont delte similar rows, however, say i delete a row all rows and there were 4 of them, well the next time i add a row it starts at 4 and not one, how can i change this?
I have a stored procedure in enterprise manager that generates sql inserts of selected tables. What I need is ASP should call the stored procedure and outputs the result in a textfile as .sql file.
I'm trying to use Enterprise Manager to manage my remote SQL database, but I can't seem to get a connection. I think my cable ISP Comcast may be blocking the port EM uses.
What port does Enterprise Manager use to communicate with SQL?
I just got a new offer of a company to build them an application framework with a supporting IDE front-end, now the problem is i come from the PHP boards and already checked what Java could do for me but now i find they want it all done in ASP/.net.
Now i know some c# and already read some part's of the books i had at home but i know nothing about ASP, so i bought some books but they cover programming basics which im already familiar with.
Are there any pages that cover patterns done in ASP, schema's or anything i tried the microsoft MSDN page but that's just tooo much information if your not sure of what information you need to contain. Anyway, are there ppl who can send me into the right direction so i can start learning about framework development in ASP or do i need to look further then my nose is long ?
Is there a sample form that is available that I can use as a template. Something basic like enter name and address then press Submit and it automatically sends me the input: I have seen the link to "How do I send e-mail with CDO? " but that does not have a form example with a submit button. I am using Win2003 server. I would like the page to work even if the user does not have a mail client installed.
I need some sample Applications or project trough which i want to acquire some knowledge. right now i have to develop CMS Project. So, I need sample CMS type application.
I have never used Multiple select boxes. Now, can someone tell me where I can see some sample code for how to get data from there and use it? Specifically, the select box will list the first and last names of employees (this is Intranet).
I want to take the employee ID (which would be the value of each selection) and use it on the next page to go back into the employee table of the database and pull up their email address, send emails using CDO, store the fact that an email was sent into the database, etc.
I am trying to write an app that reads a .csv file and then allows a user to map those .csv fields to existing SQL fields...
I have the reading of the .csv & writing to SQL, but hit the wall trying to get a mapping process to work...
Ideally, I would check off a field from the csv and check off a corresponding field in the sql field then hit a map button and it would set the fields in the sql statement according - also removing those two selections.
Some people are using WinXP and Win2000 for servers and are having problems with CDONTS, so im gonna post a little code sample on sending emails with CDOSYS because it works better for WinXP and Win2000 and is also a better email compenent. Code:
After a member registers, he's able to access and download any file available. We want to avoid the end user being able to distribute an URL to these files thereby making it simple for other users to download them. Solution I'm working on: I have a variety of files (html, pdf, doc, xls, and others) sitting outside my "wwwroot" folder. I have an ASP script which checks the MIME type for the given file and now, my problem is, how do I use the FileSystemObject to grab those files and display them to the user? Let's suppose the user is requesting demo.html. I use the FSO to open the demo.html in the folder outside the wwwroot, and then set the mime type and then what do I do? Response.write? What about binary files which need to trigger a download action?
my client wants a forum integrated in his website. Ive found some existing forum solutions (snitz, carbon communities etc...). These are great, but my client wants the forum working whereby when a user posts, the post is sent to the clients who then confirms or denies the post. The forum is for a school, hence the very tight regulation of posts.
Does anybody know of an existing forum which allows this functionality (preferably a free forum).
I am trying to implement a printing to file solution of a html page on the server. What I have is a form with a IE control that loads the page I want to print to.
I am using execWB command for printing. Printer's port is set 'To file'. Everything works fine when I am running that component from a desktop apps. But when I call that component from an asp page nothing is happening. I dont see any dialogs popping up on the screen. BTW, if I print to a printer works fine either.
I'd like to know if there is any robust FTP solution out there that integrates well with ASP applications. In particular, it has to allow huge uploads over 3 gigabytes in size. It must have the ability to resume incomplete uploads by the users.
What's the best free method of getting attractive looking charts to display data from a DB.For example, in my next project i will need to show the change in someone's weight over time. The different weight in pounds(lbs) will be entered into the database along with the date that the weight was entered.
Whats the best way to show it? I can't install any 3rd party com's on the server.I have seen a website offering a flash based solution. Is this the best way? Ideally i would like a line graph, rather than a bar chart.
I need an ASP dictionary/glossary script. I saw a bunch of options online for PHP but almost nothing for ASP. I'm not a programmer....but can install working code and connect a database. can anyone recommend a tutorial or even better a finished working piece of code I can implement to create my own dictionary with custom definitions?
I am using adRotator to rotate some reminders on my intranet site. I have a redirect page name redirect.asp that recieves the querystring variable, 'url' and redirects the user to that page. One of the reminders should be redirected to a url that contains query strings itself. The url passes in the string up to the first '&'. What should I do. Here is the code on the page displaying the ad: Code:
I am looking for an asp change password solution. I know there are very efficient ways of doing it and perhaps you have some samples or ideas.
Basically I would like the user to be able to change their password. Then a link is mailed to their email address on file and when they click on the link, they are taken to a place to type in a new password.
i have a simple form in a html page. the form successfully sends data to my database using asp. currently sending details using <input type="submit" value="Submit"> which as you know uses the small grey box Submit button. what i would like instead, is that instead of using this default button to submit.. i could replace that with a roll over image, that is compiled of the 2 files submit.gif and submit-white.gif and when it is pressed, the form details are posted, how can this be done
I am in need of something like mod_rewrite or an alternate solution.
I have a client, who's website is all HTML files (200+ files) and was previously password protected by javascript only. Anyway, what I need to do is password protect the site using a better solution, which would be a server side scripting obviously.
I am familiar with apache's mod_rewrite and PHP, which would make this problem easy to solve by simply passing the HTML file to a php file, then after neccessary security checks, pass the requested html back to the browser..
The only problem is that its on an ASP server and I have no knowledge of ASP. I am not even 100% positive what kind of server it is, I just know that .asp files work in it and .php does not.
Anyone know of something like mod_rewrite for ASP or an alternate solution that would work in my situation?
Anyone have Idea on how to create Domain Parking solution. I have more than 150 domains which I want to park. I m expert in ASP . Kindly Reply with an Idea / Logic behind domain parking solution. I want something like goldkey dot com or Coolgoogle dot com
i recently started learning ASP and now i am trying to do some on my home computer.
After doing a few things in my ASP.Net application, i click Build -> Build Solution and then it says this in the output window:
Preparing resources.... Updating references.... Performing main complation....
and then it stays bugged at that section. Then i can go back in build and cancel the building process...
Anyone know what might cause this, my computer is fairly recent and i did re-install Visual Studio .NET to try and fix this problem without any success... I also tried making other applications and it does the same thing...