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
U

User 556471

@User 556471
About
Posts
7
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • define shortcut keys in web applications
    U User 556471

    Hello every one I need some help as follows: can we define the shortcut keys (with key board combinations)in web applications(I am working with HTML, ASP, Javascript )? If yes can u provide me some reference link as well thanx anyla

    Web Development javascript html help question

  • Calculate working days from two dates
    U User 556471

    yes we can calculate the difference b/w the dates, but i need a function to calculate number of working days (from the calendar dates). and the holidays (offdays) are saturday and sunday. thanx

    Web Development javascript

  • Calculate working days from two dates
    U User 556471

    I want to calculate total working days between the two dates specified in ASP or javascript: e.g., date1 = 16/08/2005 date2 = 25/08/2005 there are two holidays in the duration specified above. Thanx

    Web Development javascript

  • Asp Split and Join
    U User 556471

    ages = request.querystring("age1") agesplit = Split(ages, ",") Dim agesplit(3) one = agesplit(0) two = agesplit(1) three = agesplit(2) Dim strSentence strSentence = two & "/" & three & "/" & one e.g., 31/12/2005 (dd/mm/yyyy) and u wanna to write it as 12/2005/31 (mm/yyyy/yy)

    Web Development tools

  • Selecting Last Row of a Table
    U User 556471

    If the table has a unique ID column (primary key) then u can Select the last record from the table as: Select [Fields Name] from [Table Name] where [Pk Field name] in (Select MAX(Pk Field name) as nID from [Table Name]) e.g., Select employeename,Employee_ID from tbl_emp where Employee_ID in (Select MAX(Employee_id) as nid from tbl_emp) Regards Anyla

    Database database sql-server sysadmin help

  • Javascript & Coldfusion
    U User 556471

    I have not done it with Coldfusion but with javascript and ASP. (It is assumed that both combo box values hav some relationship key.) To populate the second combo box on the change of the first one. 1- Create a recordset for the second combobox. 2- In javascript make functions: A- to populate the array with the recordset values. B- funcion to compare the first combo box value and populate second combo box with matched values. C- function to clear the prev values of second combo box on change of first combo box values. 3- on change of first combo box value call a Javascript function (with firstthe second combo box with the matched values. combo box value passed )that compare the value with the array and populate Thanx n' Regards anyla

    Web Development javascript database help question

  • File Upload in ASP (size up to 10 MB)
    U User 556471

    Hi all I need some help in ASP to upload file of maximum size 10 MB. What is the maximum file size that ASP File system object support??? can u refer to some component that is available (either free or of some cost)on the internet. Thanx nyla...

    Web Development question 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