User Profile

Collapse

Profile Sidebar

Collapse
bgruha
bgruha
Last Activity: May 29 '07, 06:20 AM
Joined: May 24 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • bgruha
    replied to Overwrite contents of textarea
    in .NET
    confirm box is opening two times simultaneously. one when im pressing the ctrl key and the other when im pressing 'v'...
    See more | Go to post

    Leave a comment:


  • bgruha
    started a topic Overwrite contents of textarea
    in .NET

    Overwrite contents of textarea

    Hi

    I have a text area and a label.

    label(cntfieldl d) represents the number of characters that still can be entered in the text area(xtxExperti se).

    I have written the following code:

    function textCounter (txtExpertiseId , cntfieldId, maxlimit)
    {
    Count = cntfieldId.valu e;
    If (txtExpertiseId .value.length > 2000)
    cntfieldId.valu e=0
    else
    cntfieldId.valu e...
    See more | Go to post

  • bgruha
    started a topic drop downs

    drop downs

    HI
    I have three drop downs.One for years(say ddlYear),one for months(say ddlMon) and the last one for no.of days(say ddlDays)
    'ddlYear' dropdown is populated with years from 1900 to 2100.
    'ddlMon' drop down is pouplated with months.
    When i select year and month from ddlYear and ddlMon, i wan the drop down ddlDays to be populated with corresponding no.of days.
    (Including the case of leap year also)
    Can anyone...
    See more | Go to post
No activity results to display
Show More
Working...