﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - WebDesktop - WebContextMenu and events</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebContextMenu-and-events/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>WebContextMenu and events</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebContextMenu-and-events/</link><pubDate>Wed, 09 Oct 2013 11:40:27 GMT</pubDate><dc:creator>John.Bonin@dot.gov</dc:creator><description>Thanks Hans, I though the AutoPostBack=true would be the default.&lt;br /&gt;</description></item><item><title>WebContextMenu and events</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebContextMenu-and-events/</link><pubDate>Tue, 08 Oct 2013 23:36:13 GMT</pubDate><dc:creator>hans@intersoftpt.com</dc:creator><description>Hello,&lt;br /&gt;&lt;br /&gt;To trigger OnMenuItemClicked server side event, please kindly set “AutoPostBack” property to “Yes”.&lt;br /&gt;&lt;br /&gt;Here’s the example snippet code how-to set the “AutoPostBack” property:&lt;pre&gt;&amp;lt;ISWebDesktop:WebContextMenu ID="WebContextMenu1" runat="server" ControlId="Page" onmenuitemclicked="WebContextMenu1_MenuItemClicked" AutoPostBack="Yes"&amp;gt;&lt;/pre&gt;&lt;p&gt;Hope this helps.&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Hans.&lt;br /&gt;&lt;/p&gt;
</description></item><item><title>WebContextMenu and events</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebContextMenu-and-events/</link><pubDate>Tue, 08 Oct 2013 10:01:41 GMT</pubDate><dc:creator>John.Bonin@dot.gov</dc:creator><description>&lt;p&gt;How do you respond server side to the clicking on a menu item on a WebContextMenu.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;I've added this event to the WebContextMenuOffice2007Style.aspx sample, and the event never fires.&lt;/p&gt;
&lt;p&gt; Protected Sub WebContextMenu1_MenuItemClicked(ByVal sender As Object, ByVal e As ISNet.WebUI.WebDesktop.WebMenuItemClickedEventArgs) Handles WebContextMenu1.MenuItemClicked&lt;br /&gt; Response.Write("Context menu item")&lt;br /&gt; End Sub&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;thanks&lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>