Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by rockyprince

  1. rockyprince

    change Databinder.Eval expression during runtime

    Hi ca8msm, thanks for your reply. the item in question is a column within a datagrid, if I use FindControl, it will be messy getting a handle on ALL the items on the datagrid that I need to reformat. Maybe if I use the datagrid.ItemDataBound event, but I imagine it's no prettier than using the...
  2. rockyprince

    change Databinder.Eval expression during runtime

    Hi all, I have a datagrid like this: ---------------------------------------------------- <asp:Datagrid id="datagrid" runat="server" width="100%"> <Columns> <asp:TemplateColumn HeaderText="Date"> <ItemTemplate> <asp:Label Runat="server" ID="lblDate"><%#...
  3. rockyprince

    changing content expiry in subdirectory

    I have since discovered what the problem was. When I was doing a GetObject, it wasn't acually finding anything. I believe this is due to there being no entry in the Metabase. As a result I changed my script to look like this: Set vDir = GetObject("IIS://LocalHost/w3svc/1/root/images") If...
  4. rockyprince

    changing content expiry in subdirectory

    I'm running IIS5.0 on Windows 2000, and have encountered a problem when trying to script changes to the content expiration setting on a sub-directory, within a virtual directory. Basically, I have a website with an images directory, which I would like to cache for 28 days (only want to chahe...

Part and Inventory Search

Back
Top