json object in repeater row click
-
Hi I have a repeater in my Jquery modal and onclick of row this is how i am creating an object with each column value for that row.
<%#DataBinder.Eval(Container.DataItem, "Id")%> <%#DataBinder.Eval(Container.DataItem, "Name")%> <%#DataBinder.Eval(Container.DataItem, "details")%>
This as I understanhd will give me a myObj json object on the click of row with row value. but how could i use this object to assign the values to say a textbox or value? also i need to acess this myObj object when i click a button on my modal to close it and pass this object back to main window.
-
Hi I have a repeater in my Jquery modal and onclick of row this is how i am creating an object with each column value for that row.
<%#DataBinder.Eval(Container.DataItem, "Id")%> <%#DataBinder.Eval(Container.DataItem, "Name")%> <%#DataBinder.Eval(Container.DataItem, "details")%>
This as I understanhd will give me a myObj json object on the click of row with row value. but how could i use this object to assign the values to say a textbox or value? also i need to acess this myObj object when i click a button on my modal to close it and pass this object back to main window.
:omg: no answers ?!