Click here to Skip to main content
15,899,026 members

Comments by Deflinek (Top 5 by date)

Deflinek 4-Nov-14 9:01am View    
Reply


Arrays are of type JArray ( http://james.newtonking.com/json/help/index.html?topic=html/T_Newtonsoft_Json_Linq_JArray.htm )
You can access it like:
json.payload[0]._functions.functions[3].Value
Deflinek 4-Nov-14 9:01am View    
Deleted
Arrays are of type JArray ( http://james.newtonking.com/json/help/index.html?topic=html/T_Newtonsoft_Json_Linq_JArray.htm )
You can access it like:
json.payload[0]._functions.functions[3].Value
Deflinek 17-Apr-14 8:34am View    
Thanks for posting your event handlers. One thing to ensure is that there is only one
<Form runat="server"> element. It should be on masterpage surrounding all content placeholders and any other form elements on master page (textboxes, buttons,...)
If you had two form elements with runat="server" then that is the problem here.
Deflinek 16-Apr-14 16:01pm View    
Is your video file much larger than the image? If so you can try to increase the max file size for upload (web.config: configuration/system.web/httpruntime maxrequestlength="xxx")
Deflinek 16-Apr-14 15:00pm View    
Please clarify what do you mean you are not able to send email. Do you have any errors? Is the event handler called at all?