<?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: serach problem in asp</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/serach-problem-in-asp</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/serach-problem-in-asp/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>CHVS_2002 on serach problem in asp</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/serach-problem-in-asp#p6262</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/serach-problem-in-asp#p6262</guid>
        	        	<description><![CDATA[<p>Default string is <strong>searchField</strong> e and not <strong>sField.&#160;&#160; </strong>I can&#39; t find this in documentation, only&#160;when&#160;i get&#160;the request.query collection i see.&#160;</p>
<p>you need get</p>
<p>page=request.QueryString("page")<br />pNumPerPage=request.QueryString("rows")<br />sidx = request.QueryString("sidx")<br />sord = request.QueryString("sord")</p>
<p>&#39;--------------------strings for search --------------------------------------------</p>
<p><span style="color: #ff0000;">sField=request.QueryString("searchField")&#160; &#39;<br />sValue=request.QueryString("searchString")<br />vOperacao=request.QueryString("searchOper")<br />vProcura=request.QueryString("_search")&#160; &#39; return true&#160;&#160;if is search is present</span></p>
]]></description>
        	        	<pubDate>Fri, 24 Apr 2009 13:00:46 +0300</pubDate>
        </item>
        <item>
        	<title>tony on serach problem in asp</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/serach-problem-in-asp#p6160</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/serach-problem-in-asp#p6160</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>If you have FireBug, see what is posted to the server or better read first the docs.</p>
