Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
D

dexom

@dexom
About
Posts
14
Topics
14
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Japanese encoding
    D dexom

    I have a text file (Japanese) with encoding like this: annon = \u30a2\u30ca\u30a6\u30f3\u30b9 send_annon_each = \u305d\u308c\u305e\u308c\u306e\u901a\u77e5\u3092\u500b\u5225\u306b\u9001\u308b I don't know it's encoding and how to create it. Please help me. Thanks.

    Visual Basic help tutorial

  • how to set windows system time with C#
    D dexom

    I want to set our windows system time by my application but I don't know how to do that. Please help me. Thanks too much

    C# csharp help tutorial

  • when will my database corrupt (int type and use identity)
    D dexom

    I choose my table key is int type and use identity. I don't know HOw many record it have to corrupt my database? Please help me. If that not good please tell me a better way. Thanks

    Database database help question

  • how to save image better
    D dexom

    I want to make a selling web but I don't know how to save image better: in database or in file. If I chose host 9-10$/year, it can have enough space to save image? Please help me. Thanks.

    ASP.NET database help tutorial question

  • procedure and datetime
    D dexom

    I have proc as below: It don't understand the datetime type that I input I don't know why please help me. Thanks. ALTER PROCEDURE SP_PHIEUNHAP_Search ( @FromNgayNhap datetime, @ToNgayNhap datetime, @CheckNgayNhap bit, @MaNCC int, @FromNgayLap datetime, @ToNgayLap datetime, @CheckNgayLap bit, @NguoiLap int ) AS DECLARE @sql nvarchar(500) DECLARE @flag bit declare @tungay datetime declare @denngay datetime SELECT @sql = ' select MaPN, NgayNhap, TenNCC, NgayLap, HoTen, TongTien ' SELECT @sql = @sql + ' from PHIEUNHAP, NHACUNGCAP, NGUOIDUNG ' if (@CheckNgayNhap = 1 ) begin SELECT @sql = @sql + ' where NgayNhap >= ' + CONVERT(NVARCHAR, @FromNgayNhap,111) + ' and NgayNhap <= ' + CONVERT(NVARCHAR, @ToNgayNhap,111) set @flag = 1 end if(@CheckNgayLap = 1) begin if(@flag = 1) SELECT @sql = @sql + ' and NgayLap >= ' + CONVERT(NVARCHAR,@FromNgayLap) + ' and NgayLap <= ' + CONVERT(NVARCHAR, @ToNgayLap,111) else SELECT @sql = @sql + ' where NgayLap >= ' + CONVERT(NVARCHAR,@FromNgayLap) + ' and NgayLap <= ' + CONVERT(NVARCHAR, @ToNgayLap,111) set @flag = 1 end if(@NguoiLap != -1) begin if(@flag = 1) SELECT @sql = @sql + ' and NguoiLap = ' + CONVERT(NVARCHAR, @NguoiLap) else SELECT @sql = @sql + ' where NguoiLap = ' + CONVERT(NVARCHAR, @NguoiLap) set @flag = 1 end if(@MaNCC != -1) begin if(@flag = 1) SELECT @sql = @sql + ' and PHIEUNHAP.MaNCC = ' + CONVERT(NVARCHAR, @MaNCC) else SELECT @sql = @sql + ' where PHIEUNHAP.MaNCC = ' + CONVERT(NVARCHAR, @MaNCC) set @flag = 1 end SELECT @sql = @sql + ' and NguoiLap = MaND and PHIEUNHAP.MaNCC = NHACUNGCAP.MaNCC ' EXEC sp_executesql @sql -- modified at 4:31 Saturday 14th January, 2006

    Database sharepoint database help

  • How to make datagrid in winform like webform?
    D dexom

    Hello, I want to make datagrid in winform like web form. Ex: edit,delete,update. How can I do that? Please help me. Thanks.

    C# question help tutorial announcement

  • .Net Portal
    D dexom

    I think this topic is too litle. Please help me if anyone know it.

    ASP.NET csharp help

  • C# MySQL 5.0 and storeprocedure
    D dexom

    I want connect to MYSQL database by C# and I want to use storeProcedure to access database but I can't do that. Please help me

    C# csharp database mysql help

  • merge column header of datagrid with C#
    D dexom

    Now I want to merge column header of datagrid with C# but I don't know how to do this. Please help me. Thanks.

    C# csharp help tutorial

  • how to change column color of datagrid
    D dexom

    I want to make may order with each column has a color by datagrid. But I don't know how to do this. Please help me. Thanks.

    C# help tutorial

  • Upload a html file which contain images
    D dexom

    I want to upload a html file but I have some problem that when you have images in that html file you will have a folder that contain that images so you can upload it. How do I solve this problem? Please help me. Thanks

    ASP.NET help question html

  • free mail service
    D dexom

    Now I want to make a web application to send mail but don't know any free mail server to send my email. If you know something about free mail server support POP3 and SMTP please tell me. Thanks.

    ASP.NET sysadmin

  • HOW TO SAVE AN OBJECT TO A FILE WITH C#
    D dexom

    I have a student class with attributes: name, id,... And I want to save it to a file then restore it. I don't know how to do that. Please help me.Thanks

    C# csharp help tutorial

  • how to save an object to a file
    D dexom

    I have a student class with attributes: name, birthday,..and I want to save student class to a file and then restore it. I don't know how to do that, please help me.

    The Lounge help tutorial
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups