I need to create a PPT file from an ASP.NET website. The data that shows will be pulled from DB. I do not want to open powerpoint and create it that way. Microsoft says to not do this and here is explanation of why not to on a server http://support.microsoft.com/kb/257757.
I know there are...
I would look into getting one of the FREE express versions from microsoft, not the greatest with all the extra toys, but very good for learning. Best of all, it costs no money.
http://www.microsoft.com/Express/
I agree with Jason about using AJAX. I think that you need to understand how .NET works. Also, i think that they need to learn WebForms first to learn possible downfalls of .NET and a lot of people don't use other frameworks for this. Once you learn how .NET really works, then you can look...
The only reason certs are a good thing is to prove you know what you are doing (somewhat). That being said, learn about other things...keep learning. As someone who hires people, its frustrating to see people who have been doing IT for years but have just become stagnant in their job and don't...
You really need to look at 2 questions...how good are you (be realistic) and are you a salesperson.
Without the salesperson persona, you won't have much luck in getting or keeping clients and if you are putting out work that they can get somewhere else cheaper, they will get it somewhere else...
The number one way to make sure that your job does not get outsourced is to make sure that you are the best. Programming and Web Devel jobs are always outsourced or sent overseas for one reason...They don't need to know anything about the business. Most of the architecture and business rules...
Not really, there are only things you can do to make your site easier to use. There is a point where you can go to far and try to account for too many situations.
I would suggest not allowing the guests baskets to stay around, this is extra data that you are storing for a user that has never...
If the user has a shopping cart, i can assume they have a valid account in your system?
Going on this assumption, why not just store their basket in the db and save it to their user account. This will allow you to access this at any point, even if their session is dropped and you need to have...
This is actually not impossible, you just need a way to access their machine.
I agree with Jason that a service layer would be the best option. I don't know much about JSP, but how does the session get stored? Is it just a temporary cookie? if it is really a cookie that just times out...
I would inherit from RoleProvider and not SqlRoleProvider. Take a look at http://msdn.microsoft.com/en-us/library/8fw7xh74.aspx and see if that shines any light on the subject.
Create a custom membership provider. here is an example http://www.devx.com/asp/Article/29256. i would create a group for the company and default a user as the MASTER user for each group. I can tell you from experience that trying to make "children" users is not an easy task and can get real...
I would definately look at Crystal, if you are using SQL Server 2k5 or 2k8 then look into Reporting Services. They are both great tools.
I would also look into a CSS framework like Blueprint http://www.blueprintcss.org/. This framework helps in a lot of css problems, but specifically helping...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.