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: *

  1. schick

    multiple datagrids - how to interact between them?

    I'm a ASP.NET Newbie. I've got 4 tables. (Groups, Roles,Company,User) They are connected via Primary keys & Foreign keys. Want to create a single .net page that allows the user to: Add/Edit/Delete a company,user,role what I've got so far is 3 datagrids. Starts off viewing a company, you click...
  2. schick

    VS.NET - setting up permissions for multiple folders

    To access this file, I click "View in Browser" (Visual Studio.NET 2003) for the file I'm trying to access. This file is located in the "Admin" folder which requires "authorization" as "Administrator". Rather than this page being redirected to my...
  3. schick

    VS.NET - setting up permissions for multiple folders

    I tried setting up a solution that contains 1 project. This project is called "cco2005". This project contains 2 folders (Admin & Users). These have been made into applications via IIS. I allowed access to the cco2005 for everyone, admin folder is only accessible by...
  4. schick

    How to create input form & insert form large record?

    ::Programming in VB.NET using Web Matrix:: I want to insert a record into a table. The form to collect the information is my problem. It will contain over 100 textboxes filled with information. What's the best way to create a input form? 1. Manually create each text box and connect it to the...
  5. schick

    Design reports only, Don't want huge software pkg..possible?

    I would like to create reports on a pc, then move them to the pc they will be used on. My question is, do i have to install all 300MB of CR8.5 Developer on my machine? Does this install start multiple services,ect in the background? What's the best way to do this? I just cleaned this machine up...
  6. schick

    Point to another page or include huge amt of code in single page?

    I've got 6 different cases that could happen. If I include all 6 cases (150 lines of code each) with a Select Case in ASP will the whole page (900 lines)have to load before the case is performed or will it only execute only the desired case? I'm trying to decide whether to break this out in to 6...
  7. schick

    How to Alert user before end of ASP session

    I need to alert my users prior to their asp session expiring. I would like to allow them to click a button to extend there session. Is this possible? What are my other options. Any help is appreciated. Thanks, Josh
  8. schick

    XML newbie

    Here's what I know: We are going to convert to .NET We would like to use XML so we can eventually provide data to PDA's Our clients will use IE 6.0 (not for PDA's) Also, should I ditch html and buy a book on XHTML? My goal is to buy a couple of WROX books that will get me up to speed. Any...
  9. schick

    .NET beginner book?

    I have found three of the O'reilly books Which one were your refering to? ASP.NET in a nutshell ASP.NET C# & VB.NET Conversion Are you familiar with the WROX books? If so, what do you think about the quality of information?
  10. schick

    .NET beginner book?

    Looking for a good beginner book for .NET. I have coded asp for about 8 months but I'm looking to move up to .NET, any suggestions are appreciated. Also, books to stay away from are also appreciated.
  11. schick

    Beginner book for .NET?

    I would like to start using .NET as soon as possible. I have about 6 months of .asp coding under my belt and I am looking for a good .NET beginner book. Any suggestions?
  12. schick

    Performance - request.form or request.querystring

    I need to use 105 variables from the previous page, what is the most efficient way to bring these variables into my new page? Would it be better to write all of this to the url line or perform 105 request.form statements? What's actually happening here is a simple data entry form that is made...
  13. schick

    Losing session variables when using frames

    First, the user logs in. These values are stored as session variables. Then my second page is shown. I've got four frames on this page, each frame collects data and moves to the next. When the user has completed the forms they click a link that runs a report (Crystal Seagate), which shows up in...
  14. schick

    Challenging Question!!!! Vbscript / Asp best choice?

    I've got two frames, the left frame is an image map (map of Illinois) and the right frame shows specific cities after the image map is clicked on. These cities are actually checkboxes, after the user has made their choice, a button is clicked and the user can click a new area on the image map...
  15. schick

    Can I pass a VBscript array through .asp to a new page?

    How do I get a vbscript array into a session variable??
  16. schick

    Can I pass a VBscript array through .asp to a new page?

    I've got an array full of data(vbscript), I want to submit this page and be able to retrieve this info on the following page. How can I do this?
  17. schick

    Do I have to Install Crystal Enterprise? along with CR 8.5.

    Am I forced to install Crystal Enterprise if I want to run reports? All I need it to run a report via URL line and allow the client to view it via Crystal Viewer.
  18. schick

    Best way to allow client to edit pic before uploading?

    Is there an active x control or any control that will allow the editing of a photo.
  19. schick

    Newbie Questions

    I've never used .net but I've got .net source code that i want to use. I'm currently running IIS 5.0. Is is as simple as using those files or do I need to install a program that will allow me to use .net programming?

Part and Inventory Search

Back
Top