VS 2010 Adding Script To Page Clears Design-time View?

Nov 16, 2010

I have a very strange problem with my website... I created a rather large page, consisting of a few tables with some labels and textboxes where the user can enter a mechanical car setup (it's for a racing game).

I was working with simple textboxes previously, but I recently switched over to a NumericBox control which should allow only numeric input using some client-side javascript. The NumericBox control is simply a UserControl with a single TextBox on it, and some client side events are added to this textbox which call methods from a single javascript file ("Scripts/numericValidator.js")

When I put a couple of these boxes on a page it works just fine, I can only enter numbers. For it to work though I need to add the script to the page and I do that using this line, either in the head content or in the body content controls:

asp Code:

<script src="../../Scripts/numericValidator.js" type="text/javascript" />

(the path is chosen with the 'Pick URL' dialog so it should be alright, and it does indeed need to go up two directories first as the page is in the '~/Pages/RequireLogon" directory) However, after replacing most of the textboxes on my large page with NumericBoxes, and adding this script line to my aspx code, the design view is 'broken'. I cannot see any of my controls anymore, and I cannot even put any new controls on there. It seems like the Content control is missing, even though it's still there just fine without errors in the aspx code.

When I remove the script line, the problem is fixed again, the controls re-appear. So it's definitely the script line causing the problem, but I cannot see how it could...I tried it with a new blank page and the problem appears there too. If I use this simple page with just a button:

[Code]....

[Code]....

View 6 Replies


Similar Messages:

Configuration :: Adding Key Value To Aspx Page (design View)?

Jul 29, 2010

I am developing on my local machine, therefore my url is http://localhost/<VirtualDirectory>/ My site is hosted at http://www.<DomainName>.com

For example: my link to css file is <link href="/styles/styles.css" rel="stylesheet" type="text/css" />
This works fine on on the public site, but breaks on the dev machine because of the addition of the virtual directory level.

I want to add a key to my config file to manage the current location of the site: <add key="CurrentServerLocation" value="http://localhost/<VirtualDirectory>/"/> or

<add key="CurrentServerLocation" value="http://www.<DomainName>.com"/>

Then I want to add the key value to my links, so that I can change the server path in just one location, config file.

For example:

<link href="<#CurrentServerLocation>/styles/styles.css" rel="stylesheet" type="text/css" />

However, I don't know the correct syntax to add a key value to an aspx page?

View 1 Replies

Custom Server Controls :: Adding Template In Design Time?

Mar 13, 2010

i create a custom control which can hold some templates, such as Header, Body Footer, etc.

[Code]....

i tried to use smarttags to allow the user to edit each of the templates, which worked pretty well. what i could not get working was to add a template if it has not been in the control. eg. add a header-template to the control above. i tried using the RootDesigner.AddControlToDocument() function of my controldesigner. but this function gives me an error, telling me the control i'm going to add the template (i used a new HtmlGenericControl("HeaderTemplate") as new Control) to is not valid. (i can't give the exact error message, cause i use a german version of visual studio 2008) i've been searching the web for nearly half a day now, but i did'nt find a working solution for my problem.

View 2 Replies

Web Forms :: User Control Can't View In Design Time

Mar 30, 2010

I have the user control and web page. When I place user control in the web page and in design time, it cannot view and error is "System.Web.UI.UserControl does not have a public property named 'ContentTemplate". It seems not related of error message.

View 5 Replies

Visual Studio :: Unable To Edit Design View In VWD Express 2010?

May 4, 2010

I upgraded to VWD Express 2010 and cannot edit text in the design view only the source view. Clicking on the design view takes to the code behind page.

If I create a test page without masterpages I can work in design view.

View 3 Replies

Visual Studio :: Access Control In Design Time View

Mar 18, 2011

I am creating custom control with tabs and also giving design time support for that control. In design time I cant accessing the child controls and also tabs. I want to change the tabs at the desing time.

View 1 Replies

Custom Server Controls :: View Changes In Webusercontrol During Design Time?

Jul 31, 2010

I have created an advanced label control using web user control to cater some advanced options needed for my application. The control is working fine but there is one hitch bothering me. In normal label control when we change text or color, we can see effects during design time also but this is not functional with web user control. I mean when i change TEXT property of my label inside user control, the effect is visible on runtime not design time.

Is there any way to see effect of property changes during design time??

View 1 Replies

After Opening An Existing Proyect In Visual Studio 2010, Web Form In Design View Doens't Work

Apr 14, 2010

After opening an existing proyect in visual studio 2010, the web form in design view doens't work. All server control puts a gray box with the following message : Error Creating Control - imgTransportistaSession state can only be used when enableSessionState is set to true, either in a configuration file or in the Page directive. Please also make sure that System.Web.SessionStateModule or a custom session state module is included in the <configuration><system.web><httpModules> section in the application configuration.

View 4 Replies

MVC :: Action Links Does Not Appear In Masterpager Design View Nor In View Page?

Mar 3, 2011

i am trying to but a menu of links in master page

but they does not appearr

here is the code

[Code]....

View 5 Replies

AJAX :: AnimationExtended 2nd Time Clears Markup?

Mar 3, 2010

I have an AnimationExtender to popup a div Resizing window for animation

[Code]....

[Code]....

The div
[Code]....

The anchor that fires the event
<div id="divJumpToActivityManager"> <a id="hypGoActivities" runat="server" href=""><h3 id="picLearnMoreAboutActivities"></h3></a> </div>

So the problem is that the first time it pops up my window fine and animated. The second time it pops up the window and all my markup is gone. Just a blank window. Any ideas how to resolve this so my markup always appears?

CSS for window
[Code]....

View 2 Replies

Visual Studio :: Switching To Design View - Unable To See Design View?

Jan 5, 2010

in my project the design view is not viewed, but the project is working well and good .. the only issue is i cant see my design view ..

error stated is ""Cannot switch views: Validation (Internet Explorer 6): Element 'Style' cannot be nested within element 'td'.""

View 2 Replies

Forms Data Controls :: Adding OcnClick In DataBound Clears Repeater?

Feb 28, 2010

I have a Repeater and an update button inside the repeater

[Code]....

When I run this databound control to wire a javascript function it clears the viewstate and I don't get itemcommands. When I remove the button attributes command it works.

[Code]....

Obviously I can find a more creative way to add the javascript function, but this was the clearest way. Can anyone determine why adding an OnClientClick even in the ItemCreated would cause viewstate to fail?

View 4 Replies

Visual Studio 2010 - Site Upgraded VS08 - VS10, And Now Compile-time Errors Do Not Show Until I Request The Page At Run-time?

Mar 11, 2011

I have an ASP.NET website that worked fine using and debugging in VS2008. I went through the upgrade process opening the solution in VS2010. I can run the site, but as I make changes in the app_code folder classes, they don't seem to commpile and warn me of compile-time errors. As soon as I get to a point that calls the class, the errors show up. Sounds JIT I guess, but this isn't how it was working in 08. Is there an option that was changed in the upgrade process? This is a large project, I really don't want to break something and not find out until some obscure page is opened.

View 1 Replies

Visual Studio 2008 SP1 - Design View Of Page Only Shows The Master Page?

Feb 26, 2010

I'm creating a app that uses a Master Page.

But when i go to Design View of the page (for creating the events automatically or for drag/drop any new control from toolbox, I don't want to type everything) the design view only shows the master page! the page controls are complete ignored!

the image: [URL]

View 2 Replies

Web Forms :: How To Use A CSS StyleSheet For The Aspx Page On Design Time

Feb 5, 2010

In my company we use a control that renders the <link rel="stylesheet"> tags dynamically at runtime (equivalent of scriptmanager who renders <script> tags dynamically). this control is very good, cause it select the appropriate css stylesheets depending on some criterias. The problem is that on design time for Visual Studio there is no designated CSS stylecheet since there is no <link rel="stylesheet"> tags on the page.

If I put <link rel="stylesheet"> tags on the aspx page (to indicate a design time stylesheet) this tag will be rendered to client and it causes conflicts with tags rendered by the control !

View 6 Replies

Web Forms :: Putting A Control On An Aspx Page And Double-clicking In Design View To Create VB Page?

Apr 22, 2010

I've always depended on putting a control on an aspx page and double-clicking in design view to create my VB page. But this isn't happening in my current project. It creates an inline script in my aspx page instead. Where is the option or preference or XML file or.... that controls this?

View 5 Replies

Why Rad Controls Design Is Not Visible At Design Time In Solution

Feb 27, 2011

I installed Rad Controls. Using that controls, I designed my application pages. At design time, the design is not visible. It shows the following error:

RadTabStrip1Failed to create designer 'Telerik.Web.UI.RadTabStrip, Telerik.Web.UI, Version=2010.1.415.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4'

View 2 Replies

Visual Studio :: Design Page Takes Longer Time To Open?

May 10, 2010

some time sthe design pages takes longer time to open sometimes its proper the code page open immediately but the design page tekes longer time to open but its not always how do i solve

View 3 Replies

Web Forms :: Use Master Page - Controls Created During Design Time Initialized?

Jan 18, 2010

a) Assuming a page has a master page associated with it, then all controls (those declared in master page and those declared in content page) created during design time are assigned declarative values only during an Init event? I'm assuming this since to my understanding controls need first to be put into the control tree before they can be assigned their declarative values? And when page has a master page associated with it, then aren't page's controls put into the control tree only during the Pre_Init or perhaps even during the Init event? Then if that is the case, then isn't the earliest that these controls can be assigned their declarative values during Init event?

b) Assuming our page is associated with Master page and also uses a theme --> skin files are also applied during an Init event, so I assume that during an Init event Asp.Net first initializes controls to their declarative values and only then applies skin rules to them?

