Recent content by li dude

  1. L

    How to get Items from ListBox in asp.net?

    I have a listbox that Binds to data source (SQL Server)... How can i dynamically get items' text? i have this code but doesn't work: For i as integer = 0 to 10 id1.Text = listbox1.Items(i).Text.ToString Next Thanks a Million
  2. L

    How to get text (content) of HTML Editor with javascript/jquery?

    HTML Editor is an ajax extension (a ajaxtoolkit that you should add it) and you can edit your text very easily. I need to get the text (actually the 'Content') with JQuery. but if you know the javascript code please tell me! I tried val() and also children() but i don't know why i couldn't get...
Back
Top