YongGang Meng's Weblog


Welcome to Weblog

Browse by Tags

All Tags » C# (RSS)
Use UdpClient to send and receive message
Client to receive message sent by server: 1: using System; 2: using System.Collections.Generic; 3: using System.ComponentModel; 4: using System.Data; 5: using System.Drawing; 6: using System.Linq; 7: using System.Text; 8: using System.Windows.Forms; 9...
Posted: May 22 2009, 08:05 AM by Ralax | with 3 comment(s)
Filed under: , , ,
Excel data type seems strange when use ado.net to select
Recently, we need import some data from excel to  Oracle database. A strange thing confused me. The excel file has a column, for example PhoneNumber, the format is 999999, here are some example data: 123456 234561 345612 456123 561234 612345 000123...
Posted: May 22 2009, 06:59 AM by Ralax | with 1 comment(s)
Filed under: , , ,
How to invoke PageMethods in MasterPage
I have a web project, in the project, there is a MasterPage and some WebContentPages. In the MasterPage, there is a function, when you click a button, show or hide the left content.When you refresh or navigate other WebContentPage, the left content keeps...
Posted: Nov 13 2008, 07:51 PM by Ralax | with 6 comment(s)
Filed under: , , , ,
More Posts