0
votes
0answers
5 views

Jinja2 and ASPX

I have a jinja2 template, and I really need to somehow use it in ASPX. Is there any template engine compatible with jinja2 for aspx? Or can I somehow convert the jinja2 templates to another engine ...
0
votes
1answer
18 views

How to deal with js templates duplication of server code?

I've noticed that I often duplicate razor code by making javascript templates for ajax loading. And then if I want to change serverside template I have to change js template too, what can I do to ...
0
votes
1answer
74 views

How to span the single column in an ASP.NET Gridview HORIZONTALLY

i have a Gridview with a single column which is a template field with an image and a label. By default, the gridview expands vertically according to the items in the datasource. But in my case most ...
0
votes
0answers
33 views

ChangePassword Success Template add text dinamically

I'm trying to add some text to my successTemplate but nothing seems to work. I already searched for some answers but got no luck. I tried to use <%=Resources.UserConst.PasswordChanged%> on the ...
1
vote
2answers
143 views

how to Hide and Show a table of html Template using C#?

I am using html template for Email and i want to hide its one table at some condition by code behind, how can i do it, please suggest me. I am wondering how can i do it, i am not able to find any way, ...
0
votes
0answers
44 views

DNN: How dnn stores or remembers the position of contents within user changes them?

My question is about positioning page contents within specified positions. In fact I want to give the admin of the website ability to choose where to display something (top, left, footer, nav, ...). I ...
0
votes
3answers
40 views

How to Change a page template dynamically

I want to change the inner template of my page on some click event, but without changing the master layout. The page contents are stored in Database.And each template is given an ID. The issue is ...
0
votes
1answer
164 views

Dynamically Change Label Text in SharePoint Rendering Template

If I did not have a rendering template I could add the following to my aspx page: <asp:label ID="myLabel" runat="server" /> Then this in my code behind: myLabel.Text = "Hello World"; But ...
1
vote
1answer
81 views

Is there a solution to add css template in existing webform which is now having template?

Is there any way to add CSS template for existing webform that has no CSS template added? My code is listed below, any guidance about how to add CSS template for the form that already exists in the ...
0
votes
1answer
186 views

Linkbutton inside ASP.NET custom composite control template losing its ViewState

