20 results for "$s/@tag:controls"

Getting started for ASP.NET 4

/getting-started/asp-net-4-mvc-or-webforms

Describes the steps you need to perform for applying EasyQuery ASP.NET to your MVC or WebForms project

XPanel class

/api-reference/korzh-easyquery-winforms/korzh-easyquery-winforms-namespace/xpanel-class

A panel that contains and displays [Korzh.EasyQuery.WinForms.XRow](api-reference/korzh-easyquery-winforms/korzh-easyquery-winforms-namespace/xrow-class) rows.

EditXElement class

/api-reference/korzh-easyquery-winforms/korzh-easyquery-winforms-namespace/editxelement-class

The row element that lets edit value in `System.Windows.Forms.TextBox` control.

XElement class

/api-reference/korzh-easyquery-winforms/korzh-easyquery-winforms-namespace/xelement-class

The basic abstract class for elements of a row in [Korzh.EasyQuery.WinForms.XPanel](api-reference/korzh-easyquery-winforms/korzh-easyquery-winforms-namespace/xpanel-class).

Upgrading to 5.x: ASP.NET (MVC and WebForms) projects

/upgrade-instructions/net-framework-3-x-to-5-x-/asp-net-mvc-webforms

This tutorial describes how to upgrde your old ASP.NET MVC project with EasyQuery 3.x to EasyQuery version 5.2.0 (or higher). 1.2 Use NuGet Package Manager to install the following packages: Korzh.EasyQuery.AspNet4 Korzh.EasyQuery.EntityFramewok6 - if you are using Entity Framework 6.x Korzh.EasyQuery.DataExport - if you will need the data exporting functions Korzh.EasyQuery.MsSqlGate (or .MySqlGate or .OdbcGate depending on your DB) - if you need to load your model directly from DB connection. Finally, we need to make some modifications on our pages where we use EasyQuery scripts. Version 5.2.0 and higher of EasyQuery scripts will not need JQuery anymore, so you will be able to throw them away if they are not used in your own pages. Here is an example for "advanced search" view: To update your Web Forms page your will need to do the following 3 steps: Add EasyQuery scripts and styles on your page.

Getting started for EasyQuery ASP.NET MVC

/getting-started/version-3-x/asp-net-mvc

This article will guide you through all steps necessary to apply EasyQuery ASP.NET to MVC web application

Date/time values formatting

/how-to/date-time-formatting

In this article, you can find instructions how to set up different types of date & time formats, with code examples.

ListBoxListControl class

/api-reference/korzh-easyquery-winforms/korzh-easyquery-winforms-namespace/listboxlistcontrol-class

Represents an implementation of [Korzh.EasyQuery.WinForms.ListControl](api-reference/korzh-easyquery-winforms/korzh-easyquery-winforms-namespace/listcontrol-class) class that shows the ListBox

ListControl class

/api-reference/korzh-easyquery-winforms/korzh-easyquery-winforms-namespace/listcontrol-class

An abstract class that represents list control (menu, ListBox, CheckListBox) used in [Korzh.EasyQuery.WinForms.ListXElement](api-reference/korzh-easyquery-winforms/korzh-easyquery-winforms-namespace/listxelement-class).