原创 asp.net prepared for Interview (4)

ADO.NET Different between DataReader and DataSet: The DataReader object helps in retrieving the data from a database

原创 ASP.NET & Jquery

AjaxResponse.aspx.cs using System; using System.Collections.Generic; using System.Linq; using System.Web; using System

原创 ASP.NET Prepared for Interview(2)

ASP.NET Prepared for Interview(2) Partial Class class1.cs using System; namespace NSpartial{ partial class testclas

原创 ASP.NET(c#) MesageBox JS Alert and Other Debug tools

MesageBox JS Alert string script = "alert('New Password is Created');\n"; Page.ClientScript.Registe

原创 4pm backup -- Query for report && print

Report && Prints SELECT DISTINCT p.idList, p.ListRef, p.AddressLine1, p.Postcode, p.Description, p.idPropMarket, t.Id,

原创 Waiting Image When search result is on load

It need to use the Ajax Extension 1, ASPX <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Loading.aspx.cs" I

原创 SQL 增刪改查 參考 基礎

一、增:有4種方法  1.使用insert插入單行數據:                    語法:insert [into] <表名> [列名] values <列值>     例:insert into Strdents (姓名,

原创 4pm sql command backup

1, turn on Email report for all agents of IPAV, if they have any property. update [findahome].[dbo].[AgentContactFrequ

原创 C# Call Web API and Parse JSON

Example:(Json file) { "displayFieldName" : "OBJECT_NAME", "fieldAliases" : { "OBJECT_NAME" : "OBJECT_N

原创 C# read XML file

xml file (test.xml) <?xml version="1.0" encoding="utf-8" ?> <note> <to>Tove</to> <from>Jani</from> <heading>Remin

原创 Bing Web API usage by ASP.NET(C#)

Front-end <asp:Button ID="CallBingAPI" runat="server" Text="Call Bing" οnclick="CallBingAPI_Click" /> <b

原创 UCD Search Engine Project summary

Split the string by BOOLEAN keywords: Example: split string by "AND" using System; namespace stringtest{ class test{

原创 superAdmin: Quickly change the status of EmailReport && Property

1, List page(aspx.cs) if (resultList.ElementAt(i).frequency == -1) { listS

原创 joomla上傳方法

1-將之前安裝的Joomla原版文件夾中的installation文件夾複製到你的網站的文件夾原來的位置,並且刪除/installation/sql/mysql/中的sample_data.sql,這個不是你要的數據! 2-查找網站的文件

原创 SQL Prepared for Interview

With SQL, how do you select all the records from a table named "Persons" where the "LastName" is alphabetically between