<p>You should obtain the follwing parameters</p>
<p>searchOper, searchField, searchString</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Mon, 20 Apr 2009 06:40:14 +0300</pubDate>
        </item>
        <item>
        	<title>Prathap MK on serach problem in asp</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/serach-problem-in-asp#p6127</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/serach-problem-in-asp#p6127</guid>
        	        	<description><![CDATA[<p>hi, am using server side script as ASP.&#160; i tried get serach parameters by using&#160; sField &#160;&#160;= Request("sField")<br />sValue &#160;&#160;= Request("sValue") ,but its not returning any value. i dnt knw how to get serach column and value in server side in ASP.</p></p>
]]></description>
        	        	<pubDate>Fri, 17 Apr 2009 00:08:58 +0300</pubDate>
        </item>
        <item>
        	<title>tony on serach problem in asp</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/serach-problem-in-asp#p6083</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/serach-problem-in-asp#p6083</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>In which portion this does not work? I see multiple calls to filterGrid (one is commented and you have only object here)</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Thu, 16 Apr 2009 03:44:52 +0300</pubDate>
        </item>
        <item>
        	<title>Prathap MK on serach problem in asp</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/serach-problem-in-asp#p6053</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/serach-problem-in-asp#p6053</guid>
        	        	<description><![CDATA[<p>hi</p>
<p>am using 3.4 version.am using asp as server side script. am not getting search parameters in server side.my code is</p>
<p>&#60;html&#62; <br />&#60;head&#62; <br />&#60;title&#62;jqGrid Demo&#60;/title&#62;</p>
<p>&#60;link rel="stylesheet" type="text/css" media="all" href="themes/coffee/grid.css" /&#62; <br />&#60;link rel="stylesheet" type="text/css" media="all" href="themes/jqModal.css" /&#62;</p>
<p>&#60;script src="jquery.js" type="text/javascript"&#62;&#60;/script&#62; <br />&#60;script src="jquery.jqGrid.js" type="text/javascript"&#62;&#60;/script&#62; <br />&#60;script src="js/jqModal.js" type="text/javascript"&#62;&#60;/script&#62; <br />&#60;script src="js/jqDnR.js" type="text/javascript"&#62;&#60;/script&#62;</p>
<p>&#60;script type="text/javascript"&#62;</p>
<p>var myGrid;<br />var lastSel;<br />jQuery(document).ready(function(){ <br />&#160;&#160;<br />&#160;&#160;var lastsel;<br />&#160;&#160;<br />&#160;&#160;jQuery("#list").jqGrid({ <br />&#160;&#160;<br />&#160;&#160;&#160;&#160;<a href="&#39;example.asp&#39;" target="_blank">url:&#39;example.asp&#39;</a>, <br />&#160;&#160;&#160;&#160;datatype: &#39;xml&#39;, <br />&#160;&#160;&#160;&#160;mtype: &#39;GET&#39;, <br />&#160;&#160;&#160;&#160;subGrid:true,<br />&#160;&#160;&#160;&#160;height:212,<br />&#160;&#160;&#160;&#160;colNames:[&#39;act&#39;,&#39;Sup Id&#39;,&#39;Name&#39;,&#39;ContactName&#39;,&#39;City&#39;, &#39;Country&#39;], &#160;&#160;&#160;&#160;<br />&#160;&#160;&#160;&#160;colModel :[ <br />&#160;&#160;&#160;&#160;&#160;{name:&#39;act&#39;, index:&#39;act&#39;, width:65, search:false}, <br />&#160;&#160;&#160;&#160;&#160;{name:&#39;SupplierID&#39;, index:&#39;SupplierID&#39;, width:65, sorttype:&#39;int&#39;}, <br />&#160;&#160;&#160;&#160;&#160;{name:&#39;CompanyName&#39;, index:&#39;CompanyName&#39;, width:250, editable: true, editoptions:{size:"20",maxlength:"30"}, sorttype:&#39;int&#39;},<br />&#160;&#160;&#160;&#160;&#160;{name:&#39;ContactName&#39;, index:&#39;ContactName&#39;, width:100, align:&#39;right&#39;}, <br />&#160;&#160;&#160;&#160;&#160;{name:&#39;City&#39;, index:&#39;City&#39;, width:100, editable: true, search:false,edittype: "select", editoptions: {value: getValue() }},<br />&#160;&#160;&#160;&#160;&#160;{name:&#39;Country&#39;, index:&#39;Country&#39;, hidden: true, editable: true, editoptions:{size:"20",maxlength:"30"}, editrules:{edithidden:true, required:true}} &#160;&#160;&#160;&#160;&#160;<br />&#160;&#160;&#160;&#160;], <br />&#160;&#160;&#160;&#160;<br />&#160;&#160;&#160;&#160;pager: jQuery(&#39;#pager&#39;), <br />&#160;&#160;&#160;&#160;<br />&#160;&#160;&#160;&#160;rowheight:&#39;100%&#39;,<br />&#160;&#160;&#160;&#160;rowNum:5, <br />&#160;&#160;&#160;&#160;rowList:[10,20,30], <br />&#160;&#160;&#160;&#160;sortname: &#39;CompanyName&#39;, <br />&#160;&#160;&#160;&#160;sortorder: "desc", <br />&#160;&#160;&#160;&#160;viewrecords: true, <br />&#160;&#160;&#160;&#160;multiselect:true,<br />&#160;&#160;&#160;&#160;//cellEdit:true,<br />&#160;&#160;&#160;&#160;subGrid: true,<br />&#160;&#160;&#160;&#160;autosearch:false,<br />&#160;&#160;&#160;&#160;subGridUrl : "example11.asp", <br />&#160;&#160;&#160;&#160;subGridModel :[ { name: [&#39;act&#39;, &#39;Sup&#39;, &#39;Name&#39;, &#39;ContactName&#39;, &#39;City&#39;,&#39;Country&#39;],<br />&#160;&#160;&#160;&#160;width : [100, 100, 100,100, 100,100], params: [&#39;SupplierID&#39;] } ],<br />&#160;&#160;<br />&#160;&#160;onSelectRow: <br />&#160;&#160;&#160;&#160;function(id){ <br />&#160;&#160;&#160;&#160;if(id &#38;&#38; id!==lastSel)<br />&#160;&#160;&#160;&#160;{ <br />&#160;&#160;&#160;&#160;jQuery(&#39;#list&#39;).restoreRow(lastSel); lastSel=id; } <br />&#160;&#160;&#160;&#160;jQuery(&#39;#list&#39;).editRow(id, true); <br />&#160;&#160;&#160;&#160;},<br />&#160;&#160;&#160;&#160;<br />&#160;&#160;&#160;&#160;/*onSelectRow: function(id){&#160;&#160;&#160;&#160;<br />&#160;&#160;&#160;&#160;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;<br />&#160;&#160;&#160;&#160;&#160;var s; <br />&#160;&#160;&#160;&#160;&#160;s = jQuery("#list").getGridParam(&#39;selarrrow&#39;);<br />&#160;&#160;&#160;&#160;&#160;<br />&#160;&#160;&#160;&#160;&#160;for(var i=0; i &#60; s.length; i++)<br />&#160;&#160;&#160;&#160;&#160;{<br />&#160;&#160;&#160;&#160;&#160;&#160;if(s[i] &#38;&#38; s[i]!==lastsel){<br />&#160;&#160;&#160;&#160;&#160;&#160;jQuery(&#39;#list&#39;).restoreRow(lastsel);&#160;&#160;&#160;&#160;&#160;&#160;<br />&#160;&#160;&#160;&#160;&#160;&#160;lastsel=s[i];<br />&#160;&#160;&#160;&#160;&#160;&#160;}&#160;&#160;&#160;&#160;&#160;&#160;<br />&#160;&#160;&#160;&#160;&#160;&#160;jQuery(&#39;#list&#39;).editRow(s[i],true);<br />&#160;&#160;&#160;&#160;&#160;}&#160;<br />&#160;&#160;&#160;&#160;&#160;<br />&#160;&#160;&#160;&#160;},&#160;&#160;*/&#160;&#160;&#160;&#160;&#160;&#160;<br />&#160;&#160;&#160;&#160;&#160;<br />&#160;&#160;&#160;&#160;loadComplete: function(){<br />&#160;&#160;&#160;&#160;&#160;var ids = jQuery("#list").getDataIDs();&#160;&#160;<br />&#160;&#160;&#160;&#160;&#160;for(var i=0;i&#60;ids.length;i++){<br />&#160;&#160;&#160;&#160;&#160;&#160;var cl = ids[i];<br />&#160;&#160;&#160;&#160;&#160;&#160;be = "&#60;input style=&#39;height:22px;width:20px;&#39; type=&#39;button&#39; value=&#39;E&#39; onclick=jQuery(&#39;#list&#39;).editRow("+cl+"); &#62;"; <br />&#160;&#160;&#160;&#160;&#160;&#160;se = "&#60;input style=&#39;height:22px;width:20px;&#39; type=&#39;button&#39; value=&#39;S&#39; onclick=jQuery(&#39;#list&#39;).saveRow("+cl+"); /&#62;"; <br />&#160;&#160;&#160;&#160;&#160;&#160;ce = "&#60;input style=&#39;height:22px;width:20px;&#39; type=&#39;button&#39; value=&#39;C&#39; onclick=jQuery(&#39;#list&#39;).restoreRow("+cl+"); /&#62;"; <br />&#160;&#160;&#160;&#160;&#160;&#160;de = "&#60;input style=&#39;height:22px;width:20px;&#39; type=&#39;button&#39; value=&#39;D&#39; onclick=jQuery(&#39;#list&#39;).delGridRow("+cl+"); /&#62;"; <br />&#160;&#160;&#160;&#160;&#160;&#160;jQuery("#list").setRowData(ids[i],{act:be+se+ce+de})<br />&#160;&#160;&#160;&#160;&#160;}&#160;<br />&#160;&#160;&#160;&#160;},&#160;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;<br />&#160;&#160;&#160;&#160;imgpath: &#39;themes/coffee/images&#39;, <br />&#160;&#160;&#160;&#160;caption: &#39;SUPPLIER TABLE&#39; <br />&#160;&#160;&#160;&#160;<br />&#160;&#160;}).navGrid(&#39;#pager&#39;,<br />&#160;&#160;&#160;&#160;{}, //options<br />&#160;&#160;&#160;&#160;{height:380, width: 500, reloadAfterSubmit:true}, // edit options<br />&#160;&#160;&#160;&#160;{height:280,reloadAfterSubmit:true, closeAfterAdd:true}, // add options<br />&#160;&#160;&#160;&#160;{height:180, width: 300, reloadAfterSubmit:true}, // del options<br />&#160;&#160;&#160;&#160;{} // search options<br />&#160;&#160;&#160;&#160;<br />&#160;&#160;&#160;);&#160;&#160;<br />&#160;&#160;<br />&#160;&#160;//jQuery("#t_s1list").height(25).hide().filterGrid("#list",{gridModel:true,gridToolbar:true});<br />&#160;&#160;&#160;<br />&#160;&#160;jQuery.jgrid.del = { <br />&#160;&#160;top:100,left:700,<br />&#160;&#160;&#160;url: &#39;delete.asp&#39;,<br />&#160;&#160;&#160;caption: "MKP Delete", <br />&#160;&#160;&#160;msg: "Delete selected record(sss)?", <br />&#160;&#160;&#160;bSubmit: "Delete Rec", <br />&#160;&#160;&#160;bCancel: "Cancel", <br />&#160;&#160;&#160;processData: "Processing..."<br />&#160;&#160;&#160;//afterSubmit: function(msg){alert("asdasd"); return true;}&#160;<br />&#160;&#160;};</p>
<p>&#160;&#160;jQuery.jgrid.edit = { <br />&#160;&#160;&#160;url: &#39;edit.asp&#39;,<br />&#160;&#160;&#160;editCaption: "Edit Record",<br />&#160;&#160;&#160;addCaption: "Add Record",<br />&#160;&#160;&#160;msg: "Edit selected record(s)?", <br />&#160;&#160;&#160;bSubmit: "Save", <br />&#160;&#160;&#160;bCancel: "Cancel",<br />&#160;&#160;&#160;postData:[{Country:&#39;India&#39;}],&#160;&#160;&#160;<br />&#160;&#160;&#160;processData: "Processing..."<br />&#160;&#160;&#160;//afterSubmit: function(msg){alert("asdasd"); return true;}&#160;<br />&#160;&#160;};<br />&#160;&#160;jQuery("#list").sortGrid("CompanyName",true);<br />&#160;&#160;<br />&#160;<br />&#160;&#160;<br />&#160;&#160;$("#srccontents").filterGrid(<br />&#160;&#160;&#160;"#list",<br />&#160;&#160;&#160;{ gridModel:true, <br />&#160;&#160;&#160;&#160;gridNames:true,<br />&#160;&#160;&#160;&#160; formtype:"vertical",<br />&#160;&#160;&#160;&#160; enableSearch:true,<br />&#160;&#160;&#160;&#160; enableClear: true,<br />&#160;&#160;&#160;&#160; autosearch: false,<br />&#160;&#160;&#160;&#160; &#160;afterSearch : function() {<br />&#160;&#160;&#160;&#160;&#160;//&#160;jQuery(".HeaderButton").trigger("click");<br />&#160;&#160;&#160;&#160;&#160;<br />&#160;&#160;&#160;&#160;&#160;}<br />&#160;&#160;&#160;&#160; });<br />&#160;&#160;//var addprm = { width: 450, height: 200, top: 125, left: 50, reloadAfterSubmit:true, closeAfterAdd:true };<br />&#160;&#160;/*<br />&#160;&#160;jQuery.jgrid.search = { <br />&#160;&#160;&#160;url: &#39;example.asp?q=1&#39;,<br />&#160;&#160;&#160;caption: "Search Record...", <br />&#160;&#160;&#160;Find: "Search", <br />&#160;&#160;&#160;Reset: "Reset", <br />&#160;&#160;&#160;odata: [&#39;equal&#39;, &#39;not equal&#39;, &#39;less&#39;, &#39;less or equal&#39;,&#39;greater&#39;,&#39;greater or equal&#39;, &#39;begins with&#39;,&#39;ends with&#39;,&#39;contains&#39; ] ,<br />&#160;&#160;&#160;sopt: null<br />&#160;&#160;}&#160;&#160;<br />&#160;&#160;&#160;&#160;<br />&#160;&#160;//$.extend($.jgrid.search,{Find:&#39;Search&#39;})<br />&#160;&#160;<br />&#160;&#160;jQuery("#list").searchGrid({<br />&#160;&#160;&#160;caption: "Search Recordsss...", <br />&#160;&#160;&#160;Find: "Search111", <br />&#160;&#160;&#160;Reset: "Reset111", <br />&#160;&#160;&#160;odata: [&#39;equal&#39;, &#39;not equal&#39;, &#39;less&#39;, &#39;less or equal&#39;,&#39;greater&#39;,&#39;greater or equal&#39;, &#39;begins with&#39;,&#39;ends with&#39;,&#39;contains&#39; ] ,<br />&#160;&#160;&#160;sopt: null&#160;<br />&#160;&#160;})<br />&#160;&#160;*/</p>
<p>});</p>
<p>function checksave(result) {<br />&#160;if (result=="") {alert("Update is missing!"); return false;}<br />&#160;return true;<br />}</p>
<p>function getValue(){<br />&#160;var html1 = $.ajax({<br />&#160;&#160;url: "select.asp",<br />&#160;&#160;async: false<br />&#160;}).responseText;<br />&#160;<br />&#160;return html1;<br />}</p>
<p>&#60;/script&#62; <br />&#60;/head&#62;</p>
<p>&#60;body&#62; <br />&#60;div id="srccontents" height="300px"&#62;&#60;/div&#62;<br />&#60;table id="list" class="scroll" cellpadding="0" cellspacing="0"&#62;&#60;/table&#62; <br />&#60;div id="pager" class="scroll" style="text-align:center;"&#62;&#60;/div&#62; <br />&#60;/body&#62;</p>
<p>&#60;/html&#62;</p>
</p>
<p>serverside code</p>
<p>&#60;%@ language=vbscript codepage=65001 %&#62;<br />&#60;% Option Explicit %&#62;<br />&#60;!--#include file = "include/cache.asp" --&#62;<br />&#60;!--#include file = "include/connection.asp" --&#62;</p>
<p>&#60;%<br />Response.ContentType = "text/xml;charset=utf-8"</p>
<p>Dim page<br />Dim limit<br />Dim sidx<br />Dim sord<br />Dim movepage</p>
<p>&#39; Get the requested page. By default grid sets this to 1. <br />page = Request("page")<br />&#39;page = 1</p>
<p>movepage = Request("movepage")</p>
<p>&#39; get how many rows we want to have into the grid - rowNum parameter in the grid <br />limit = Request("rows")<br />&#39;limit = 10</p>
<p>&#39; get index row - i.e. user click to sort. At first time sortname parameter - &#39; after that the index from colModel <br />sidx = Request("sidx")</p>
<p>&#39; sorting order - at first time sortorder <br />sord = Request("sord")</p>
<p>&#39; if we not pass at first time index use the first column for the index or what you want <br />if (Request("sidx") = "") then<br />&#160;sidx = 3<br />end if&#160;</p>
<p>Dim result<br />result = CSCount()</p>
<p>Dim count<br />count = result</p>
<p>Dim total_pages<br />Dim start</p>
<p>if (count &#62; 0) then<br />&#160;total_pages = cInt(count/limit)<br />else<br />&#160;total_pages = 0<br />end if</p>
<p>if (cInt(page) &#62; cInt(total_pages)) then<br />&#160;page = total_pages&#160;<br />end if</p>
<p>start = (limit * page) - limit</p>
<p>if (start &#60; 0) then<br />&#160;start = 0<br />end if</p>
<p>&#39;if (page = 1) then<br />&#160;&#39;start = 0<br />&#39;end if</p>
<p>&#39;--------------------------------------------------------------------------------------------------------<br />Function CSCount()</p>
<p>&#160;Dim objDb<br />&#160;Dim strQuery<br />&#160;Dim arrRecords<br />&#160;<br />&#160;Set objDb = Server.CreateObject("WComponents.DBAccess")<br />&#160;objDb.Init(Me)<br />&#160;objDb.DbConnection = Connection<br />&#160;objDb.AllowCloseConnection = False<br />&#160;objDb.ShowErrorMessage = True<br />&#160;strQuery =&#160; " SELECT COUNT(SupplierID) FROM Suppliers"<br />&#160;objDb.Sql = strQuery<br />&#160;arrRecords = objDb.Execute()</p>
<p>&#160;Set objDb = Nothing<br />&#160;<br />&#160;CSCount = arrRecords(0,0)<br />&#160;<br />End Function&#160;&#160;&#160;<br />&#39;--------------------------------------------------------------------------------------------------------</p>
<p>Dim objDb<br />Dim strQuery<br />Dim arrRecords<br />Dim intI<br />Dim x</p>
<p>x = cInt(limit) + cInt(start)</p>
<p>Set objDb = Server.CreateObject("WComponents.DBAccess")<br />objDb.Init(Me)<br />objDb.DbConnection = Connection<br />objDb.AllowCloseConnection = False<br />objDb.ShowErrorMessage = True</p>
<p>strQuery = " SELECT&#160;&#160;&#160;&#160; * " &#38; _<br />" FROM&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; (SELECT&#160;&#160;&#160;&#160; TOP " &#38; limit &#38; " * " &#38; _<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; " FROM&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; (SELECT&#160;&#160;&#160;&#160; TOP " &#38; x &#38; " SupplierID, CompanyName, ContactName, City " &#38; _<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; " FROM&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Suppliers " &#38; _<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; " ORDER BY SupplierID DESC) a " &#38; _<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; " ORDER BY SupplierID ASC) b " &#38; _<br />" ORDER BY SupplierID DESC"</p>
<p>&#39;strQuery<br />objDb.Sql = strQuery<br />arrRecords = objDb.Execute()</p>
<p>if(objDb.recordCount&#62;0)then&#160;&#160;<br />&#160;&#160;<br />&#160;&#160;response.write "&#60;?xml version=&#39;1.0&#39; encoding=&#39;utf-8&#39;?&#62;" <br />&#160;&#160;response.write "&#60;rows&#62;" <br />&#160;&#160;response.write "&#60;page&#62;"&#38;page&#38;"&#60;/page&#62;" <br />&#160;&#160;response.write "&#60;total&#62;"&#38;total_pages&#38;"&#60;/total&#62;" <br />&#160;&#160;response.write "&#60;records&#62;"&#38;count&#38;"&#60;/records&#62;" <br />&#160;&#160;&#39;response.write "&#60;mpage&#62;"&#38;page&#38;"&#60;/mpage&#62;"</p>
<p>&#160;&#160;For intI = 0 to objDb.recordCount - 1<br />&#160;&#160;<br />&#160;&#160;&#160;response.write "&#60;row id=&#39;"&#38; arrRecords(0,intI) &#38;"&#39;&#62;" <br />&#160;&#160;&#160;response.write "&#60;cell&#62;&#60;/cell&#62;" <br />&#160;&#160;&#160;response.write "&#60;cell&#62;"&#38; arrRecords(0,intI)&#160; &#38;"&#60;/cell&#62;" <br />&#160;&#160;&#160;response.write "&#60;cell&#62;"&#38; arrRecords(1,intI)&#160; &#38;"&#60;/cell&#62;" <br />&#160;&#160;&#160;response.write "&#60;cell&#62;"&#38; arrRecords(2,intI)&#160; &#38;"&#60;/cell&#62;" <br />&#160;&#160;&#160;response.write "&#60;cell&#62;"&#38; arrRecords(3,intI)&#160; &#38;"&#60;/cell&#62;" <br />&#160;&#160;&#160;response.write "&#60;/row&#62;"</p>
<p>&#160;&#160;Next</p>
<p>&#160;&#160;response.write "&#60;/rows&#62;"<br />&#160;<br />end if</p>
<p>Set objDb = Nothing<br />%&#62;</p>
]]></description>
        	        	<pubDate>Wed, 15 Apr 2009 23:19:11 +0300</pubDate>
        </item>
</channel>
</rss>