Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Umesh 1 post 21 karma points
    Sep 30, 2013 @ 05:35
    Umesh
    0

    Usercontrol - Help needed

    we have website that was developed in Umbraco, for one form our devloper had used usercontrol, and now i dont have source code on local machine, but when i download from live server all files, its showing just like

    <%@ Control Language="C#" AutoEventWireup="true" CodeBehind="form.ascx.cs" Inherits="UmbracoContact.Umbraco.form" %>

    but no other things of form like textbox, button, but form is working fine. i need to change some how can i ?

    where is it ? it is in database? and developer is now no more in contact. please help me. thanks in advance.

  • Ismail Mayat 4511 posts 10092 karma points MVP 2x admin c-trib
    Sep 30, 2013 @ 09:09
    Ismail Mayat
    0

    Umesh,

    Looking at that snippet the code for the form is in a codebehind file which is compiled into a dll. If you look in the bin directory there should be file UmbracoContact.Umbraco.form.dll possibly? Either way you need the actual source code to change it.

    Regards

    Ismail

Please Sign in or register to post replies

Write your reply to:

Draft