Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by dieyoudie

  1. dieyoudie

    RegisterHiddenField lost the value after the postback

    I register the hidden field when the page first load, but when the page is postback by some control, the value of that hidden field turn to null.
  2. dieyoudie

    how can we get a "true" onchange() handler?

    So is there an easy way to do this? after i browsing many posts i only way i find is that to stored previous value in temp variable then everytime onkeyup & onmouseup(incase user use mouse to make change) we go to the same function and check the current value against the previous value. I think...
  3. dieyoudie

    Datalist with paging control? or DataGrid with repeat columns?

    I'm currently using datalist to display 4 item on 1 row using repeats column function of datalist, but still there are too many row to display on one page so i need to add "Next" and "Prev" button to split it into each page. but i don't know how to do that for datalist or is it even possible...

Part and Inventory Search

Back
Top