Search

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

Matching Posts

  • Re: The remote name could not be resolved : 'MySite.com'

    Hi Ali.Sharafi, i have the exact same problem with my mail server,is there anyway you can explain how you solved. when you mean MS ISA server what does that mean sir. Thanks i really appreciate it. I am really stuck. Thanks
    Posted to XML Web Services (Forum) by newtoaspnet2008 on 3/4/2009
  • Re: System.Net.Mail.SmtpException: Failure sending mail

    Hello , Thanks for replying. i have contacted my hosting company and they told me to change this code . but i am not sure if that will help, is there anyway you can tell me if the apporach given by my hosting company is good one. sorry just trying to be careful, this website is my baby . they told me that MailRelay.DeliveryMethod = SmtpDeliveryMethod.Network; is not needed and then also change the below line MailRelay.UseDefaultCredentials = true; to Normal 0 false false false EN-US X-NONE X-NONE
    Posted to Getting Started (Forum) by newtoaspnet2008 on 3/4/2009
  • System.Net.Mail.SmtpException: Failure sending mail

    Hi All, i am sorry if i posted this in wrong forum. but i am stuck have no idea why i keep getting this error . i have mail server with my hosting company. its called mail.mysite.com ( mysite is my domain name. i do have the real domain name even thou i am displaying here). when a customer places a order online, he/she gets an order confirmation email saying that the order has been placed along with their confirmation number. now thats where the error is coming and displays the customer an custom
    Posted to Getting Started (Forum) by newtoaspnet2008 on 3/4/2009
  • my image does not show up? help please

    Hi All, i have gridview and 2 of the columns are Itemnumber and Preview. now the Preview displays a thumnail image for the itemnumber. i have used the below code but its not working, can someone tell me where i am making the mistake. I really appreciate it. all i want is for every itemnumber to show a preview image. all the images are stored in the folder called thumbs and its path is (~/images/products/thumbs) here is the code below <%@ Page Language="C#" AutoEventWireup="true"
    Posted to Getting Started (Forum) by newtoaspnet2008 on 2/23/2009
  • Access a DropDownList Selected value in a user control from a content page(nested master page)

    Hi All, I have a DropDownList box in a user control called DDLs.ascx . i have a content page called Sample.aspx which is based on a nested master page. the master pages are called parentMP.master and childMP.master . now i am calling the user control(DDLs.ascx) in the childMP.master like below <%@ Register TagPrefix="ddls" TagName="dropdownboxes" src="~/test/DDLs.ascx" %> now as i said there are 2 Dropdownlist boxes ( ddl1 and ddl2) in this user control. what i
    Posted to Getting Started (Forum) by newtoaspnet2008 on 2/20/2009
  • which is better FREETEXT or CONTAINS

    Hi All, i am learning how to use Full Text Search and its various features and options. i have database with a bunch of tables (30) and out of which i have full text index enabled on 2 tables. each table has around 2500 records. my question when i use a query which is better to use CONTAINS or FREETEXT. i know the major differences between FREETEXT and CONTAINS. how FREETEXT looks for both singular and plural and how CONTAINS is more precise. but performance wise which is better, because if it does
  • Tables and Full Text Catalog

    Hi, sorry to ask such a simple question, but i am a newbie. anyway, i have created a full text calalog called myfulltextcatalog. currently i have one table indexed on it. now my question i want to have one more table with full text search capacity. so can i use the same catalog or do i have to create a new catalog all over again for second table. i did the first table like below sp_configure 'user instances enabled' , '0' --- creating a full text catalog------- CREATE FULLTEXT CATALOG
  • Re: if a button is clicked....how to do this

    Hi, i did exactly what you have posted, now whats happening it shows all the items in one page all the time,i just want to show it only when the link button is clicked. here is the new code // check to see for button clicked or not private bool IsButtonClicked { set { ViewState[ "IsButtonClicked" ] = value ; } get { return ( bool )ViewState[ "IsButtonClicked" ]; } } and in page_load protected void Page_Load( object sender, System.EventArgs e ) { try { if ( ! this .IsPostBack
    Posted to Web Forms (Forum) by newtoaspnet2008 on 12/1/2008
Page 1 of 16 (158 items) 1 2 3 4 5 Next > ... Last »