<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
	<title>jQuery Grid Plugin - jqGrid - Topic: Handle buttons in asp .net</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/handle-buttons-in-asp-net</link>
	<description><![CDATA[Grid plugin]]></description>
	<generator>Simple:Press Version 5.7.5.3</generator>
	<atom:link href="http://www.trirand.com/blog/?page_id=393/help/handle-buttons-in-asp-net/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>MamaliFrenchi on Handle buttons in asp .net</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/handle-buttons-in-asp-net#p9057</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/handle-buttons-in-asp-net#p9057</guid>
        	        	<description><![CDATA[<p>jqGrid will post all parameters to your ashx. jsut get it in the context you will get the following:</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; string Page = context.Request["page"];<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; int pageSize = Convert.ToInt32(context.Request["rows"]);<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; string sortExpression = context.Request["sidx"];<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; string sord = context.Request["sord"];<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; bool filter = Convert.ToBoolean(context.Request["_search"]);<br />+ your filer field etc.</p>
]]></description>
        	        	<pubDate>Sun, 30 Aug 2009 11:18:52 +0300</pubDate>
        </item>
        <item>
        	<title>victork on Handle buttons in asp .net</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/handle-buttons-in-asp-net#p9037</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/handle-buttons-in-asp-net#p9037</guid>
        	        	<description><![CDATA[<p>I am working with asp.net 2005.<br />I connect with the server across a page .ashx (handler).<br />I cannot read, in server, the value of "page" of the jqgrid.<br />Since I can do it?</p>
<p>There is some example?</p>
<p>Had someone this problem in asp.net?</p>
<p>Thanks for your response</p>
<p>Victor</p>
]]></description>
        	        	<pubDate>Sat, 29 Aug 2009 07:05:52 +0300</pubDate>
        </item>
</channel>
</rss>