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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
Z

zeroonea

@zeroonea
About
Posts
20
Topics
13
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • how write custom validation component?
    Z zeroonea

    hi there!!, how to write a custom control propertie like ControlToValidate thanks

    ASP.NET csharp asp-net question

  • how write custom validation component?
    Z zeroonea

    i write a custom validator inherit from BaseValidator, and test it. when i load web page with FireFox, a javascript doesn't work (view source and i see some javascript created by ASP.NET was missed (etc. ValidatorOnSubmit()) ) every thing was fine with IE(6.0) ??? i don't want use any js created by ASP.NET. any suggestions?, thanks

    ASP.NET csharp asp-net question

  • how write custom validation component?
    Z zeroonea

    I want write a custom Validator control (like RequiredFieldValidator), now i finding some document, tutorial to do that. Any Suggestions? Thanks

    ASP.NET csharp asp-net question

  • how write custom validation component?
    Z zeroonea

    i finding some document about write custom validation component in ASP.NET (C#) Have anyones got it?

    ASP.NET csharp asp-net question

  • how pass parameter fields of crystal report into crystal report command ?
    Z zeroonea

    how pass parameter fields of crystal report into crystal report command ? i create 2 parameter fields in crystal report and how to use it in when i create crystal report command ?

    Windows Forms tutorial question

  • Where i can find crystal report template for bill (hotel bill, etc.)
    Z zeroonea

    Where i can find crystal report template for bill (hotel bill, etc.)? thanks

    Windows Forms question

  • how change specific row back color in DataGrid?
    Z zeroonea

    i think can be done, but i don't know how? like properties BackColor of DataGrid, it change bg color of odd number row

    Windows Forms question

  • how change specific row back color in DataGrid?
    Z zeroonea

    no, i only want change specific row back color, and i want know how to do that ? thanks

    Windows Forms question

  • how change specific row back color in DataGrid?
    Z zeroonea

    how change specific row back color in DataGrid? i have a DataGrid with some rows, how change row back color, like set row 1 with back color is red, row 2 is blue, row 3 is yellow thanks

    Windows Forms question

  • DataGrid: how disable select multi row with shift and arrow key
    Z zeroonea

    DataGrid: how disable select multi row with shift and arrow key? thanks

    C# question

  • i have a method with 2 param, how use thread with it
    Z zeroonea

    i can't find the way to use thread with method have some param? plz, help me out! thanks

    C# help question

  • how made datagrid auto resize column width to fix data length
    Z zeroonea

    how made datagrid auto resize column width to fix data length?? thanks

    C# help question

  • how use DataBindings for radio button
    Z zeroonea

    (Window Application) - I have 2 radio button (male, female) in gender GroupBox, and a customer table with column: gender (bit) (SQL Server 2000) - how bind data for radio button, if gender = 0 [radio male] will be check and if gender = 1 [radio female] will be check thanks

    C# database sql-server sysadmin sales

  • how create new DataTable from result of DataGrid after search by DataView
    Z zeroonea

    i have a DataGrid dbgTest with DataSource = dtA i use DataView to search some row and display result in dbgTest anythings are work well. and my problems is: i want create new DataTable from result display in dbgTest after search by DataView. Thanks

    C#

  • Booking
    Z zeroonea

    Can you show me some db design and algorithm about hotel booking? i tried search a hours but... Thanks.

    Database

  • Booking
    Z zeroonea

    i have a "Booking" table with 3 Column: BookingID (numeric - primary key) CheckInDate (datetime) CheckOutDate (datetime) - With input are indate and outdate, i want select out free date range in Booking table, like find free room for hotel booking Thanks.

    Database

  • DateTimePicker Problems
    Z zeroonea

    @kubben: i don't know why, but when i restart .NET, everything is work well, thanks your reply

    C# design help

  • DateTimePicker Problems
    Z zeroonea

    - I use this code to set tomorrow date to DateTimePicker. In Design mode, it display correct, but when i run, it still display today date. I need help, thanks. [code] this.dtpCheckOut.Value = System.DateTime.Today.AddDays(1); [/code]

    C# design help

  • How set computer clock time
    Z zeroonea

    how i set computer clock time? thanks.

    C# question

  • how execute multi SQL command (C# - ADO.NET)
    Z zeroonea

    i use [code] string strQuery = "USE HMDTest" + " \nGO" + " \nsp_addrole 'HMEmpManager'" + " \nGO" + " \nsp_addrole 'HMEmpViewer'"; SqlCommand sqlCom = new SqlCommand(strQuery, sqlCon); sqlCom.ExecuteNonQuery(); [/code] but it throw a exception with message: "incorrect syntax near 'GO'...", i need help, thanks.

    C# csharp database help
  • Login

  • Don't have an account? Register

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