LDAP get all properties
public string LoginToAD(string Username, string Password) { //DataSet ds = new DataSet(); string username = ""; int InputLength = 1; if (Username.Length >= InputLength && Password.Length >= InputLength) { string…
Xcode Day 1: Tab Application
1. drag imageview to layout screen 2. select attribute inspector and chose image (right top layout) 3. ctrl+drag & drop imageview to Editor (FirstViewController.h ) 4. drag button to Editor…
Xcode Day 1: Append String & Text Properties
result out put // // ViewController.m // MyApplication2 // // Created by Local Admin on 7/8/56 BE. // Copyright (c) 2556 Local Admin. All rights reserved. // #import "ViewController.h" @interface…
ตัวอย่าง Devexpress ถ้า Detail Gridview ไม่มีข้อมูล ให้ยกเลิกปุมที่กดดู Detail
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using DevExpress.Web.ASPxGridView; using DevExpress.Web.Data; using System.Drawing; using System.Collections; using System.Data; public partial class _Default : System.Web.UI.Page { protected…
