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.
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.
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.
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
is working on a reply...