Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: dpk136
  • Order by date
  1. dpk136

    crystal reports and visual studio 2005 express edition

    yeah...i do the same type of stuff. technically you should have a full version, but if it is only one project, i wouldn't worry about it. even so...see if you run into any problems going through that document i put a link to in my last post. David Kuhn
  2. dpk136

    Print All Views in MultiView

    What do you mean a complete report of the views? David Kuhn
  3. dpk136

    ASP.net 2.0 Errors

    I'm not sure about the DCOM reboot. I believe you do, but I don't know for sure. David Kuhn
  4. dpk136

    Online Catalog Creation - Best Practice?

    use a gridview object or any of the data objects. set the gridview to use that datatable. David Kuhn
  5. dpk136

    Newbie + Create Text file for Loggin on the Server

    In the full version of VS.NET i usually just click Build in the menu bar and in that is a Publish Web Site item. Click this and you are brought into a wizard. If this is your first time doing this, you may want to look into some tutorials at 4guysfromrolla or asp.net. David Kuhn
  6. dpk136

    crystal reports and visual studio 2005 express edition

    First. If you are trying to build an application not for your own personal use, i believe this goes against the licensing for Express. That being said, i'm not sure if this will work on Express but here is a doc from Business Objects...
  7. dpk136

    ASP.net 2.0 Errors

    make sure you have the security set up correctly. you can also allow guest accounts and make sure to give the proper permissions on the folder that this site falls under. David Kuhn
  8. dpk136

    Securing the Pictures on a website

    I think all over the internet, this has been beaten to death. If you publish something to the web, be prepared to deal with people stealing it. it seems like you are taking all the right steps (watermarking and disable right clicking). Even if you have a way to encrypt what is coming over the...
  9. dpk136

    View Request SOAP for Web Service..

    Fiddler should give you this stuff. Have a look through the documentation and i'll do the same. David Kuhn
  10. dpk136

    Newbie + Create Text file for Loggin on the Server

    what do you mean "publish". There is a menu item in visual studio that allows you to publish a site to a directory, but if you need anything more than that you must be more specific. ca8msm is right, use the File.Exists to see if a file is there, if it is not, use the 4guysfromrolla article to...
  11. dpk136

    Crystal reports using Web Service

    Can anyone explain how to connect to a web service from Crystal reports XI? is this possible? David Kuhn
  12. dpk136

    Drop Down in Grid

    Set the visible on the dropdown to false. use Javascript to make the dropdown visible again when the linkbutton is clicked. David Kuhn
  13. dpk136

    Way to validate user is an "in-house" user

    what if you host the internal pages as a seperate application. this would give you more leeway with how you handle security. David Kuhn
  14. dpk136

    IF statement to compare values

    what exactly are you trying to convert to AJAX? If it is just outputting a image in a cell and basing that off of data received, you may want to read up on AJAX. just google it and there are a lot of tutorials David Kuhn
  15. dpk136

    Way to validate user is an "in-house" user

    if you are fine with the Active directory route. i would try to verify that the user is a valid user in the active directory. why even check for a password unless you are only allowing access to certain people. if you have access to IIS, you can allow access to people in your network David Kuhn
  16. dpk136

    Publish Word Document Content Usercontrol

    You could always access the word document and read it in. Replace all of the pieces you need to replace a line break with <br>. or try something like this http://www.thescripts.com/forum/thread529047.html David Kuhn
  17. dpk136

    Organizational Chart in .net

    you could always use XML and use a tree control in ASP.NET. check out this site. http://www.codeproject.com/aspnet/treecontrol.asp David Kuhn
  18. dpk136

    Spell Checker

    Has anyone seen any code examples of a spell checker in AJAX with .NET. I looked all over and can't find any actual code. there are a lot of products to buy but can't find the code that shows you how to do it. I'm assuming the code just goes in a database and is called after a " " space is...
  19. dpk136

    Crystal reports viewer for Web

    Would there be any advantage to running Crystal Reports Server versus running the report standalone? David Kuhn
  20. dpk136

    Crystal reports viewer for Web

    thanks for the help. Anyone seen any C# 2.0 code that would allow a user to create a report? David Kuhn

Part and Inventory Search

Back
Top