Change The Exceptions From The Debug Menu But Not Seeing That Choice?
Dec 13, 2010
using vb.net 2005.I think I need to change the Exceptions from the debug menu but I"m not seeing that choice. How do I get to this window?Shown here:http://dotnetdud.blogspot.com/2009/01/clr-has-been-unable-to-transition-from.html
View 2 Replies
Similar Messages:
Feb 21, 2011
how I can make my VWD2010 show the window where I tick which exceptions I want the debugger to halt on throw rather than unhandled? MSDN docs imply that the menu can be customized to add it but this is NOT TRUE for my version
View 2 Replies
Feb 8, 2010
programming: C# 3.5
i have total of 20 questions in my sql table, it is consist of 2 type of questions:
1. Single answer -- the question that have only one answer.
2. Multiple answer -- the question that have multiple answer.
Using DataList( or another possible ways)
how do i manage to show radio button for Single choice, Check box for Multiple choice question ?
my sql data table
question_id(int) | question_type(char) | question_text | answer1(varchar) | correct1(bit) | answer2 | correct2(bit) | answer3 | correct3
desire effect:
///////Single Choice///////////////
1. This is the question, what is PPP ?
O asfasdasdfasda
O asdasdasdasdadasdasd.
O asdasdasdasdasda.
//////Multiple choice//////////
2. Following, which is correct ?
[] asdasdasdasd.
[] asdasdasdasdzxc
[] basdgwqsdasda.
View 8 Replies
Nov 9, 2010
i have a asp.net aspx page, which references a css file,have the font size defined in css as 2em;
want to give option to user to change this to any value he wishes
irrespective of the bad effect to display format
question, ways to achieve it easily, efficiently and the most simplest way possible
note,way should support all browsers
View 2 Replies
Jan 26, 2010
I'm building the standard 3-tier ASP.NET web application but I'm struggling as to where to do certain things - specifically handling exceptions.
I've tried to have a look around on the web for some examples but can't find any which go as far as a whole project showing how everything links together.
In my data-tier I'm connecting to SQL Server and doing some stuff. I know I need to catch exceptions that could be raised as a result but I'm not sure where to do it.
From what I've read I should be doing it in the UI tier but in that case I'm not sure how to ensure that the connection to the database is closed. Is anyone able to clarify how to do this? Also if anyone knows as to where I could find an example 3-tier web application that follows best practices that would be great too.
View 4 Replies
Jul 15, 2013
i have a asp menu in master page and it is populated from database.
i want if user click a link that menu link's background color should change how to do?
View 1 Replies
Apr 13, 2010
I want to debug EditPanel.debug.js file of HTML Editor, but it never shows in VS 08 and Im sure it executes to that line.What I did to enable debuggingUnchecked both 2 checkboxes for disabling the debugging
Set ScriptMode="Debug"
Change following line
[ClientScriptResource("AjaxControlToolkit.HTMLEditor.EditPanel", "AjaxControlToolkit.HTMLEditor.EditPanel.js")]
to
[ClientScriptResource("AjaxControlToolkit.HTMLEditor.EditPanel", "AjaxControlToolkit.HTMLEditor.EditPanel.debug.js")]
View 3 Replies
Dec 9, 2010
We have a asp.net application and want to implement logging. The first idea was to use the Application_Error method in the global.asax file.
The problem is that ASP.NET very often seem to throw exceptions internally that are not caused by the application and which seem not to interfer with the users normal workflow. For example we often get HTTPExceptions, UnauthorizedAccessExceptions and others caught in this method, although there is no real error in the application.
View 2 Replies
Jun 8, 2010
I have a development machine and a server. problem is that whenever I publish a website I need to change manually debug=false.....its frustrating as I am publish almost everyday new version.
can I change this programatically by HOST name?
View 5 Replies
Feb 23, 2010
On my web form, I have a RadioButtonList nested within a ListView as follows:
Nested RadioButtonList, and Inconsistency between Debug and Run without Debug
View 2 Replies
Jan 3, 2010
Debug-Start Debugging/Debug-StartWithoutDebugging OR Project ASP.Net Configuration launches Dreamweaver. It started lastnight, I had both Deamweaver and VWD 2008 express open at the same time - (I was looking at JQuery in the Microsoft and Dreamweaver enviroments simultaniously). After the first tie this happened, I closed down Dreamweaver (CS3) and it opened when I tried to run my VWD project. I reinstalled VWD 2008 express, IIS and disabled Dreamweaver (renamed the exe). Dreamweaver still came up.
View 4 Replies
Feb 22, 2011
how to change a specific Picture on ohver at menuItem in menu control the code is like this
<asp:Menu ID="NavigationMenu" runat="server" CssClass="menu"
EnableViewState="False" IncludeStyleBlock="False">
<Items>
<asp:MenuItem NavigateUrl="~/Homepage.aspx" ImageUrl="~/images/ONE.png" ></asp:MenuItem>
<asp:MenuItem NavigateUrl="~/AboutUs.aspx" ImageUrl="~/images/SOME.png"></asp:MenuItem>
<asp:MenuItem NavigateUrl="~/ContactUs.aspx" ImageUrl="~/images/MENU.png"></asp:MenuItem>
</Items>
</asp:Menu>
View 1 Replies
Apr 11, 2010
I cannot change the text in the drop menus. It was originally "Select a General Market", and "Select a Market". I have changed them and the changes due not take effect. I can change the labels, but not the default text inside the dropdown list. Is this something that needs to be changed elsewhere?
<asp:label id="lblSelectGenMark" runat="server">Select a market: </asp:label>
<asp:dropdownlist id="ddlGreaterMarket" runat="server">
<asp:ListItem Value="None">Select a market</asp:ListItem>
</asp:dropdownlist>
<asp:label id="lblSelectMark" runat="server">Select a region:</asp:label>
<asp:dropdownlist id="ddlMarket" runat="server">
<asp:ListItem Value="None">Select a region</asp:ListItem>
</asp:dropdownlist>
<asp:button id="Button1" runat="server" Text="Filter Scores"></asp:button></P>
View 13 Replies
Aug 19, 2010
I am using master pages standard theme is vs 2010, have few tabs and they all open different pages. wondering if any body knows how to change the colour of tab after the tab is clicked. will be useful to identify page for user.
View 2 Replies
Sep 29, 2010
I have created horizontal menu like below...
<!--<ul id="topnav">
<li><a href="#">Link 1</a></li>
<li><a href="#">Link 2</a></li>
<li>
<a href="#">Link 4</a>
<span>
<a href="#">Subnav Link</a> |
<a href="#">Subnav Link</a> |
<a href="#">Subnav Link</a>
</span>
</li>
<li><a href="#">Link 3</a></li>
</ul>-->
problem is in my css i assigned margin-left:0px for span.so all my sub navs align to left.but i want to align sub nav under the mail nav.means i need to change align-left property of css dynamically using jquery.
means first sub nav link should be below 'link4' not under 'link1'
so i added following code but i dnt knw how to grab current li position and assign it to span margin.
$("#topnav li").hover(function () {
($(thіѕ).children()) {
$(thіѕ).has('span').css({ 'left': '200px' });
}, function () { //οn hover out...
});
View 4 Replies
Jul 8, 2010
i have created a masterpage with menu. i add the menu item by retrieving the imageUrl ffrom the database and displaying the images instead of text and the same goes for the submenu. it worked perfectly but the problem i have is that i need to change the images of the menu on mouseover the images which i have save the URL of the images for the mouseover inside the database together with the URL of the original images of the menu.
View 6 Replies
Apr 29, 2010
I am using a Menu Control which have a sitemap datasource. I use a image as arrow indicator for menu item. My problem i have to change that arrow image dynamically when clicking the menu item.
View 6 Replies
Feb 22, 2011
We need to find a .NET CMS system that does well in handling external data. Most of the data comes out of an external CRM system which is updated continuously. Some requirements:
We would like to avoid duplicating the CRM data. Meaning the CRM data should stay in the CRM system. Access to the CRM data can be handled via API, but raw db access is available as well of neccessary. It should be possible to edit the CRM data from the CMS UI, but all data needs to be saved back to the CMS db. News module Blog module Simple shop module for selling small number of t-shirts with different sizes/colors (optional) preferably MVC based (but knowing that this would limit the option too much)(optional) preferably c# based well supported, preferably with big community (was added to prevent custom solution ;) )
The focus of this question is which CMS system is good in handling external data, the other requirements are just to get an idea what kind of CMS we are after. **UPDATE** The data will be edited from CMS and CRM The user is supposed to work directly on the CRM database from both CRM and CMS system Concurrency issues are handled on DB level by optimistic concurrency. Basically an update might just fail, then the data gets reloaded and presented again to the user no data symmetrization of any kind should take place at any point
View 2 Replies
May 13, 2010
I created a new ASP.NET web site project. The project starts with a number of default features and one of them is a menu. The menu has a blue/slate color to it.I want to change the color but can't find where it's defined. I checked the Site.css that is created and cannot find the value that is coloring it.
View 6 Replies
Feb 4, 2011
Iam using a Asp menu control in master page(Which is used by the content pages) . For the Menu control, iam dyanamically binding the items through code. My requirement is when i select any item from the menu control it should change its color. I tried different ways such as using DyanamicSelectedstyle e.tc., but nothing is working. How to change the color of the menu control dyanamically.
View 3 Replies
Aug 19, 2010
i have 5 tabs in my master page application. how can i make 2nd tab as default?
View 9 Replies
Sep 3, 2010
I'm trying to use the menu control for the first time in ASP.NET and everything is fine except for the fact that I can't seem to change the item spacing property. My menu is a horizontal menu where the menu items have come from a sitemap file. I've tried changing the menu item spacing in both the dynamic and state menu item properties but nothing seems to change it. I've also tried changing the item spacing via css but that doesn't work either.
[Code]....
View 3 Replies
Aug 4, 2010
I do not have much experience with asp:menus. How would I be able to make visible or invisible certian pages depending on a factor that I get from a session varaible? I plan on doing this on the backend in VB.net.
View 3 Replies
Jan 20, 2011
i need to change menu bar links according to the users,how to made this possible using menubar control and sitemap path,as i dont have constant users...i dont know who is the top user and who is the low level user?
View 10 Replies
Jan 20, 2011
I'm a learner,i tried to develope a site ,in that i need to give access to all pages to the topuser who are registered as topuser,
i need to hide some page to the low level user?how can i dynamically change menu bar according to the users?
View 5 Replies