You must Sign In to post a response.
  • Category: ASP.NET

    Dropdownlist number selecting Problem

    Hi,
    i m using asp.net droplist the input i bounded is follows.
    1
    2
    3
    .
    .
    .10
    11
    12
    if i select 10 its selecting well,but if i type 11 or 22 or33 or 44
    the focus of selection going next number
    can any one suggest any idea
    Regards,
    Vijay
  • #769370
    Hi,

    If(!Page.Ispostback)

    Try this one it will work.


  • Sign In to post your comments