<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="2.0">
    <channel>
        <title>Lowyat.NET: Latest topics by jai1210</title>
        <description></description>
        <link>http://forum.lowyat.net/</link>
        <lastBuildDate>Wed, 24 Jun 2026 08:23:23 +0800</lastBuildDate>
        <generator>FeedCreator 1.7.2</generator>
        <item>
            <title>possible root hua wei honor 3c ?</title>
            <link>http://forum.lowyat.net/topic/3490031</link>
            <description>really thanks for help...  &lt;!--emo&amp;:thumbs:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/thumbup.gif' border='0' style='vertical-align:middle' alt='thumbup.gif' /&gt;&lt;!--endemo--&gt;</description>
            <author>jai1210</author>
            <category>Android</category>
            <pubDate>Wed, 04 Feb 2015 16:50:41 +0800</pubDate>
        </item>
        <item>
            <title>XML to get java list data</title>
            <link>http://forum.lowyat.net/topic/443443</link>
            <description>Anyone knows how to get java list data which i get from database and pass into valuelist query which in XML files?? The list data is got more than one values??&lt;br /&gt;&lt;br /&gt;since oValueListInfo.getFilters().put(&amp;quot;testid&amp;quot;,.....); only can accept one value..&lt;br /&gt;&lt;br /&gt;In java,&lt;br /&gt;&lt;br /&gt;List ListId = new ArrayList();&lt;br /&gt;//ListId get many value from database which get dynamic amount of id each times.&lt;br /&gt;oValueListInfo.getFilters().put(&amp;quot;Listid&amp;quot;,here should be list variable names which have diferent data retrieve if i click diferent results. So in xml, &amp;#39;?&amp;#39; is need to set, but dunno how);&lt;br /&gt;&lt;br /&gt;in XML,&lt;br /&gt;&lt;br /&gt;&amp;lt;entry key=&amp;quot;testList&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;bean class=&amp;quot;test.ListAdapter&amp;quot;&amp;gt;&lt;br /&gt;       &amp;lt;property name=&amp;quot;dataSource&amp;quot;&amp;gt;&lt;br /&gt;             &amp;lt;ref bean=&amp;quot;myDataSource&amp;quot;/&amp;gt;&lt;br /&gt;       &amp;lt;/property&amp;gt;&lt;br /&gt;       &amp;lt;property name=&amp;quot;sql&amp;quot;&amp;gt;&lt;br /&gt;              &amp;lt;value&amp;gt;&lt;br /&gt;                       select test_id from table1 where test_id in (?,?,?,?,?,?,?,......here set according to how much value in List in java.)&lt;br /&gt;             &amp;lt;/value&amp;gt;&lt;br /&gt;        &amp;lt;/property&amp;gt;&lt;br /&gt;   &amp;lt;/bean&amp;gt;&lt;br /&gt;&amp;lt;/entry&amp;gt;&lt;br /&gt;&lt;br /&gt;or got suggestion import java if condition into xml? can or not?&lt;br /&gt;anyone can help?thanks...</description>
            <author>jai1210</author>
            <category>Codemasters</category>
            <pubDate>Tue, 17 Apr 2007 14:39:22 +0800</pubDate>
        </item>
        <item>
            <title>Jsp Coding</title>
            <link>http://forum.lowyat.net/topic/313213</link>
            <description>What is the meaning of the &amp;quot;&amp;#036;{status.expression}&amp;quot; in the following statement? Can anyone help?&lt;br /&gt;&lt;br /&gt;&amp;lt;INPUT type=text name=&amp;quot;&amp;lt;c:out value=&amp;quot;&amp;#036;{status.expression}&amp;quot;/&amp;gt;&amp;quot; id=&amp;quot;toAddMilestone&amp;quot; &amp;gt;&lt;br /&gt;&lt;br /&gt;Thanks..&lt;br /&gt;&lt;br /&gt;</description>
            <author>jai1210</author>
            <category>Codemasters</category>
            <pubDate>Thu, 13 Jul 2006 10:52:34 +0800</pubDate>
        </item>
        <item>
            <title>VB.net Problems:</title>
            <link>http://forum.lowyat.net/topic/266739</link>
            <description>does anyone know how to solve this problem? When i want to click delete in the datagrid which has been display all the results i has been search, it got errors to delete the records. &lt;br /&gt;&lt;br /&gt;Error: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index &lt;br /&gt;&lt;br /&gt;Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code&lt;br /&gt;&lt;br /&gt;Source Error: &lt;br /&gt;&lt;br /&gt;Line 103:        Dim strUser As String = DGAdvancedSearch.DataKeys(CInt(e.Item.ItemIndex))&lt;br /&gt;Line 104:        Dim myCommand As New SqlCommand(&amp;quot;DELETE from DBbook WHERE bookname= &amp;#39;&amp;quot; &amp;amp; strUser &amp;amp; &amp;quot;&amp;#39;&amp;quot;, myConnection)&lt;br /&gt;&lt;br /&gt;Stack Trace: &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;[ArgumentOutOfRangeException: Index was out of range.  Must be non-negative and less than the size of the collection.&lt;br /&gt;Parameter name: index]&lt;br /&gt;   System.Collections.ArrayList.get_Item(Int32 index) +91&lt;br /&gt;   System.Web.UI.WebControls.DataKeyCollection.get_Item(Int32 index)&lt;br /&gt;   DMS_ALL.AdvanceSearchResults.DGAdvancedSearch_DeleteCommand(Object source, DataGridCommandEventArgs e) in &lt;br /&gt;   System.Web.UI.WebControls.DataGrid.OnDeleteCommand(DataGridCommandEventArgs e)&lt;br /&gt;   System.Web.UI.WebControls.DataGrid.OnBubbleEvent(Object source, EventArgs e)&lt;br /&gt;   System.Web.UI.Control.RaiseBubbleEvent(Object source, EventArgs args)&lt;br /&gt;   System.Web.UI.WebControls.DataGridItem.OnBubbleEvent(Object source, EventArgs e)&lt;br /&gt;   System.Web.UI.Control.RaiseBubbleEvent(Object source, EventArgs args)&lt;br /&gt;   System.Web.UI.WebControls.LinkButton.OnCommand(CommandEventArgs e)&lt;br /&gt;   System.Web.UI.WebControls.LinkButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument)&lt;br /&gt;   System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument)&lt;br /&gt;   System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData)&lt;br /&gt;   System.Web.UI.Page.ProcessRequestMain()&lt;br /&gt;&lt;br /&gt; &lt;br /&gt;&lt;br /&gt; &lt;br /&gt;</description>
            <author>jai1210</author>
            <category>Codemasters</category>
            <pubDate>Wed, 22 Mar 2006 17:50:16 +0800</pubDate>
        </item>
        <item>
            <title>VB.net internet resources</title>
            <link>http://forum.lowyat.net/topic/262607</link>
            <description>Can anyone point me to some on-line free resources with regards to construction a VB.net program that will search string through a files, and display them out?&lt;br /&gt;&lt;br /&gt;Thanks in help.</description>
            <author>jai1210</author>
            <category>Codemasters</category>
            <pubDate>Sun, 12 Mar 2006 20:36:42 +0800</pubDate>
        </item>
        <item>
            <title>How to search a file containing a string</title>
            <link>http://forum.lowyat.net/topic/261153</link>
            <description>Anyone know how to search a file for .doc files containing a string. I am in trouble to do this function in my project..I am currnetly using asp.net to write the program. Thanks for ur help...</description>
            <author>jai1210</author>
            <category>Codemasters</category>
            <pubDate>Thu, 09 Mar 2006 00:32:23 +0800</pubDate>
        </item>
        <item>
            <title>Vb.net question</title>
            <link>http://forum.lowyat.net/topic/254052</link>
            <description>I have question about the vb.net  web application. How to display the word document in the browser.&lt;br /&gt;&lt;br /&gt;For i knows, in the vb6, the codes is like following by using the listbox to display..So wat tool in the toolbox should we use to display the document in browser.Bcause in the vb.net, do not given the listbox for us to do that.&lt;br /&gt;&lt;br /&gt;Dim strFileName As String()&lt;br /&gt;strFileName = ListBox1.SelectedItem.ToString&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Anyone knows? Thanks</description>
            <author>jai1210</author>
            <category>Codemasters</category>
            <pubDate>Tue, 21 Feb 2006 01:06:01 +0800</pubDate>
        </item>
        <item>
            <title>Vb.net problems trouble..</title>
            <link>http://forum.lowyat.net/topic/253560</link>
            <description>Hi, I&amp;#39;m doing a basic file upload in asp.net (I&amp;#39;ve done this many times), and I&amp;#39;m getting an error that I can&amp;#39;t seem to find a problem to.&lt;br /&gt;&lt;br /&gt;</description>
            <author>jai1210</author>
            <category>Codemasters</category>
            <pubDate>Mon, 20 Feb 2006 00:25:18 +0800</pubDate>
        </item>
        <item>
            <title>asp.net version mismatch</title>
            <link>http://forum.lowyat.net/topic/252222</link>
            <description>&amp;quot;Visual Studio .NET has detected that web server is running ASP.NET version 1.0&amp;quot;&lt;br /&gt;The message is keep poping up when i try to create the new web application project.&lt;br /&gt;&lt;br /&gt;Anyone can help to solve this trouble problems?Its really troubling me for a few days..Thanks...</description>
            <author>jai1210</author>
            <category>Codemasters</category>
            <pubDate>Thu, 16 Feb 2006 14:31:30 +0800</pubDate>
        </item>
        <item>
            <title>Getting problems with vb.net codings..help</title>
            <link>http://forum.lowyat.net/topic/241504</link>
            <description>I am getting problems with having an unhandled exception occured when trying to execute my vb.net projects. Anyone know how to solve it??&lt;br /&gt;&lt;br /&gt;The following is the exception Details: &lt;br /&gt;&lt;br /&gt;&lt;b&gt;System.NullReferenceException: Object reference not set to an instance of an object.&lt;/b&gt;</description>
            <author>jai1210</author>
            <category>Codemasters</category>
            <pubDate>Wed, 18 Jan 2006 20:22:38 +0800</pubDate>
        </item>
    </channel>
</rss>
