Search

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

Matching Posts

  • IE 6 problem with cookie and membership...

    Hi can you look at the code below and advise how it can be amended or made to work in IE 6, its ok in IE7, IE8,FF and safari. If Membership.ValidateUser(UserName.Text, Password.Text) Then FormsAuthentication.SetAuthCookie(UserName.Text, RememberMe.Checked) Response.Redirect( "reader.aspx" ) ......
    Posted to State Management (Forum) by liammcmullen on 11/9/2009
  • Re: cufon

    http://cufon.shoqolate.com/generate/ it allows for any font to be used on a web site - no need for it to be on the client browser.
    Posted to Web Forms (Forum) by liammcmullen on 11/7/2009
  • cufon

    I'm having a problem with cufon on 64 bit win 2008 server, when using master pages, if I access the site using http://localhost it works but if I use the computers ip http ://194.168.217.98 - the fonts don't load. no error is given. it works fine on 32 bit win 2008 server and it works fine without master pages on the 64 bit server. However I need it to work with master pages on a 64 bit win 2008 server. odd that localhost works and it works fine inside vs2008. anyone any ideas? I've tride
    Posted to Web Forms (Forum) by liammcmullen on 11/6/2009
  • Photo sales site

    anyone know of a photo sales site built around asp.net can could be adapated. thanks Liam
    Posted to Free For All (Forum) by liammcmullen on 7/6/2009
  • Re: Calender Extender

    Ambran - thanks for your reply but it brings up a javascript error when I try to use it. Liam
  • Calender Extender

    Hi I have two calender control extenders on a form attached to textbox1 and textbox2 and I want them both to call the same javascrip function on OnClientDateSelectionChanged for valadation, thing is, I need to be able to know which textbox called the javascript function. I think it can ue done by using the sender,args values but I dont know how. hope someone can help. thanks in advanve
  • Re: Layout Images with a caption using a repeter - css help

    try the code below it will display a caption below the image - remember to remove your inline style from the repeter as shown below. good Luck Liam < style type ="text/css" > dt { float : left ; width : 80px ; margin-bottom : 20px ;} dd { float : left ; margin : 100px 0px 0px -75px ;} </ style > < body > < form id ="form1" runat ="server"> < div > < asp : Repeater ID ="myRepeaterPlain" runat ="server"> < ItemTemplate
    Posted to Data Presentation Controls (Forum) by liammcmullen on 5/30/2009
  • Re: webpages aspx don't work

    under the doucments tab make sure default.aspx is selected.
    Posted to Installation and Setup (Forum) by liammcmullen on 5/17/2009
  • Re: webpages aspx don't work

    inside the properties tab (iis) of your default web site you will see a tab called ASP.NET - make sure you select version 2
    Posted to Installation and Setup (Forum) by liammcmullen on 5/17/2009
  • Re: How can I change the number of password charaters for createaccount Wizard

    add this section to your web.config file below <authentication mode="Forms"/> eg: <authentication mode="Forms"/> <membership defaultProvider="SqlProvider" userIsOnlineTimeWindow="15"> <providers> <clear/> <add name="SqlProvider" type="System.Web.Security.SqlMembershipProvider" connectionStringName="LocalSQLServer" applicationName="folioflip" minRequiredNonalphanumericCharacters="0"
    Posted to Security (Forum) by liammcmullen on 5/10/2009
Page 1 of 36 (352 items) 1 2 3 4 5 Next > ... Last »