Questions tagged [design-view]

A view in a RAD (Rapid Application Development) tool that allows you to design what the user sees.

64 questions
1
vote
1 answer

Asp.Net WebForms designer auto update

When we work over Asp.Net Forms (like .aspx pages), the source view gets updated automatically when we edit designer. On the other hand, disigner is not bothered about changes made at mark-up/ sources. We have to click synchronise view after…
Asad
  • 21,468
  • 17
  • 69
  • 94
1
vote
2 answers

In Visual Studio, my Design view doesn't load the master page controls. Why?

It's just so much HRESULT E_FAIL, if you know what I'm talking about. And if you use Visual Studio, you know what I'm talking about. Similar thread, but not a duplicate: Is the design view for aspx pages in Visual Studio useful? Any insight,…
MrBoJangles
  • 12,127
  • 17
  • 61
  • 79
1
vote
1 answer

Extend Eclipse XML Editor's Design View to display certain Content

As soon as a schema is attached to an XML document the design view of Eclipse XML editor displays the possible children of a node on the right-hands side. I'm interested in changing this when an element has a certain attribute to display the…
Cornflake
  • 63
  • 5
1
vote
1 answer

Hide Radiobox and Checkbox Name on Visual Studio Design View

I have been designing controls in Visual Studio 2008 and as you may have notice when I use radio button and checkbox web controls for ASP .NET it shows the name on design view, this causes me to see an odd preview because the text are unnecessarily…
Nap
  • 8,096
  • 13
  • 74
  • 117
1
vote
0 answers

Dreamweaver and CodeIgniter Design View not working when editing a View page

when opening a CodeIgniter View file in Dreamweaver Design View (application/views/register.php), the Design View loads only the content in the file (without css), because it tries to open localhost/mysite/application/views/register.php instead of…
0
votes
1 answer

Flex design view not working for components with custom base class

I have a Flex component that, instead of inheriting directly from Canvas, inherits from a custom class (MyBaseComponent ) that I wrote which in turn inherits from Canvas: Canvas > MyBaseComponent > MyComponent (mxml) Design view does not work for…
Keith
  • 20,636
  • 11
  • 84
  • 125
0
votes
1 answer

VS 2010 Error Opening Design View

There is no editor available for 'file path here'. Make sure the application for file type (.vb) is installed. This is the error that I get when I try to open a project I did a while back in VB. I tried a C# project and I can open the form for…
Shane LeBlanc
  • 2,633
  • 13
  • 42
  • 74
0
votes
1 answer

Custom button in wordpress?

I was wondering if it's possible to make more of the styling buttons in the design view. Right now it's fairly limited, not having buttons for line breaks or divs. Is there a plugin for that or do I have to do it myself, and would this be hard to…
PearSquirrel
  • 595
  • 2
  • 7
  • 17
0
votes
0 answers

Narrow down an Access Design View export (follow-up to existing Q/A)

https://stackoverflow.com/a/61730969/2818235 answers the root question I have, but I want the "Export" described there to be more precise (so I don't have to edit the resulting Excel sheet quite so much). I'm wondering if what it's doing is done by…
0
votes
1 answer

Unable to drag and drop or edit toolbox elements in Visual Studio Community Edition 2022 for ASP.NET Web Forms (C#) in Designer View

I have followed the approximate steps of this video in an attempt to create an ASP.NET Web Form. Inside the video, the programmer was able to directly edit text within the designer view, as well as right click to edit elements. However, while trying…
Talos0248
  • 190
  • 6
0
votes
1 answer

Visual Studio 2022 Design Tab not showing interactive objects, only text

I recently upgraded from VS 2019 to 2022. I tried to mimic my installation from 2019 to the 2022. So far the only thing I seem to be missing is when I am editing a page that has controls on such as as LinqDataSource, GridView or even…
user1968084
  • 173
  • 1
  • 10
0
votes
1 answer

How to fix Gray screen with androidx.constraintLayout text in android studio

I am learning android development I have this problem with my design view of my android studio that shows gray background with androidx.constraintLayout.constraintLayout text in the middle xml design view snapshot Now i tried solutions stated in…
0
votes
2 answers

How to prevent Design View from using default constructor?

Situation: I am making a Collapsible Panel. In my business situation, I am required to have the panel support the following: A "direction" (ie, will it dock top, bottom, left, or right). This changes which direction it collapses and a few other…
0
votes
2 answers

Assign two inputs to a single column of SQL table

I'm trying to collect data of a user using a small form and insert those to columns of the Student table (db). I was able to insert all information except the user's gender, for which I used two radio buttons (radioButton_male and…
mante
  • 87
  • 1
  • 9
0
votes
0 answers

C# - Visual Studio - Use different Design Views for Solution?

We have 2 customers using the same software but the frontend should look differently for each customer. Is it possible for C# applications (Visual Studio 2017) to just design 2 different frontend design views and differentiate the views with a…
beinando
  • 477
  • 4
  • 18