Posted on Jul 25, 2011 (permalink)
Reply
Posted on Jul 27, 2011 (permalink)
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
Posted on Jul 29, 2011 (permalink)
<script type=
"text/javascript"
>
function
SetValue()
{
var
panel = $find(
"<%=XmlPanel1.ClientID %>"
);
name =
new
Object();
name.First =
"George"
;
name.Last =
"Brown"
panel.set_value(Sys.Serialization.JavaScriptSerializer.serialize(name));
}
</script>
protected
void
XmlPanel1_ServiceRequest(
object
sender, Telerik.Web.UI.RadXmlHttpPanelEventArgs e)
JavaScriptSerializer serializer =
JavaScriptSerializer();
Object value = serializer.Deserialize(e.Value,
typeof
(Object));
Dictionary<String,
> dict = (Dictionary<
string
,
>)value;
XmlPanel1.Controls.Add(
LiteralControl(dict[
"First"
].ToString() +
" "
+ dict[
"Last"
].ToString()));
Posted on Aug 5, 2011 (permalink)
Back to Top
UI controls for ASP.NET AJAX, MVC, WPF, Silverlight, Windows Forms and Windows Phone. Visual Studio productivity tools. Reporting and data layer solutions.
HTML5 / JavaScript tools for Web and Mobile applications
Functional, Performance, Load and Mobile Software Testing
CMS, Mobile Web, Ecommerce, Emarketing, Social Media
Project management software inspired by Agile best practices
It seems you haven't bookmarked any pages. Fix that by clicking the button below