Convert Coldfusion pages to ASP.NET

Last post 05-15-2008 10:50 AM by hrnc. 17 replies.

Sort Posts:

  • Re: Convert Coldfusion pages to ASP.NET

    04-04-2008, 4:59 AM
    • Member
      2 point Member
    • Menthol
    • Member since 04-04-2008, 8:48 AM
    • Posts 1

    Hi Yubo!

    This is very old post but i tought i will still reply. Maybe this will help you or some other.

     

    I have field called account_disabled in database. Values on that field are 0 if not disabled and 1 if account is disabled.

    I have checkbox inside of DataList component and it's EditItemTemplate. So i needed to make that box "checked" if the value is 1. Below you can see how i did manage to do it

     

    1    <input type="checkbox" name="chkDisabled" id="chkDisabled" <%#Replace(Replace(Eval("account_disabled"), "1", "checked"), "0", "")%> />
     
    Im not sure if it will work with asp:CheckBox..
     
    Sorry about my poor English :) 
     
     
    -Menthol
  • Re: Convert Coldfusion pages to ASP.NET

    04-07-2008, 6:08 PM
    • Member
      7 point Member
    • lespaul00
    • Member since 04-07-2008, 8:57 PM
    • Posts 28

    I have a simple site coded in CFML.  I need to change it to asp.net, but i'm not familiar with asp.  Any help, or tutorial that may be helpful?  It's mostly sql queries based on drop down list selections.

     

    Thanks,

     

    Nick

  • Re: Convert Coldfusion pages to ASP.NET

    05-15-2008, 10:50 AM
    • Member
      2 point Member
    • hrnc
    • Member since 05-15-2008, 10:42 AM
    • Posts 1

    Charlie,

    I had the unfornuate opportunity of attending one of your classes "Running CFM on .net" or some such. It was basically an ad for Blue Dragon. I spoke up in that class and expressed my concern of attending an ad rather than an actual class. Turns out you had no good response to any of the questions that I or any of the other attendees had about it. I promptly left that class and had my money refunded.

     Seems very similar to what is here.

     

Page 2 of 2 (18 items) < Previous 1 2