View 5 Replies

Visual Studio :: Can't See Bottom Of Page In Design View

Apr 1, 2011

When I'm in Design View I can't scroll down to the bottom of some of my pages. I've scrolled down as far as I can and the bottom is cut off. This doesn't happen on all the pages. I tried increasing the height for the ContentPlaceHolder.

View 1 Replies

Visual Studio :: Design View Is Not Able To Pull In The Application For Design?

Feb 23, 2010

can't connect to sql 2005 express sp1 and vs is also sp1. 2) Which my guess is because of the database connection not being able... design view is not able to pull in the application for design, it's as if there is no theme and css just white background and black print.

View 1 Replies

Page Has All Images And Style In Design View But Not Loading In Browser?

Apr 27, 2010

I have asp.net web site which has master page ajax and css file....

I have change masterpage and change master page reference in each page to new masterpage name. then i open aspx page and open in design view no problem i can see new lay out colours and images, when i right click on file name and click on view on browser page open in IE but not images no styles. try on Firefox same problem.

View 9 Replies

VS 2010 - Adding Linkbuttons To A Page Dynamically On Page Load

Jun 1, 2012

Ok, so I'm adding linkbuttons to a page dynamically on page_load.I had it to where the link buttons were redirecting to a page with a query string attached. I was attempting to use the AjaxToolKit's AjaxFileUploader and ran into issues with existing query strings.

