English 中文(简体)
小型网络形设计器
原标题:Minor web-forms designer thingy


As a high-school student [that pretty much has C# knowledge of a first degree] - I got an assignment for the Israelish Bagrut exams [which are the final, most important exams in high-school] - before we actually went through the materiel in-class [about 3 years earlier.]

It was to make a simple dynamic website, maybe a basic social website or an online-store, with importance of server-side ASP.NET.

My teacher gave me a book from 2006 called ASP.NET & XML Web Services - and I ve started learning.
The problem is, I have VS2010 Ultimate with .NET FW 4 installed, and apparently, is majorly different from the C# Express that the book author has.

在我的VS上,Design Editor of RUS 并不允许我有 WinForms level of freedom, but make me letter the CSS own, not show me the common XY based Designer, but some such as a blog WYSIWYG - without the freedom of gouff around.

由于我不想把书本指示转换到我的甚高频中,我很想知道,这套指示是否能够获得[可能过时的] - WebForms的设计者,而不是下载一个非常老版本的VS

>。

我曾尝试在甚小区周围玩,,发现该书使用的是<代码>。 系统.Web.UI.Page ,而我的VS使用System.Web.UI.HtmlControls.HtmlForm——即使是人工改动到.Page,对设计人没有任何影响。

是否可能回到<代码>WinForm的设计类型? 谢谢!

最佳回答

No, it s not possible to do what you want. You are referring to the ugly, terrible, thing-that-should-have-never-been-created-in-the-first-place grid layout thing that Visual Studio 2003 used to have. Learn a bit of HTML. Tables are easy enough to learn and lay out things properly on your markup.

问题回答

由于设计者使用超文本标记,设计网络格式与设计双版有很大不同。 改变这种说法确实没有任何办法,但应当有一种设计观点,使你能够拖拉和下台,把事情推向类似你如何形成窗口。

至于贵网站的设计方面,可能无法逃脱特别安全局。 设计观点应有助于你进行布局,但大多数捆绑和美术都必须在安保部进行。

enter image description here

  1. Page shown in design view
  2. Toolbox
  3. View (Design/Split/Source)
  4. Solution Explorer
  5. Properties Window
  6. Run (F5)

乌姆,我没有网络开发商,我对网络论坛是否像Icarus所说的那样真正是邪恶没有实际看法,但我不得不把网上布告出来,作为他的替代答案——不要听说用表格填写你的超文本——超文本表格是表格。 学习使用<代码><span>和<div>,因为这是正确和符合标准的方式。 另外,由于你每次都使用布局表,戴手法的皮肤-大脑和胎盘在某个地方死亡,我们需要他们及其创造力。

您可以在内容(你可以搬出手脚)和超文本设计师的《守则》之间转用,但问题是,VS2010(无论是快要还是最终的)是专业发展,如果你不愿意知道超文本和特别安全局,则使用该词并不重要。

更好地利用Adobe Hopeweaver等其他工具或诸如Amaya等自由工具

更新:Try WebMatrix





相关问题
Bring window to foreground after Mutex fails

I was wondering if someone can tell me what would be the best way to bring my application to the foreground if a mutex was not able to be created for a new instance. E.g.: Application X is running ...

How to start WinForm app minimized to tray?

I ve successfully created an app that minimizes to the tray using a NotifyIcon. When the form is manually closed it is successfully hidden from the desktop, taskbar, and alt-tab. The problem occurs ...

Linqy no matchy

Maybe it s something I m doing wrong. I m just learning Linq because I m bored. And so far so good. I made a little program and it basically just outputs all matches (foreach) into a label control. ...

Handle DataTable.DataRow cell change event

I have a DataTable that has several DataColumns and DataRow. Now i would like to handle an event when cell of this DataRow is changed. How to do this in c#?

Apparent Memory Leak in DataGridView

How do you force a DataGridView to release its reference to a bound DataSet? We have a rather large dataset being displayed in a DataGridView and noticed that resources were not being freed after the ...

ALT Key Shortcuts Hidden

I am using VS2008 and creating forms. By default, the underscore of the character in a textbox when using an ampersand is not shown when I run the application. ex. "&Goto Here" is not ...

WPF-XAML window in Winforms Application

I have a Winforms application coded in VS C# 2008 and want to insert a WPF window into the window pane of Winforms application. Could you explain me how this is done.

热门标签