Tutorial by Topics: asp

RequiredFieldValidator Control: <asp:RequiredFieldValidator ID="rfvcandidate" runat="server" ControlToValidate ="ddlcandidate" ErrorMessage="Please choose a candidate" InitialValue="Please choose a candidate"> </asp:RequiredFieldVal...
<asp:Button ID="Button1" runat="server" onclick="Button1_Click" Text="Click" / > <asp:TextBox ID="txtstate" runat="server"> </asp:TextBox> <asp:CheckBox ID= "chkoption" runat= "Server"> </...
User controls are containers which can be populated with HTML markup & server controls with code-behind in the same way as ASPX page. They're treated as reusable smaller units of a page, so they can't run as stand-alone pages and must not having html, body or form HTML elements in them.
Registering in an Android Application These are the steps I've taken to log in / register using an Android app: Have a login activity which queries the ExternalLogins route, getting the available providers. This activity should have the NoHistory flag enabled and launch as a single instance....
Using Sessions in ASP.NET Core 1.0
Web Service is an application that is designed to interact directly with other applications over the internet. In simple sense, Web Services are means for interacting with objects over the Internet. The Web serivce consumers are able to invoke method calls on remote objects by using SOAP and HTTP ov...
Previous versions of Raspbian (prior to November 2016) had SSH enabled by default. They also had a default username (pi) and password (raspberry) this was done to make first time setup for new users easier. But this obviously represents a large security hole. The new release (November 2016) disables...
We know that spring-boot by default runs using H2 database. In this article, we will see how to tweak the default configuration to work with MySQL database. As a pre-requisite, make sure that MySQL is already running on port 3306 and has your database created.
This section provides an overview of what kendo-asp.net-mvc is, and why a developer might want to use it. It should also mention any large subjects within kendo-asp.net-mvc, and link out to the related topics. Since the Documentation for kendo-asp.net-mvc is new, you may need to create initial ...
For some time I've searched for the best way to log requests and response in an ASP.Net Core. I was developing services and one of the requirements was to record request with its response in one record the the database. So many topics out there but none worked for me. it's either for request only, r...
SCENARIO: ASP.NET Core background Angular 2 Front-End Angular 2 Components using Asp.net Core Controllers It way can implement Angular 2 over Asp.Net Core app. It let us call MVC Controllers from Angular 2 components too with the MVC result View supporting Angular 2.

Page 2 of 3