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
L

linpihong

@linpihong
About
Posts
17
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • gridview in asp.net 2.0.
    L linpihong

    i had the same problem with you, but i don't konw why.i just created a new gridview and put the ButtonField in it again, then it work well.

    ASP.NET csharp asp-net help question

  • How to create Pop up Calendar ?
    L linpihong

    google it for what you need

    ASP.NET csharp asp-net help tutorial question

  • textbox in gridview control
    L linpihong

    you can write the javascript function on textbox's onkeypress event.but i often set the MaxLength attribute of textbox to restrict entering character

    ASP.NET help

  • Who to Rewrite URL?
    L linpihong

    hi, you creat the categorise folder to your application. then put the categorise pages in categorise folder. the folder will show in the URL when visit the website

    ASP.NET tutorial question

  • Fill list box using Ajax
    L linpihong

    i have finished the function in my travel web site. i used the ICallbackEventHandler interface to do it, it is simple to achieved ajax. you can search some information about ICallbackEventHandler on Google

    ASP.NET csharp asp-net database help

  • String to Date
    L linpihong

    or you can use DateTime dt = new DateTime(Year, Month, Day), you must convert the txtDate.Text to three string first

    ASP.NET csharp asp-net help tutorial

  • Where to know Javascripts
    L linpihong

    i have the same proplem with you, i often searched it in google when i have some javascript proplem.

    ASP.NET csharp javascript visual-studio question lounge

  • dialoug box
    L linpihong

    showModalDialog();

    ASP.NET question csharp asp-net

  • another help here
    L linpihong

    write the sql query in your login page's code behind file, then use oledb to connect the access database and execute the query

    ASP.NET database tutorial csharp question

  • texttbox validation
    L linpihong

    maybe you change the textbox's read only property as true after the textbox's value be stored in database. make the textbox read only property as false when initialize it.

    ASP.NET

  • How can I create a short cut key any button in .net
    L linpihong

    if you want to do it in web application,you must have a focus on something(e.g textbox) and then catch the keyboard code to press

    ASP.NET question csharp com

  • How to edit and update the gridview
    L linpihong

    you can get the sample from asp.net quickstart tutorial or msdn

    ASP.NET question html database help tutorial

  • how to write server side code and client side code
    L linpihong

    you can start from writing the code in page load function like that : response.write("hello world!");

    ASP.NET csharp html asp-net sysadmin tutorial

  • How to add/edit datagrid values by using combo box and text box controls
    L linpihong

    you can place text box in template column of datagrid and edit the text box's value

    ASP.NET tutorial csharp

  • Back button problem
    L linpihong

    you can design a base class to check the session is null or not, then all the pages you use to inherit the base class

    ASP.NET help

  • Session Values Lost when opening a popup window
    L linpihong

    if you popup window in client side use javascript or vbscript, you cann't get the object value in session for the parent page. you must post back the page and get the object value in session.

    ASP.NET sysadmin

  • How to find all Web Control ID in Asp.net.
    L linpihong

    maybe you can see the html source code and find out the control's ID

    ASP.NET csharp asp-net 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