So what I'm trying to do now is handle the click event of the linkbutton server side, set 2 session variables and then redirect the page to the same page, but with out appending a querystring so the ajaxfileuploader will work correctly.Here is my linkbutton code:

vb Code:
Dim Lin As New LinkButton                   
Lin.Text = dr("DeptDesc").ToString                   
Lin.CssClass = "deptlink"                   
Lin.ToolTip = CDate(dr("MeetingDate").ToString).ToFileTime.ToString                   
'Lin.OnClientClick                   

[code]....

I know I have Lin.PostBackURL and Lin.setAttribute(...). It didn't work with just setAttribute and I saw a post online about someone setting the PostBackURL and it working...

View 1 Replies

View .aspx Page In Separate Design And Source Tabs In Visual Studio?

Jan 31, 2010

We have three options to view any .aspx page in a tab

Design
Source
Split

How can we view Design and Source in separate tabs for a any aspx page ?

Or if this is impossible!! can we use split option by Vertically splitting the Design and Source ? if later one is possible, I could stretch the view onto two monitors like here as suggested by Nick Craver.

View 2 Replies

DataSource Controls :: Database Design - Display Results On A Web Page Via The Grid View

Mar 10, 2010

Not sure if this is for SQL or .net! I have 3 tables which looks like

table1
ID Name
1 Jon

and

table2
ID Number Job
1 1 IT
2 1 Web
3 1 Admin

table1
ID ContractType
1 Temp
1 Perm

An inner join makes one table with 3 rows (I excluding the ID from table 2 for the join) which is saved as a view

viewTable
ID Name Number Job ContractType
1 Jon 1 IT Temp
2 Jon 1 Web Temp
3 Jon 1 Admin Temp
4 Jon 1 IT Perm
5 Jon 1 Web Perm
6 Jon 1 Admin Perm

I want to display these results on a web page via the grid view. However, I don't want to show the user 6 times! I want to show the user name once, the contract type once and each Job! What is the best way to do this? Is there a fault with the database design already? I assume the easiest answer is to not join them in a view but query each section 3 times from the website but I'd rather 1 connection only!

View 10 Replies







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