Create Dynamic DropDownLists in asp.net

See here

5 comments:

  1. I do not know who you are
    but THANKS.!
    saved me a couple of minutes with a dynamic control with event handlers where there are viewstates needed
    thanks
    rupert aph

    ReplyDelete
  2. this is awesome!!!

    like the previous post, buddy not sure who u are but this is great stuff mate. the code is simple and its easy to understand what each process is doing.

    thank you,

    Muzi

    ReplyDelete
  3. plz mail me sample code
    rohan_croma@yahoo.com

    ReplyDelete
  4. Found from this post: http://forums.asp.net/t/1271002.aspx

    what you did here is fantastic ! save a lot of time ! Regards! Andy

    ReplyDelete
  5. Good Morning

    Actually you used SaveViewState and LoadViewState

    but we dont use tat this at all , wat we did is

    On button Click i Call the CreateDynamicControl()

    Method but its working.. ie: i am getting dropdownlist value on button click?

    Then Why you are using LoadviewState and SaveViewstate ?????????

    ReplyDelete