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

  • Users: MaryNET
  • Content: Threads
  • Order by date
  1. MaryNET

    Enter key not working for Search Button

    I'm getting this J.S. error when Enter is pressed for a Search.The page stays on the page it is on and doesn't perform a Search: 'document.getElementById(...)' is null or not an object The Search works on FireFox. I found one difference: FireFox view source...
  2. MaryNET

    Print a web page from Code

    Is it possible to send a web page (or a printable stylesheet in my case) to the printer from code? This is all on one .aspx page with no code behind. I have this loop that sends each Invoice to the screen, one by one, but not printer: <script runat="server"> while (dr.Read()) {...
  3. MaryNET

    E-Commerce for ASP.NET

    Has anybody used the Beer House or dashCommerce E-commerce Starter Kit? Or could anyone recommed anything better, even if not for free? thanks
  4. MaryNET

    Make a pop-up box inside a GridView

    Inside a GridView, I would like to display a pop-up box when this Delete button is clicked: <asp:CommandField ShowDeleteButton="True" /> Can this be done? Thanks
  5. MaryNET

    Passing values that don't expire

    Hello, If a user checks the chkPersistCookie check box when logging in, I want their session to never expire: (they don't have to Log In next time, and their Session will never expire). My Question is : I need to pass a few values over to the new page. But they can't expire (like Session's)...
  6. MaryNET

    Log In with FormsAuthenticationTicket

    Hi, If a user checks (chkPersistCookie.Checked) when logging in, I would like to make it so it never expires (always logged in) I'm not sure what "ck.Expires = tkt.Expiration;" is doing. Would the code below make it so the user is always logged in (if chkPersistCookie.Checked is checked)...
  7. MaryNET

    What happened to the IT Jobs?

    I've noticed a big dip in the number of IT jobs in the New York area. And the few jobs that are listed, I wonder how many of them are fake, especially by employment agencies. The housing and financial industries are coming crashing down, and I'm sure a lot of IT people in those fields are...
  8. MaryNET

    Secure pages and Web Site Administration Tool

    Hi, I need to have some secure pages that the user has to log in to get access to. I have .aspx pages in the root folder that will contain the secure and non-secure pages. I was looking at the ASP.NET 2.0 Web Site Administration Tool, but I'm not crazy about it. Could anyone make any...
  9. MaryNET

    Displaying Degree(s) on Resume

    Hi, Is it better to just put my last degree (the B.S) on my Resume or to include the other 2 I have? Right now I'm just listing the Excelsior degree. These are the 3 I have: University of the State of New York Excelsior College Albany, New York Bachelor of Science in Computer Information...
  10. MaryNET

    English and Spanish web site

    I would like to make a web store that would be available in English and Spanish. Is this easy to do in Visual Studio 2005? Does anyone have any info on this or has done it? thanks
  11. MaryNET

    Convert a Web site to Spanish

    Hi. I have a web site that uses Visual Studio 2003, VB.NET, and SQL Server. How can I make that web site also available in Spanish? Has anybody done this? Can it be done? Is it easy to do? Thanks

Part and Inventory Search

Back
Top