Articles
| Regular Expression | top | |
|
Regular Expression Click here to test and validate your Regular Expressions. |
794 | |
| ASP.NET How-to | top | |
|
Init a constant array ASPX.CS C# - How to init an array and a List (Collection in DELPHI)// struct is like Record in DELPHIpublic... |
1147 | |
|
Read configuration from Web.Config ASPX.CS C# - How to read configuration from Web.Configusing System.Collections.Specialized;using System.Web.Configuration;public... |
1107 | |
|
Read a text file ... |
908 | |
|
Create a string list ASPX.CS C# - How to create a string listusing System.Collections.Generic;public partial class Page1 :... |
1376 | |
|
Init an array ASPX.CS C# - How to init an arrayint[] values = new int[] ...omissis...;MORE COMPLEX - How to... |
1080 | |
|
Display an alert box ASPX.CS C# - How to display a alert boxClientScript.RegisterStartupScript(this.GetType(), "script0",... |
1101 | |
|
Create a XML MS-Excel file ASPX.CS C# - How to create a XML MS-Excel file // Save this file NAME.XML.XLS ... |
2947 | |
|
Send a email ASPX.CS C# - How to send a emailusing System.Net.Mail; protected void ... ... |
968 | |
|
Change the connection string via Business Logic Layer (BLL) ASPX.CS C# - How to change the connection string via Business Logic Layer (BLL) [System.ComponentModel.DataObject]public... |
969 | |
|
Write a simple Business Logic Layer (BLL) ASPX.CS C# - How to write a simple Business Logic Layer (BLL) [System.ComponentModel.DataObject]public... |
1282 | |
|
Customize (add a button) a CrystalReportViewer Toolbar ASPX.CS C# - How to customize (add a button) a CrystalReportViewer Toolbar protected... |
1281 | |
|
Change rows style in a GridView ASPX.CS C# - How to change rows style in a GridViewprotected void GridView1_RowDataBound(object... |
1608 | |
|
Pass a parameter by reference ASPX.CS C# - How to pass a parameters by reference (byref)int Count = 0;IncCount(ref Count);Response.Wrire(Count);private... |
1060 | |
|
Read from a table in a database ASPX.CS C# - How to read from a table in a databaseSqlConnection conn = new SqlConnection("...");conn.Open();SqlCommand... |
1179 | |
|
Delphi to C#: Set ... |
1102 | |
|
Generate a JPEG image ASPX.CS C# - How to generate dinamically a image protected void Page_Load(object sender,... |
997 | |
|
Delphi to C#: Record DELPHI.PAS to ASPX.CS C# - RecordDelphi:TColor = record Red: integer; Green:... |
1698 | |




Articles 


