Search

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

Matching Posts

  • Re: Slider inside Modalpopup's TemplateWizardStep

    [quote user="Jason Hill"] Sounds like the same issue I have logged in codeplex. You can implement the workaround hack if you want, or you can specify the rail and handle css classes and it should be OK for IE7 and Firefox but not Opera. http://www.codeplex.com/AtlasControlToolkit/WorkItem/View.aspx?WorkItemId=11465 Jason [/quote] Absolutly awesome, I was very surprised to find that after we did a company wide toolkit update, that the slider would no longer work inside of any Tab Panels
    Posted to ASP.NET AJAX Control Toolkit (Forum) by mkpro17 on 7/22/2007
    Filed under: custom css slider asp.net ajax tab panel container fix hack please set valid values for the height and width attributes in the slider's CSS classes
  • Re: Working with IIS 6.0 Application Pools – Overview

    I work in a domain environment and find the frequent need for application pools based on domain user accounts. Especially when uplaoding files to a network path that is say on a storage server seperate from the web server. The following two articles have helped me. How to create the account and pool: http://msdn2.microsoft.com/en-us/library/ms998297.aspx How to give your new service account access to the event log to write errors and such http://objectsharp.com/blogs/bruce/archive/2003/11/03/180
    Posted to Web Hosting with IIS and ASP.NET (Forum) by mkpro17 on 3/7/2007
    Filed under: asp.net custom domain service account application pool iis 6.0
  • Re: A Gap line at a bottom of Ad Rotator in IE

    I had this same problem, drove me nuts for about 2 hours.\ If you have your adrotator positioned in a table this can happen. <table> <tr> <td> <asp:adrotator /> </td> </tr> </table> CHANGE CODE TO THE FOLLOW TO FIX... <table> <tr> <td><asp:adrotator /></td> </tr> </table>
    Posted to Client Side Web Development (Forum) by mkpro17 on 12/12/2006
    Filed under: adrotator ad rotator whitespace space bottom white gap blank blankspace padding
  • Re: Problem with System.Net.Mail on GoDaddy

    I had somewhat the same types of issues using godaddy dedicated and Virtual dedicated hosting. Go Daddy Does not allow the use of port 25 unless it is used through their relay servers. In my case I have a corporate exchange environment in-house and I keep some simple web enviroments at godaddy. So I needed my program to send email, however I wanted it to be sent using one of my exchange servers in-house. Since Go daddy is blocking port 25 I was unable to get my smtp client to connect to my in-house
    Posted to Getting Started (Forum) by mkpro17 on 10/20/2006
    Filed under: email smtp error godaddy go daddy system.net.mail blocked port 25 mail
Page 1 of 1 (4 items)