Search

You searched for the word(s): userid:794901

Matching Posts

  • Print Word or Excel document from link

    I was wondering if there is a way (or component available) that would let me open up a client's print dialog window and print either an Excel or Word file. Bascially when the user clicks a "Print Document" link from a list of documents (Excel and Word), I would like it the user to be able to print that document (not having it embedded in an html page cause it needs to look exactly like the document). I know you can do it on printers that are hooked up or networked on the actual web
    Posted to Getting Started (Forum) by lzoumas on 11/16/2009
  • Re: Print Word or Excel document from link

    Right, but I don't want to open it in IE, I want the user to click a link and be able to Print the document (Word, Excel) without inserting javascript into the page. I want it to directly print a file without being a web browsers rendtion of that file. I want the user to click "Print" and the users print settings window directly comes up. Isn't there a component for this, or is it just not possible? I do not want to embed the document in an html page. Thanks for the reply.
    Posted to Getting Started (Forum) by lzoumas on 11/16/2009
  • Textboxes not working inside UpdatePanel with IE6

    Hello, I have the following code that works fine in Firefox 3, IE8 and IE7. However, when I test it in good ole IE6 I can't click inside any textboxes. Also, I cannot right click anywhere on the page and get the menu that lets you view page source etc. If I remove the update panel then all is well, but I need to use the update panel. Here is my code. My ScriptManager control is in the masterpage that is being used by this page. Any guidance would be greatly appreciated. Thanks in Advance! <
    Posted to ASP.NET AJAX Control Toolkit (Forum) by lzoumas on 10/27/2009
  • Re: Storing User data in Authentication Ticket

    Thanks, that is exactly what I needed!
    Posted to Security (Forum) by lzoumas on 9/9/2009
  • Storing User data in Authentication Ticket

    Hello, I am using the following code to authenticate a user from a database once a match is made... Session["AgentID"] = user.AGENTID; Session["Logon"] = user.LOGON; Session["AgentFirstName"] = user.FNAME; Session["AgentLastName"] = user.LNAME; Session["Sec"] = user.SEC; FormsAuthentication.RedirectFromLoginPage(user.LOGON,true); ... how do i get the information that i am storing in session to be part of the the authentication ticket so I don't
    Posted to Security (Forum) by lzoumas on 9/8/2009
  • Prevent tab to next field if current field is invalid

    I have a form with some required data. One of the requirements is to prevent the user from tabbing to the next field if the current field they are in is invalid. Here is a simple form... Field 1: <asp:textbox ID="Textbox1" runat="server"></asp:textbox> <asp:RequiredFieldValidator ID="RequiredFieldValidator1" ControlToValidate="Textbox1" runat="server" ErrorMessage="RequiredFieldValidator">*</asp:RequiredFieldValidator>
    Posted to Getting Started (Forum) by lzoumas on 8/11/2009
  • Re: Prevent tab to next field if current field is invalid

    shakti, thanks. This code works in IE but NOT in Firefox. Do you know of any reason why it wouldn't work in firefox? <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server">
    Posted to Getting Started (Forum) by lzoumas on 8/11/2009
  • Re: Prevent tab to next field if current field is invalid

    In case anyone needs this here is the working code that works in both IE and Firefox... <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <title></title>
    Posted to Getting Started (Forum) by lzoumas on 8/11/2009
  • Microsoft.Office.Interop.Word not working remotely... please help

    I am using the Microsoft.Office.Interop.Word Component (Office 2007, so it's version Version=12.0.0.0) to try to find and replace some text. I know the code is working properly because when I log into the remote server it works as planned. However when I try to browse externally I get the following error... Object reference not set to an instance of an object. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information
    Posted to Getting Started (Forum) by lzoumas on 7/22/2009
  • Re: word.document.open - Object reference not set to an instance of an object

    Hi, were you ever able to solve this I am having the exact same problem. Thanks in advance
    Posted to Web Forms (Forum) by lzoumas on 7/22/2009
Page 1 of 5 (41 items) 1 2 3 4 5 Next >
Microsoft Communities