I've made an ASP.NET custom composite control which has an ItemTemplate for its children. It's based on the RssFeed (http://msdn.microsoft.com/en-us/library/aa479322.aspx) example. The template has a ...
0
votes
1answer
69 views

InsertItemTemplate From ListView Doesn't Appear

When I create InsertItemTemplate in ListView control, it doesn't appear. Why ? Where is the problem here in this code ? I cannot see "Enter text" with TextBox control when I run it. <asp:ListView ...
0
votes
2answers
139 views

Multi Site using Template in asp.net 3.5

I have an ASP.Net site in Visual Web Developer 2010 Express Framework 3.5 which works absolutely fine on its own. I'm now after the best way of using the same code base, but for multiple sites. For ...
0
votes
2answers
191 views

Repeater Control With SeparatorTemplate

How to create horizontal line after each row in repeater control ? I think that I should use "SeparatorTemplate", I tried but didn't work. Can you tell me where to put the separator in the code, to ...
0
votes
2answers
930 views

Header On TemplateField In GridView

How to create Header "Full Name" in GridView when I am creating "TemplateField" with hyperlinks ? For example I want these rows in TemplateField to have header "Full Name". <asp:GridView ...
1
vote
1answer
195 views

Visual Studio 2012 Can't use web form template

Hi. I first downloaded visual studio express 2012. I face problem in creating web form. There is no web form option available like the left picture. Please help.
1
vote
0answers
75 views

Templating ASP.NET MVC4 site

An embedded Visual Studio 2012 ASP.NET MVC4 template does not provide neccessary default configuration for a typical web project in our organization. We are usually adding IoC, placing project ...
0
votes
1answer
696 views

how bind DataList template field in asp.net

i want to bind a label -i created- in Datalist template to col -named "item"-in my dataSource i used the following code after several trials DataList2.DataSource = dt; // my DataSource ...
0
votes
2answers
157 views

VS2010 ASP.NET Starter Project

I am trying to create an ASP.NET web site, and I would like to start with the template here: http://weblogs.asp.net/scottgu/archive/2009/08/26/starter-project-templates-vs-2010-and-net-4-0-series.aspx ...
0
votes
1answer
157 views

ASP.Net Page Template and using asp tag in rendered pages

I want to use page templating in ASP.Net (Visual Studio 2012 with .Net 4.0). The base page emits the basic template inclusive of the body, html, form, and other tags. That means the rendered pages ...
0
votes
1answer
198 views

StepNavigationTemplate not working inside CreateUserWizard?

I'm trying to set the StepNavigationTemplate, but it is not working <asp:CreateUserWizard ID="CreateUserWizard1" runat="server"> <StepNavigationTemplate> <asp:Button ...
3
votes
1answer
572 views

admin template asp.net forms ready

When creating a new website in vs 2010, it provide a template with a master page, login page, register ... Is there a place where one can purchase/download asp.net ready templates? I know themeforest ...
1
vote
0answers
60 views

Using Mooncake Template

Here is the Mooncake template link: Mooncake template. Has anyone ever used it? I'm trying to apply this template to my ASP.NET website, using ASP.NET controls, but I have some problems about this. ...
1
vote
2answers
644 views

How to place labels in a ms word template and fill them with data from database

I need to make an application where users upload a certain document template (Word, etc.) and they place in it controls (labels, textboxs) with certain ids and based on the ids of the controls, I have ...
1
vote
1answer
114 views

Allowing user-created templates in an ASP.NET site

I have a website I’m converting from Classic ASP to ASP.NET. The old site allowed users to edit the website template to create their own design for their section of the website (think MySpace, only ...
1
vote
1answer
93 views

Making template html for json data

I am using t.js as a template engine in my project. How to make template for this json: { data: [ { FirstName: "Test1", LastName: "Test11" }, { FirstName: ...
0
votes
1answer
186 views

T4 runtime template deployment

I'm playing with this new (for me) technology that is the T4 templating. What I need to achieve, to put it simple, is a way to produce the text of an email, letting the user customize the text inside ...
2
votes
2answers
276 views

ASP.NET MVC Template built in with Visual Studio [closed]

does anyone know awesome templates for Visual Studio integration. I have found some here http://mvccontribgallery.codeplex.com/, but they are dead. I would like get the same for free or for money. ...
1
vote
2answers
230 views

How to know when login is successful working with the asp.net web application template

I created a new asp.net web application using the template that visual studio has. That type of project create a login out-of-the-box which I configured with the aspnet_regsql command to work with my ...
0
votes
1answer
118 views

Asp.net Display Template amd Editor Template for Nullable

I have datetime and nullable datetime properties in my model. [UIHint("NormalDateTime")]-------->(this for editor of non nullable) [UIHint("RelativeDate")]-------->(this for ...
2
votes
2answers
462 views

Create template for crystal report

I am using crystal report in my asp web application. I would like to develop many reports which have the same design, header ,footer and etc.Did crystal report provide creating any template which can ...
0
votes
0answers
90 views

ASP.NET HTTPS TO HTTP Logged In Template cannot authenticate the user

I have setup SSL on my Virtual Private Server and Login page or Register Page showing the SSL. After register or login successful I have redirected to home page but Logged In Template cannot ...
0
votes
0answers
115 views

.net templating engine [closed]

I am have written a set of SOAP services built on c# .net 4.0. One of the associated functions of these services is to send a html email. I have been researching mechanisms, nuget packages etc but ...
0
votes
0answers
520 views

Create a dynamic template of an asp.net page

What I am doing is, I took one asp.net web page, in that I took two dropdown boxes, one is for control name and other one for control type. In the control type I would like to select TextBox in the ...
0
votes
1answer
222 views

Loading html page from a template on the computer

I am working with a C# on visual studios. What I would like to know is if it is possible to have a html template loaded from a directory on my computer. Then every time I load up my code it will ...
1
vote
1answer
296 views

FindControl in Custom ITemplate

I have a custom UserControl which uses a simple ITemplate: <asp:Panel runat="server" ID="pnlExpander" CssClass="expander"> <asp:HyperLink runat="server" ID="lnkExpand" Text="More ...
0
votes
1answer
1k views

Flash templates with asp.net

I have a client who has a purchased a flash template(http://www.templatemonster.com/flash-templates/21220.html) and I am supposed to use that and create a website using asp.net. How can I use this ...
-3
votes
2answers
79 views

Is it possible to implement existing site templates (e.g. templatemonster.com) for ASP.NET? [closed]

We are developing site engine in ASP.NET (saas). We are looking for any possibilities to implement existing site templates (e.g. templatemonster.com). What is the best way?
6
votes
3answers
448 views

Creating website template which is independent from source code in asp.net webforms

Im working on an e-commerce platform which supports multiple stores on different domains. The backend is complete (for now) and I'm now starting the front-end part. Since the platform supports ...
0
votes
1answer
579 views

Controls inside UpdatePanel inside templates

I have an asp:FormView with InsertItemTemplate and EditItemTemplate in it. Both are almost identical in all but codebehind functions behavior. By identical I mean both templates have controls with the ...
1
vote
1answer
182 views

Dragabale text to a RadEditor

I need to create like a panel made out of text for example MY PANEL Drag any of the items below into the editor: CUSTOMER BUSINESS_PHONE BUSINESS_ADDRESS So when dragging this ...
0
votes
2answers
190 views

Use Wordpress Template in c# project

There are plenty of Wordpress template out there, most of them are well designed. I like to know, is there a way to easy to use Wordpress template in c# project. Is there any out-of-the-box ...
2
votes
3answers
194 views

Central HTML templates to prevent duplicate presentation code in ASP.NET MVC

In my application I have a lot of UI elements (particuarly buttons) where I am repeating the same code over and over. For example in multiple views I might have an edit button that is created with ...
0
votes
1answer
181 views

Loading usercontrol to string and submitting the form within

What i'm doing is creating a website where the design is done i html files that are then read into the masterpage using System.IO.StreamReader. and inside the html templates there are keywords like ...
1
vote
0answers
118 views

how rename a folder inside project template to project's name? (visual studio template customization)

i created a project template in visual studio 2010... mean click on project -> File -> Export Template -> at last we have a zip file in template's folder of visual studio. i have a folder named "Test" ...
0
votes
0answers
115 views

A generic Templates technique to handle various type of business document & email formats.

As a business application deals with various kinds of documents, email formats, reporting formats, so it contain the risk of format changes in future which will let to redesign the formats at source ...
5
votes
1answer
322 views

Javascript Templates - Deep nesting is it possible

I am constructing a task app ( For fun) & i just sat down thinking about this problem. I will put the question on my mind in words here. Model is extremely simple, it contains collection of ...
5
votes
2answers
183 views

How to avoid duplication of html in client and server side tempates?

In my experience it seems that there is a lot of duplication of html in server and client side templates. By client side I mean something like Jquery templates, and by server-side I'm mean using ...
1
vote
1answer
349 views

ASP.net MVC: How do I define a razor inline template in code?

I'm using razor inline template to define the grid columns format. This work great if you are defining the inline template inside a razor view. How can I do the same (defining the column list ...
0
votes
1answer
94 views

Ajax Template Editor for Reports

I have been tasked to create a layout editor for my companies internal Reporting System. The Specifications they gave me indicate that templates must be able to be defined in .html files in a certain ...
1
vote
2answers
2k views

ASPxGridView: How to use standard validation within an edit form template?

I want to use ASP.NET's native validation inside my ASPxGridView's edit form template. I do not want to use DevEx's validation, but instead have standard ASP.NET validators in the edit form that ...

1 2 3 4