Search

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

Matching Posts

  • removing extra namespaces in the web.config

    Hi, I am trying to optimize a web app as much as possible. Will removing extra namespaces in the web.config have a positive effect on performance? Thanks! Mike
    Posted to Getting Started (Forum) by mike123 on 10/28/2009
  • Re: removing extra namespaces in the web.config

    rtpHarry, Good answer. One thing I am not clear on from reading... If I am not using system.web.ui.webcontrols, system.web.ui.htmlcontrols on my pages, is there a line I can put in my web.config to stop it from laoding and gain performance? Your help is much appreciated ! Thanks again! mike
    Posted to Getting Started (Forum) by mike123 on 10/28/2009
  • 2 websites running off the same directory

    Hi, I have a web application that I want to run as 2 different websites, the reason is I will have the same website run as 2 different domains. I want to have the 2 applications to have the user uploaded files syncronized, so this is why I want to do this. Also I want to avoid having to deploy 2 applications every time I update the website. Is there an effective way I can do this ? Can I just set it up in IIS and everything will be fine ? ( I will use seperate host headers for each app) The only
    Posted to Configuration and Deployment (Forum) by mike123 on 10/26/2009
  • Re: best .NET shopping cart / ecomm platform (Free ?)

    Hey MikeRamsey, Appreciate the link I am checking it out. I guess there is no hands down best free ecomm solution for .NET right now ? How does nopcommerce compare with http://dashcommerce.org/ ? Any thoughts ? Thanks again! Mike123
    Posted to Component Discussions (Forum) by mike123 on 10/20/2009
  • Re: help with listview onItemDataBound

    Naveenj, You are a gentleman and a scholar, and your answer could not have been more clear or perfect. Thank you very VERY much =] mike123
    Posted to Data Presentation Controls (Forum) by mike123 on 10/19/2009
  • best .NET shopping cart / ecomm platform (Free ?)

    Hey, I am looking for the best free .NET shopping cart or reasonably priced shopping cart. A client just wants a SIMPLE store, and I am wondering the best way to do it with .NET ? Normally for Ecommerce I use magento (php), even tho I am a .NET lover and PHP not nearly as much, I find that nothing ecommerce compares with Magento.... Any feedback is greatly appreciated. Thanks! Mike123
    Posted to Component Discussions (Forum) by mike123 on 10/19/2009
  • Re: help with listview onItemDataBound

    Hi Andudarev, Appreciate your patience and that you are sticking with me on this one ReadByRecipient is an integer value of 0 or 1, it is pulled from a column in the database and displayed on the listview. I am binding a datatable to the listview. The only code I have is what is displayed above in the listview and the code behind. I think I am missing a step obviously and declaring and assigning it is causing my problems. I am not sure how to do this. Once again any help is greatly appreciated!!
    Posted to Data Presentation Controls (Forum) by mike123 on 10/16/2009
  • Re: help with listview onItemDataBound

    Hey Andudarev, I have ported your code C# to VB.NET Dim row As DataRow = CType(e.Row.DataItem, DataRow) Dim _bt As Button = CType(_bt.FindControl("btnMarkAsRead"), Button) _bt.Visible = row("readByRecipient") = IIf(0, True, False) The problem is on the code behind i get the error " The problem I get is " 'Row ' is not a member of 'system.web.ui.webcontrols.listviewcommandeventargs' Thanks once again!! you are really helping me out on this one and I appreciate
    Posted to Data Presentation Controls (Forum) by mike123 on 10/16/2009
  • Re: help with listview onItemDataBound

    awesome thank you very much, that is exactly what I am looking for! :) 1 other question .. how can I get a variable name into the layoutTemplate section of the listview ? < h1 > Order Replies for Order Code = _orderCode </ h1 > _orderCode is supposed to be a variable .. any way to do that ? Thanks again! mike123
    Posted to Data Presentation Controls (Forum) by mike123 on 10/16/2009
  • help with listview onItemDataBound

    Hi, I have a listview as posted below. I am looking to programmatically display the btnMarkAsRead button according to the value of CInt(Eval("readByRecipient")) I have been looking all over the net for 2 days, but can't figure out how to do this. I have alot of programming experience, but not so much with .NET controls. I have posted all I have below for my function in the code behind as well. Any help is very very appreciated. Code samples would be most helpful. Thanks again! mike123
    Posted to Data Presentation Controls (Forum) by mike123 on 10/15/2009
Page 1 of 73 (724 items) 1 2 3 4 5 Next > ... Last ยป