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
Q

qtuan

@qtuan
About
Posts
14
Topics
6
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • AJAX and FileUpload
    Q qtuan

    you can read this article : http://www.codeproject.com/useritems/simpleajaxupload.asp

    ASP.NET question

  • ORA-12705: Cannot access NLS data files or invalid environment specified
    Q qtuan

    Hi all, In VS2005, I use OracleConnection class of Oracle.DataAccess.Client Namespace so connect to Oracle database throw exception: "ORA-12705: Cannot access NLS data files or invalid environment specified".But i use OracleConnection class of System.Data.OracleClient is fine. Please help me.Thankx

    Database database oracle help workspace

  • Bind DropdownList
    Q qtuan

    Hi, You can bind Dropdownlist inside ItemTemplate of Datagrid.The following my code: <asp:GridView ID="GridView1" runat="server"> <Columns> <asp:TemplateField> <ItemTemplate> <asp:DropDownList ID="DropDownList1" runat="server"> </asp:DropDownList> </ItemTemplate> </asp:TemplateField> </Columns>

    ASP.NET

  • dynamic controls disappear after clicking a button
    Q qtuan

    Hi, You can use the code in the code behind: for (int i = 0; i < TableID.Rows.Count; i++) { CheckBox chk = (CheckBox)TableID.Rows[i].FindControl("CheckBoxId"); if(chk.Checked) // checkbox checked else // not check } I hope it help for you

    ASP.NET csharp help

  • dynamic controls disappear after clicking a button
    Q qtuan

    Hi, I think you don't determine cell's ID that you find control.

    ASP.NET csharp help

  • Gridview: Check data input
    Q qtuan

    I have a gridview .In gridview, i allow to edit data Problem : when User edit and update data.I want to check data input (server side ) .How to do this. Thank for your help.

    ASP.NET help sysadmin tutorial announcement

  • Run Website
    Q qtuan

    I already created virtual folder in IIS but it not run. Thank for your help

    ASP.NET xml help csharp learning

  • Run Website
    Q qtuan

    Hi everybody, i create a website name Test in VS2005.When i run (ctrl+F5), it work well.But when i open IE and type localhost/Test/default.aspx, it have error: The XML page cannot be displayed Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later A name was started with an invalid character. Error processing resource 'http://localhost/Test/default.aspx'. Line 1, Pos... <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %> Anybody know, please help me. Thank you

    ASP.NET xml help csharp learning

  • Check Credit Card
    Q qtuan

    Can you tell me more ? Thank you. -- modified at 4:17 Sunday 1st January, 2006

    ASP.NET help tutorial

  • Check Credit Card
    Q qtuan

    thank you

    ASP.NET help tutorial

  • Check Credit Card
    Q qtuan

    Hi everyone ! My idea make electric trade website but I don't know how to check valid credit card . Someone can help me solve this problem . Thank for your help.

    ASP.NET help tutorial

  • Change Menu Page
    Q qtuan

    Thank you very much.:)

    ASP.NET question help

  • Change Menu Page
    Q qtuan

    Hi everybody ! I create Default.aspx page .It contain two Frame ,left frame contain MenuDefault.aspx page ,right frame contain Content.aspx page. I want when user login with authority is admin to replace MenuDefault.aspx page with MenuAdmin.aspx page How do i find solution? Thanks for your help!

    ASP.NET question help

  • set color of string
    Q qtuan

    I want to set color of string and move that string in cosole but i don't know.Who know to help me. Thank you.

    C / C++ / MFC 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