Articles [.Net]

Private Function getmax()        Dim no As Integer        Dim str1 As String        str1 = "select max(CD) from Item"        cmd1.Connection = con        cmd1.CommandType = CommandType.Text        cmd1.CommandText = str1        con.Open()        no...

 public Boolean FillCombo(ref DropDownList DD1, string DisplayColumn, string ValuColumn, string TableName)    {        try        {            string QueryString = "";            QueryString = "select " + DisplayColumn + "," + ValuColumn + " from "...

The J# (pronounced 'jay-sharp') programming language is a transitional language for programmers of Sun's Java and Microsoft's Visual J++ languages, so they may use their existing knowledge and applications on Mircrosoft's .Net platform. J# can work...

Powered by CjBlog