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 strongm 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. mechro99

    Cookie management

    Hello, I'm trying to create a similar interface to msnbc.com, where the user can control which pagelets to display, and in what order, and allow the browser to remember the configuration in the future for return visits. Note, I'm not using actual pagelets here, but div tags that use an ASP...
  2. mechro99

    Cross Page Postback from ascx file

    Thanks Jason, I'll dive into the encapsulation concept. I'm learning .NET as a self-taught ASP Classic guy, and I think I spent more time trying to learn how to perform specific tasks than familiarizing myself with overall concepts while learning Classic. So far .NET is totally owning me. :)...
  3. mechro99

    Cross Page Postback from ascx file

    Thanks for the response, this looks good. A detail that I neglected to mention is that the user control quote_generator.ascx gets pulled into a masterpage, and not directly into default.aspx. The masterpage containing the control is then applied to default.aspx, and also to a handful of other...
  4. mechro99

    Cross Page Postback from ascx file

    Hello, I'm pretty new to ASP.NET C#, and I'm struggling with what I'd imagine is a pretty simple process. I have a page (default.aspx) that pulls in a user control (quote_generator.ascx). The user control includes a set of text boxes and dropdownlists, and a button. The button's postbackurl is...
  5. mechro99

    Call Center Development - Where to Begin?

    True dat, but I've mostly found software vendors instead of educational material. I'm not sure what basic building blocks are needed and how they work together.
  6. mechro99

    Call Center Development - Where to Begin?

    Hello, No rush on this, just the curiosity of a relatively new developer (ASP.NET, ASP classic)... Can anyone point me in the right direction to learn about the basics of developing a call center? Connecting a phone system to a database of some kind, automation, etc. I have no idea where to...
  7. mechro99

    protecting a folder containing .doc and .pdf, etc.

    Thank you both. This sounds like something I could use, guitarzan.
  8. mechro99

    protecting a folder containing .doc and .pdf, etc.

    Hello, While I know how to show/hide links to documents on an asp page using if/then statements and a list of authorized users, I'm at a loss as to how you protect the documents themselves if an unauthorized user should happen to learn the url of a word document or a PDF. Can anyone make...
  9. mechro99

    Process all form fields with a loop?

    Good point. Funny you should mention that, I was just having a conversation about a previous co-worker that ALWAYS went the way of the dynamic, fancy code method, and how she drove me insane because of it. I never could figure out how she came up with the loops within loops within loops that...
  10. mechro99

    Process all form fields with a loop?

    I think I understand. I'll give that a try. Thanks for the response.
  11. mechro99

    Process all form fields with a loop?

    Hi, I was wondering if there is a way to create a do while loop that would get the name of each field in a form, and use that name to determine which database column to write to... Doesn't have to be a do while. Any method would be great. Rather than having a processing page that reads...
  12. mechro99

    Use a form to write to a pre-existing XML file

    Can you give me an example of how to use that property? Do I use it in the form action?
  13. mechro99

    Use a form to write to a pre-existing XML file

    Hi, I'm trying to create a program that will contain an offline html form to enter personal information. I'd like to save that information to an XML file. All this must be done with client-side scripting, since it will be offline. Is there a way to do this? Thanks, Dan
  14. mechro99

    Passing form values in ASP on CD-ROM?

    Thanks for the start. I've also read a tiny bit about Visual Basic. Would that be a good place to look as well? -Dan
  15. mechro99

    Passing form values in ASP on CD-ROM?

    Hi, I need to build a CD-ROM that allows users to enter personal information into a form, print out the information and save the information. The only way I could think to do this is through an ASP form, but I don't know if there's a way to make ASP work when running it from a CD and without...
  16. mechro99

    jump menu, but not quite

    Thanks for the tip! This looks brilliant.
  17. mechro99

    jump menu, but not quite

    Hi, Thanks for all the help everyone on this board has provided. I've learned a lot here. I've got a question about a variation on a jump menu idea. I would like to create an input text field in which a product serial number could be entered. When the submit button is pushed, the browser is...
  18. mechro99

    Fixed navigation bar and header

    Hi, I am new to Java, so I don't know if I am in the right place. I am working on a site that uses an I-frame to display the site's content within a shell page that holds the header and the navigation. You can view it here: http://denialmusic.com/forethought/forethought.com/nav.html I...
  19. mechro99

    "Back to top" link problems

    Hi, I have a site prepared that has internal links that jump down to different text sections on the same page. These buttons work on both a PC and a Mac, but the "back to top" links only work on the PC. Here is the page, if anyone can take a look and tell me if I'm doing something wrong...
  20. mechro99

    Fieldset problems with Mac

    How about an "I-Frame" Would that make more sense?

Part and Inventory Search

Back
Top