cannot find richtext box control in asp.net - asp.net

I am using visual studio 2010. The problem is I am looking for rich text box control in the toolbox but i am unable to find it. isn't it available in vs 2010 or is it only me who couldn't find it out. please help

The RichTextBox control is only available in Windows Forms development, not ASP.NET development.
The most often referenced free ASP.NET solution is CKEditor.

Related

Xamarin / MonoDevelop ASP.Net toolbox

I have tried several versions of Xamarin and monodevelop versions. I have the same problem on each version: My Toolbox is empty. When i click on "add components", i cannot add any control (i ve tried to select dlls like System.Web but it does not work)
What should i do ?
Mono project gave up its attempt to support ASP.NET WebForms (aka System.Web) with a visual designer like Visual Studio.
I think that's why you cannot add any controls to the tool box.
It would be good enough for ASP.NET MVC, Web API and SignalR though, as they don't need a visual designer.

How to add datagrid to ASP.net web application?

I want to add a datagrid to my ASP.net web application. Is it possible to do this without recreating my project as a Silverlight project? If so, how do I do it?
I only see the option to add a DataList in my toolbox and no option at all for a DataGrid. I'm also not sure how to include a library in my project, if it is even possible to do this (this is my first time working with VB.NET so it's all a little confusing still). In C, C++, Java it's so easy! Or do I even need to use the SilverLight library at all?
If anyone can point me in the right direction, that would be greatly appreciated.
I am using Visual Studio 2010 Professional.
Thanks!
In previous versions of .NET, a tabled list of records was referred to as a datagrid. In .NET 4 (Visual Studio 2010), it is now called a gridview and will be available in the Toolbox.
Also, there isn't any need to recreate your project as a Silverlight project. You can use gridviews in ASP.NET Web Applications.

How can I see the design view in Visual Studio 2012 for ASP.NET projects?

I'm developing a website using ASP.NET.
When I start writing code, I do not get a design view to design the website (please see screenshot in the link below). I really need help.
http://www.4shared.com/download/CZTzYSUu/18-09-34_06-13-06_.png?tsid=20130726-032036-c925f200
Tools > Options > HTML designer > Enable HTML designer
Go to View and click Designer in Visual Studio . I think you should reinstall Visual Studio 2012 because as I can see from your screenshot, not only you dont have the designer file, but also you don't have the code file. So a reinstall is a better option for you.

Using the Ext.NET library in an ASP.NET Monodevelop project

I would like to use the wonderful Ext.NET library (.dll) inside a MonoDevelop project.
Is it possible? If yes, how can I register it in my project to see the <ext:something> extension like the <asp:textbox> for standard asp.net controls?
I don't have much personal experience with Ext.NET + Mono, but I do know several community members have been successfully developing with Mono. The following search results may help track down a bit more information, see
http://www.google.ca/search?q=site%3Aforums.ext.net+mono

How to create report with architecture layer?

i work with Nhibernate's framework..
Would you give me advice, what I use to create a report for my web applications..??
Have you tried using the ReportViewer control from Microsoft? I am guessing you are using Visual Web Developer?
ReportViewer Controls (Visual Studio)
In genereal you should try and add a little more information to your question. ;)

Resources