Browse by Tags

All Tags » C# (RSS)
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 by Ralax | 3 comment(s)
Filed under: , , ,
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 by Ralax | 1 comment(s)
Filed under: , , ,
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 by Ralax | 6 comment(s)
Filed under: , , , ,
More Posts