im creating controls using javascript, and i would like to retrieve the values of the controls in code behind(vb.net/c#) . My vb.net below is not returning them,
Odata is a div but i added the runat = "server" property. Would anyone know what im doing wrong.
Code:
Dim ctr As System.Web.UI.Control ' Web.System.Web.UI.Control For Each ctr In oData.Controls
Leave a comment: