Looking For A Way To Find Design Problems(tool , Tip , Etc)?
Mar 31, 2011
i have some ASP.NET pages.pages does not appear in FireFox4 same IE9.
i want to find my HTML or CSS Design problems.i hared that this is a tool for finding problems.but i can't use it because my ASP.NET Page contains some usercontrols.
I am looking for a way to find my design problems(tool , tip , etc).
another note is i am using jQuery UI plugins in my site.
I am trying to create strogly typed datasets for my project. When I right click on the xsd file that I need to generate a strongly typed dataset for I can't find the 'Advanced' properties as described in the below article (almost half way down)[URL]As I do not see the Advanced properties option I can't find the 'Custom Tool' property/option to set its value to 'MSDatasetGenerator'. Do I have to install some kind of patch on my VS 2005?
I see to down load ASPAJAXExtSetup.msi (Microsoft ASP.NET 2.0 AJAX Extensions 1.0)
I am not an admin on my computer, i work in one of those places where it takes 1 week or more to get 1 thing installed.
Please help me find the exact items to install for vs2005 and the exact order. If i could do installs myself i would just keep trying till i got it, but if i take that approch i will be out of the job i started 2 wks for not getting anything done while i mess with this.
I kept getting this using ASP.NET Administration Tool/Security tab: There is a problem with your selected data store. This can be caused by an invalid server name or credentials, or by insufficient permission. It can also be caused by the role manager feature not being enabled. Click the button below to be redirected to a page where you can choose a new data store. Could not find stored procedure 'dbo.aspnet_CheckSchemaVersion'.
I can't seem to find the TableAdapter tool in Visual Web Developer Express 2005.Is it there somewhere and I am just missing it or do I need to download Visual Studio 2005 to get this tool ?
Is anyone able to see Web Site --> ASP.NET Configuration if you are creating a web application using File --> New Project --> Visual C# --> Web. If so, how and where?
Base on what I've tried, the menu Web Site --> ASP.Net Configuration appears only if you create a website by File --> New Website.
What I am actually trying to find is the Web Site Administration Tool (WSAT).
Is there a way to know what parameters are needed by an event in Visual Studio 2010?Let's say I have a DropDownList control and I want to bind a method to the "OnSelectedIndexChanged", I would do something like thisn the ASPX File:
I am trying to get the .NET Framework Configuration Tool installed on my server. I am running windows server 2008 with .NET 3.5 SP1 and Visual Studio 2008.
I have dowloaded and installed the lastest version of the Windows SDK but the .NET Framework Configuration Tool is still not installed.
I searched the drive on the server for the mscorcfg.msc file and it is not there but the mscorcfg.dll is there.
After the installation of Windows SDK the program manager now shows the Windows SDK v7.1 option with a group of programs under it, but none are the .NET Framework Configuration tool.
Does anyone know how I can get the .NET Framework Configuration tool installed?
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.
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'
I'm about to design my Web service API, most of the functions of my API is basically very simular to my web application. Now the question is, should I create 1 single method and reuse them for both the web application and the web service api? (This seems to be the logical solution, however its very complicated; it's much easier to duplicate the method used by the web application, and keep both separate, ie one method for the web application and one method for the web service.)
1) REUSE: one main method and reuse them for both web application and web service application (I like this but it's complicated)
WebAppMethodX --uses--> COMMONFUNCTIONMETHOD_X APIMethodX ---uses----> COMMONFUNCTIONMETHOD_X ie Commonfunctionmethod_x contains reusable set of common features PRO: less code, less maintenance, less bugs. CON: very complicated
2) DUPLICATE: two methods, one method for the web application and one method for the web service.
WebAppMethodX APIMethodX PRO: simple CON: duplication = more code, more maintenance, more bugs!
guess it's straightforward. On page load, i wanna check the group of which a particular belong to. Say, someADNameeckham belongs to Account. In that case, I only wanna get "Account". But I have no idea how to get the group name of a particular user belong to. It's for LAN web portal so I guess security is not a very big concern here.
I know red-gate's ANTS Performance Profiler but it works with source code. I have an ASP.NET web application that is deployed on a remote server. I'm going to test its performance while it is working on the server.
My main goal is to detect what method of what class is slow and then is a bottleneck. Is there a way or a tool?
I need to develop a project that needs to have a Ticker and an AdRotator, apart from some button controls and a banner.I have two options - ASP.NET and Windows Forms.With Windows Forms, I've been able to develop the Ticker, but I don't know how to develop the AdRotator.With ASP.NET, I'll have to develop Ticker using AJAX, whereas the AdRotator is already present.
The software is to be used as a standalone. I'm thinking of using Windows Forms for the development so that the requirements for the end-user is only the .NET Framework and not ths IIS plus the deployment would be easier. What should I use for the development?If you suggest Windows Forms, please throw some light for the development of AdRotator.Note: I don't have any knowledge on AJAX and I don't have much time for the development. Is it possible to develop the Ticker using some other technology other than AJAX ?
ow tool tip in my web application over an image whose data should come from database using asp.net not javascriptprobably like Ajax tool tip.i wnat to show tooltip
I am using one DataGrid with templatecolumn of Asp:Label Control. In Design Page i used Tool tip for this control, But in the ItemDatabound event, it will checks the number of characters of the text of this label. If the character is less than 40, i have to disable the tooltip for that control only.. But i couldn't finalize this task.
I want to create a Alarm tool. Also i wants to enable user to add events and reminders and define the time for alarm(in the form of music or mail).how to start for that ..
I've been investigating a few of them.What I have found so far that seems usable.
Windmill Selenium Watin
Windmill looks like it has the basics (still not sure if I can write C# unit tests with it)Watin seems awesome with Unit tests..of the 3, it looks like Selenium is trying to be the most fully featured af the 3 (most recent version is today!)
tools to test .net application web services.Using that tool i should able to know that web service is working or not and which methods or services exposing to the client.