Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
R

Rob Branaghan

@Rob Branaghan
About
Posts
7
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Dreaming of the code you debug...
    R Rob Branaghan

    I have woken up in the middle of the night whilst dreaming about the code I was working on, and come up with a method to solve the issue that was haunting me at work! It was quite strange, jot it down, and then code it in a few hours later and see it work! I prefer dreams like that, useful :P

    Visit my personal site @ http://www.love2code.co.uk .NET Developer @ FactoryMaster Ltd "Software for TOUGH businesses"

    The Lounge com debugging question

  • Join computer to domain using vb.net
    R Rob Branaghan

    According to the website where it appears you got the code from in the first place, they state that the computer will need to be rebooted for it to take effect. Does it work after pc reboots? http://www.tek-tips.com/viewthread.cfm?qid=1119264&page=1[^]

    Visit my personal site @ http://www.love2code.co.uk .NET Developer @ FactoryMaster Ltd "Software for TOUGH businesses"

    .NET (Core and Framework) csharp help

  • how to hide the query string in url
    R Rob Branaghan

    Try reading this article Tamper Proof Query String[^] by Daniel Hac[^]. It works a treat! Rob

    .NET Developer @ FactoryMaster Ltd "Software for TOUGH businesses"

    ASP.NET tutorial question database com json

  • product image
    R Rob Branaghan

    Hi Vikas, I think you want to set the image url, so try this.... (Based on the idea that you have told the gridview to have a Template Field) <asp:Image ID="Image1" runat="server" ImageUrl='<%# Eval("Product_Image") %>' /> So you would place it inside a template field like below.

    <asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False"
    DataSourceID="ObjectDataSource1">

            <Columns>
               
                <asp:TemplateField HeaderText="Product\_Image" SortExpression="Product\_Image">
                    <ItemTemplate>
                    <asp:Image ID="Image1" runat="server" ImageUrl='<%# Eval("Product\_Image") %>' />
    
                    </ItemTemplate>
                  
                </asp:TemplateField>
                <asp:BoundField DataField="ProductTitle" HeaderText="ProductTitle" SortExpression="ProductTitle" />
                <asp:BoundField DataField="ProductDesc" HeaderText="ProductDesc" SortExpression="ProductDesc" />
               
            </Columns>
        </asp:GridView>
    

    I think this is what you might mean. Hope it helps Rob

    .NET Developer @ FactoryMaster Ltd "Software for TOUGH businesses"

    ASP.NET help database

  • script
    R Rob Branaghan

    Hi I am not really up on oracle, but maybe the following might help. http://www.experts-exchange.com/Databases/Oracle/Q_21171448.html[^] (With experts Exchange Scroll right to the bottom, the answers are there...) http://episteme.arstechnica.com/eve/forums/a/tpc/f/6330927813/m/431005360041[^] http://www.dbforums.com/ansi-sql/304714-if-not-exists-oracle.html[^] I hope this helps Rob

    .NET Developer @ FactoryMaster Ltd "Software for TOUGH businesses"

    C# oracle tools help

  • Page Expand or Page Middle [modified]
    R Rob Branaghan

    Hi, I find this website useful when it comes to aligning or floating. http://css.maxdesign.com.au/floatutorial/[^] Scroll down to Liquid Layouts. I think that might help you. Rob

    .NET Developer @ FactoryMaster Ltd "Software for TOUGH businesses"

    ASP.NET csharp asp-net help tutorial

  • open a new window with the specified url on clicking a image in slide show extender ajax control
    R Rob Branaghan

    Hi jknascrimz, I added this article to Codeproject, this should help with what you are looking for. The article 'ASP.NET AJAX Control Toolkit Slideshow Extender - Popup Image in New Customizable Window' by Rob@FactoryMaster is now available at: http://www.codeproject.com/KB/aspnet/SlideShowPopup.aspx How to make the Ajax Control Toolkit Slideshow Extender popup the image displayed in a new customizable window. I hope this will help you Rob

    .NET Developer @ FactoryMaster Ltd "Software for TOUGH businesses"

    ASP.NET csharp asp-net database help
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups