Web Forms :: Adding Different Features To Some Pages?

Sep 21, 2010

I have 7 .aspx pages in my application. I have one masterpage so all pages have the same outlook. For 3 pages I want a treeview or some other control to display that I dont want in other Pages and I dont want to drag & drop that control in those 3 pages. How can i do that?

View 7 Replies


Similar Messages:

Adding Features Around Classic Application?

Sep 3, 2010

I will be adding new pages and adding functionality to current pages.

I would basically like to use new technology and but I don't know how should I add it to classic ASP pages

In other words, can I <#--include--> an aspx page in Classic asp page? Or anything of that sort, may be creating a user control in ASP.NET and using it in classic ASP?

View 2 Replies

Web Forms :: Adding Aspx Pages To A New Server?

Jun 10, 2010

while i was trying to add my aspx pages(framework2.0) to a precompiled html pages, i get the following error--

The XML page cannot be displayed

Cannot view XML input using XSL style sheet. correct the error and then click the
Refresh button, or try again later.

A name was started with an invalid character. Error processing resource 'file:///D:/Site/Login.aspx'. Line 1, Position 2

[Code]....

View 3 Replies

Web Forms :: Adding JS, CSS And Images In Master Pages?

Dec 2, 2010

I want to understand the concept of relative paths as I have been tired of trying out my luck with adding JS files in the master pages and making them to work consistently.The scenario I have studied is as follows.1. Master page is present in subfolder under root, script file is present under a separate subfolder under root.

+Root
+MasterPageFolder
+ContentPageFolder

[code]...

View 3 Replies

Web Forms :: Adding Html Pages Into Master Page?

Jun 24, 2010

I am having menus on the left side of the master page.I am also having the html pages related to the menu link. Based on the menu selection i would like to show the corresponding html pages as a content to the right side of the master page.

The html pages shoud need to be shown just like the other webforms are shown on the right side of the master page pased on the menu selection.

View 3 Replies

Web Forms :: Adding New Pages Without Compiling In Live Site ?

Aug 26, 2010

Recently I have been given assignment to allow admin to add new pages dynamically without need to rebuilding and deploying web site/ project. These pages will be having simple text.

View 4 Replies

Web Forms :: Master Pages And Adding Dynamic Text Fields To A Page From The Database

Jun 28, 2010

I am adding text fields to a page from the database. I set the .ID to match the record ID from the database. Of course becasue the text field is on the masterpage, when I grab the .ClientID, it is ctl00 contentMain$ctl00. what I don't get is where is my ID? If I set it to say AB how do I find the textbox by AB? I thought it should have AB in the ID somewhere. ID is nothing which I don't get either. I'm looping through the controls in a placeholder like this

For Each row In dtData.Rows()
Dim c As Control
For Each c In phTextRequired.Controls
If c.UniqueID = row("CustomFieldID").ToString() Then

Again though what is in the row() is say AB but the id is way off from that.

View 4 Replies

Adding Css Class In Content Pages?

Jan 14, 2011

I am working on a page which is using a Master page for some default design, I need some css class to be added to the conent page, which we add normally in script tag in normal pages, My question is how to add some css content in a page which is using Master page,

View 2 Replies

SQL Reporting :: Adding Pages Into The Report Manager App?

Dec 29, 2010

Is it good practice to add asp.net pages into the Report Manager web app?I would like to add some pages that allow users to manage what is in their multi-select dropdownlists on reports. Unfortunately, i can't host another web app, so i was wondering if i should just embedd pages within the report manager?

View 3 Replies

How To Modify Published Project - Adding New Pages

Dec 12, 2012

I published a project called TestSample which has 2 pages page1.aspx and page2.aspx and application dll Test.dll in bin folder.

what i need is, i want to create a new page called page3.aspx and page3.aspx.cs through programmatically which is done by file stream object, my need is to publish this page3.aspx to the TestSample virtual directory and also page3.aspx.cs has to be merged with Test.dll so that code behind should be avoided.

View 1 Replies

Unable To See Master Pages While Adding A Page In The Project

Feb 25, 2011

I am trying to add a .aspx page in the project , but while adding the .aspx page i am not getting the option to choose existing master pages. I remember long back i used to get that option to select the master page.

View 2 Replies

MVC :: Adding / Deleting / Editing View Pages Dynamically / Programmatically>

Jul 27, 2010

What I want is that I can add /edit or delete view pages. I don't want a complex content management system , just looking for any examples where one can add simple view page, I have no idea how to add action result dynamically, programatically on a controller page in mvc2.

View 5 Replies

Adding Pages In Live Site Dynamically Without Redeploying Or Recompiling ?

Aug 26, 2010

Is there some way to add .aspx pages in live asp.net site without need to recompile or redeploy ?

View 2 Replies

Javascript - Adding Input Control To The Pages With JQuery Has Problem With HttpFileCollection?

Jul 17, 2010

I'm trying to add upload controls to the page. This HTML mark-up with JavaScript is working fine but there
s no option to remove the added control:1. Example A

<%@ Page Language="VB" AutoEventWireup="false" CodeFile="Default.aspx.vb" Inherits="_Default" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

[code]...

View 1 Replies

Web Forms :: Paint-Brush Features On Web Form?

Aug 26, 2010

I want to add a paint-brush tools to my web form. Which will allow users to sketch some thing, insert image and save that sketched image as a IMAGE file.

View 3 Replies

Web Forms :: How To Integrate CMS Features In Existing Website

Oct 29, 2013

"How to Integrate a CMS with an existing website". I have a prebuild asp.net website now i want to integrate a CMS thing with the website so that on the production floor, the admin of the website can add, edit, delete web pages according to his will without the involvement of a developer.

View 1 Replies

Forms Data Controls :: How To Use Delete/Edit Features Of GridView

Aug 6, 2010

I've seen use an inline <asp:SqlDataSource> to bind data to a gridview when usin the delete or edit features. I, for a few reasons, use a button_click event (because depending on a selection from a radio button "list", there are specific fields/parameters to query the database). So there isn't a "Delete" or "Edit" feature of basic sqlclient controls (that I know of).

how to either use normal sqlclient controls with a gridview to handle the delete/edit features of a gridview, OR explain how I can use an inline sqldatasource in the codebehind to query the database with specific select statements and specific fields/parameters?

What I mean by different fields/parameters, is that there are radiobuttons, and depending on which is chosen, the query changes. So I can't just use the same select query and have the parameters just be "TextBox1.Text" or whatever (because I might not need that parameter since the query would be different).

View 4 Replies

Web Forms :: How To Embed Flash File In Page Having Features Like Video Displayed In Youtube

Feb 12, 2011

i want to embed flash file in asp.net page.I have used below code for same:

<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/

View 1 Replies

Implement Couple Of Features In It Among Others?

Dec 7, 2010

I am building a search where I need to implement couple of features in it among others.

1- It should bring all synonyms, like if someone searches for couch, it should bring in matching results for that couch plus linguistic matches like (sofas, cushions etc). To accomplish that I am using Full Text Search. In my query I use FreeText but it does not yield the required results. That's what I do,

select * from Furn_Products Where FreeText(FurnName, 'Couch');

It should bring Names containing Cushions, Sofa and Couch off course but it only brings Names with Couch which I could also do by simple Like query. 2- I need to check for typos, like if someone types soofa, it should bring in results for sofa, couch etc.

View 3 Replies

C# - Implement RSA And Other Security Features?

Mar 21, 2011

Mine is an asp.net website on c#.

I have to perform an action and want to authorize and authenticate before performing that action because it is very crititcal.

I can provide normal user and password. but besides that how can i ensure that its secure ??

Any more levels of security features i can provide.

how can i implement RSA ?? in such a scenario?

View 2 Replies

How To Implement Ldap Features To Web Application

Sep 24, 2010

i am trying to implement ldap features to my web application in asp.net C#......

i implemented the ldap features in such a way that,if the ldap path is given like:

ldap://serverneame/ou="sdfsd",dc=""",dc=""

this will allow all the groups under this server and domain how can i differentiate between the groups for example consider an hospital i want this application to be accesible only by doctors,even the cashiers of the hospital will be able to access my application,how should i not allow certain set of groups to be authenticated to my application.

View 5 Replies

C# - Admins Have To Reload Page To See Features?

Jul 27, 2010

I am creating a custom cookie and have overloaded the Iprincipal class and all that good stuff. My cookie works correctly and I am able to retrieve the roles of the users successfully, but the admins have to reload the default page after just logging in to see the admin only button. Once they visit a new page on my site and return to the default page, the button is there.

I read somewhere that the cookie is created last and has something to do with a response to the HTTP. TBH, I am new to this stuff and don't understand exactly how that works, but I see how it effects my program. I am currently creating and planting my cookie in the page load of my default page. Should I be doing it somewhere else, perhaps in the log-in page? I tried that, but the same issue still exists. Am I missing something?

View 2 Replies

Put Real Time Features Into Website Using PHP

Jun 3, 2010

I'm looking for a way to put real time features into my web site. The idea is asynchronous communication between 2 people - like a chat session. If I use the chat example - I'd like the second person to know that the first one has sent a message to him, without refreshing or doing something active on the web page. Polling is not a good idea here - so is there any other solution? the back-end could be ASP.NET or PHP (ASP.NET preferred).

View 3 Replies

How To Implement Search Features In MVC Applications

Feb 7, 2010

How to implement search features in ASP.NET MVC applications

I have a program designed using Asp.net MVC and c#

I want a simple way to implement a search for the data that I have using the models and Controllers

I did it by doing a script in a page itself but I want it by using Models for example I have a table with ( Mean, STD, Parameter , etc )

I want to put these in a dropdownlist and there is a text box to write the value also, there is a flexibility in adding more than one dropdownlist <<< not important

View 1 Replies

Langauge Features And Compiler Query?

Feb 18, 2010

I've been doing some self-teaching into how the .NET compiler and BCL and have some queries which hopefully somebody on here can answer.

1. What causes the need of a new release of a compiler (specifically C#)? Is it simply due to new language features?

2. Where do language features sit within the .NET Framework? Are they part of the BCL? Or is this based purely on the compiler and an external specification (which in turn is recognised by the IDE).

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved