﻿<?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 - WebGrid Enterprise - Why use WebButton don't make effect?</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Why-use-WebButton-dont-make-effect/</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>Why use WebButton don't make effect?</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Why-use-WebButton-dont-make-effect/</link><pubDate>Fri, 03 Aug 2012 06:27:15 GMT</pubDate><dc:creator>yudi</dc:creator><description>&lt;p&gt;&lt;span style="color: rgb(31, 73, 125); "&gt;Glad to hear that the snippet code helps.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: rgb(31, 73, 125); "&gt;Should you need further assistance or run into any problems regarding our controls, feel free to post it into our community site. We would be happy to assist you again.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Why use WebButton don't make effect?</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Why-use-WebButton-dont-make-effect/</link><pubDate>Fri, 03 Aug 2012 02:45:30 GMT</pubDate><dc:creator>susu</dc:creator><description>&lt;p&gt;Hi Yudi,&lt;/p&gt;
&lt;p&gt; I got it! Thank you very much!&lt;/p&gt;</description></item><item><title>Why use WebButton don't make effect?</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Why-use-WebButton-dont-make-effect/</link><pubDate>Thu, 02 Aug 2012 23:55:31 GMT</pubDate><dc:creator>yudi</dc:creator><description>&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;Please try to enable AutoPostBack and set the value of PostBackMode property to FullPostBack. The snippet code of WebButton below works on RowCheckerColumn.aspx.&lt;/span&gt;&lt;/p&gt;&lt;pre&gt;&amp;lt;ISWebDesktop:WebButton ID="WebButton1" runat="server" Height="20px" 
    OnClicked="WebButton1_Clicked" Text="Get Checked Rows in server" 
    AutoPostback="True" PostBackMode="FullPostBack"&amp;gt;
&amp;lt;/ISWebDesktop:WebButton&amp;gt;&lt;/pre&gt;
&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;&lt;strong&gt;AutoPostBack&lt;/strong&gt;&lt;br&gt;&lt;/br&gt;WebButton can operate in client side or server side mode. The default is client side mode where AutoPostBack is set to False. When operates in client side mode, developers generally implement the &lt;strong&gt;OnClientClick&lt;/strong&gt; client side event to execute the javascript codes to response the button click. Otherwise, when operates in server side mode, developers can write codes in &lt;strong&gt;OnClick&lt;/strong&gt; server side event to response the button click. Optionally, developers can also handle both client and server side events for maximum interactivity. If the return value is false in client side event, the server post back will not be invoked further.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;&lt;strong&gt;PostBackMode&lt;/strong&gt;&lt;br&gt;&lt;/br&gt;Built on the top of Intersoft's unique WebUI.NET Framework, WebButton is taking advantage of FlyPostBack and ClientAction architecture enabling the Button to execute server side codes in Button's OnClick event without full page refresh. Since it implements the FlyPostBack and other interfaces, WebButton has the same power and capabilities as with other Intersoft's flagship products such as WebCombo.NET. Instead of FlyPostBack, WebButton also supports traditional page postback by setting it to FullPostBack value.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;Hope this helps.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Why use WebButton don't make effect?</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Why-use-WebButton-dont-make-effect/</link><pubDate>Thu, 02 Aug 2012 22:20:55 GMT</pubDate><dc:creator>susu</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;When I have seen the instance RowCheckerColumn.aspx,I replace the button control to WebButton control,but it does not work now,why?&lt;/p&gt;</description></item></channel></rss>