Search

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

Matching Posts

  • Re: external smtp

    I believe that I have answered as I have seen this issue plenty of times: You cannot relay from your IP address. Essentially, when you send your email to "host.com.au", you are asking for this mail server to relay your message on to its final destination. The problem is that the host does not accept emails to be relay from your "location", i.e., IP address. You have to get the mail administrator to allow for relaying from your IP address to get the email to get through their mail
    Posted to Web Forms (Forum) by Careed on 11/27/2009
  • Re: Grid View Issues - Error Creating Control

    Try this first: <%@ Page Language="VB" AutoEventWireup="false" CodeFile="so_ack_form.aspx.vb" Inherits="so_ack_form" %> <!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 id="Head1" runat="server"> <title></title> </head> <body> <form id="form1"
    Posted to Data Presentation Controls (Forum) by Careed on 11/27/2009
  • Re: Weather RSS Feed with Normal Temps

    I do not know of an RSS feed for this, but this is probably because the data is static. However, if you want the data, then go to the National Climatic Data Center website ( http://cdo.ncdc.noaa.gov ). From the home page, there is a menu on the left side. Find Data Access Tools and click. From here, click on Climate and Weather. Scroll down until you find Climate Normals and then click. In the Product Selection list, find "Daily Station Normals 1971-2000 (CLIM84)" and click. From here,
    Posted to Free For All (Forum) by Careed on 11/27/2009
  • Re: ASP.NET 1.1 Forms Authentication on Windows 7

    It is my understanding that you can install IIS 7.0 on Windows 7. They're not distinct products; 7.5 is an upgrade of 7.0 with additional features that are intended for Windows 7 (and I believe Windows Server 2008 R2, but I'm not sure of that). The purpose for the option is to provide Windows 7 with IIS 7.0 for development and testing of web apps that will run on IIS 7.0 in a production environment. Additionally, I believe that there may be some issues with IIS 7.5 and ASP.NET 1.x, so it
    Posted to Security (Forum) by Careed on 11/26/2009
  • Re: Trying to Point a Calendar Page to a MasterPage

    Your HtmlForm control (<form id="Form1" runat="server">) needs to be in only the Master page, along with the <html>, <head>, and <body> elements. The content page(s) should only have ContentPlaceHolder controls.
  • Re: User Control Not Working

    It sounds like that your copied user control has a different namespace from the rest of that particular project. Are you using an explicit namespace in the user control?
    Posted to Web Forms (Forum) by Careed on 11/26/2009
  • Re: Grid View Issues - Error Creating Control

    Can you present your code to see what you are doing?
    Posted to Data Presentation Controls (Forum) by Careed on 11/26/2009
  • Re: Aligning Controls

    If you wish to do this programmatically, then I would create two additional Panel controls for each of your GridViews. So, you would add the GridViews to their respective Panels, set the CssClass properties of the Panels with your CSS classes and then add these Panels to your grand Panel control. You might consider using the HTML designer instead to set this all up, using divs in place of Panels (same thing, only the divs don't have to be a server control).
    Posted to Data Presentation Controls (Forum) by Careed on 11/26/2009
  • Re: Printing Multiple Copies of a Report

    As for the PrintToPrinter method, try removing it from the For...Next clause and place immediately after the Next statement. How many tables are contained in this report?
    Posted to Crystal Reports (Forum) by Careed on 11/23/2009
  • Re: IE6 and the infamous "tooltip"

    As for IE6 and whatever deprecated Windows OS your organization is still using, you might point out to your network guys that critical updates for security holes do not occur on deprecated software from Microsoft.
    Posted to Web Forms (Forum) by Careed on 11/23/2009
Page 1 of 153 (1525 items) 1 2 3 4 5 Next > ... Last »