<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="2.0">
    <channel>
        <title>Lowyat.NET: Latest topics by kbyao</title>
        <description></description>
        <link>http://forum.lowyat.net/</link>
        <lastBuildDate>Thu, 30 Apr 2026 06:10:23 +0800</lastBuildDate>
        <generator>FeedCreator 1.7.2</generator>
        <item>
            <title>Crypto currency trading platform</title>
            <link>http://forum.lowyat.net/topic/4490047</link>
            <description>Any platform reliable to trade? Not penipu scammer website. Want to trade those like ripple/stellar. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;</description>
            <author>kbyao</author>
            <category>The Museum Of Kopitiam</category>
            <pubDate>Fri, 29 Dec 2017 19:44:45 +0800</pubDate>
        </item>
        <item>
            <title>validator not working inside update panel [solved]</title>
            <link>http://forum.lowyat.net/topic/1731535</link>
            <description>&lt;!--SPOILER BEGIN--&gt;&lt;div class=&quot;spoilertop&quot; onClick=&quot;openClose('77f005c9455c8f16c6bd05e6f7141a3a')&quot; style=&quot;font-weight: bold&quot;&gt;&lt;u&gt;&amp;raquo; Click to show Spoiler - click again to hide... &amp;laquo;&lt;/u&gt;&lt;/div&gt;&lt;div class=&quot;spoilermain&quot; id=&quot;77f005c9455c8f16c6bd05e6f7141a3a&quot; style=&quot;display:none&quot;&gt;&lt;!--SPOILER END--&gt;I have a database with a few column like role, status.&lt;br /&gt;the value of role and status in the database is like 0, or 1.&lt;br /&gt;So, when I display it on gridview, how to change it to words like Admin or user?&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Second problem&lt;br /&gt;From the gridview, when i click the data,&lt;br /&gt;it will pop up a Jquery dialog form.&lt;br /&gt;I tried it on normal button it works&lt;br /&gt;but it does not work on asp linkbutton.&lt;br /&gt;the code is like this&lt;br /&gt;&lt;br /&gt;&lt;!--c1--&gt;&lt;div class='codetop'&gt;CODE&lt;/div&gt;&lt;div class='codemain'&gt;&lt;!--ec1--&gt;&lt;br /&gt;&lt;br /&gt;&amp;#036;&amp;#40;&amp;#34;#linkButton1&amp;#34;&amp;#41;.click&amp;#40;function &amp;#40;&amp;#41; {&lt;br /&gt;&lt;br /&gt;              &amp;#036;&amp;#40;&amp;#34;#Div1&amp;#34;&amp;#41;.dialog&amp;#40;{ modal&amp;#58; true, height&amp;#58; 440, width&amp;#58; 470, title&amp;#58; &amp;#34;Edit User&amp;#34; }&amp;#41;;&lt;br /&gt;&lt;br /&gt;          }&amp;#41;;&lt;br /&gt;&lt;br /&gt;&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;!--c1--&gt;&lt;div class='codetop'&gt;CODE&lt;/div&gt;&lt;div class='codemain'&gt;&lt;!--ec1--&gt;&lt;br /&gt;&amp;#60;asp&amp;#58;TemplateField HeaderText=&amp;#34;Username&amp;#34;&amp;#62;&amp;#60;ItemTemplate&amp;#62;&lt;br /&gt;&amp;#60;asp&amp;#58;linkButton ID=&amp;#34;linkButton1&amp;#34; runat=&amp;#34;server&amp;#34; Text=&amp;#39;&amp;#60;%#Bind&amp;#40;&amp;#34;Username&amp;#34;&amp;#41; %&amp;#62;&amp;#39;&amp;#62;&amp;#60;/asp&amp;#58;linkButton&amp;#62;&lt;br /&gt;&amp;#60;/ItemTemplate&amp;#62;&amp;#60;/asp&amp;#58;TemplateField&amp;#62;&lt;br /&gt;&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;solved it by adding onClientClick on the link button&lt;br /&gt;&lt;br /&gt;&lt;!--SPOILER DIV--&gt;&lt;/div&gt;&lt;!--SPOILER DIV--&gt;&lt;br /&gt;&lt;br /&gt;&lt;!--SPOILER BEGIN--&gt;&lt;div class=&quot;spoilertop&quot; onClick=&quot;openClose('97bde000a3025235ee2858deddf56c25')&quot; style=&quot;font-weight: bold&quot;&gt;&lt;u&gt;&amp;raquo; Click to show Spoiler - click again to hide... &amp;laquo;&lt;/u&gt;&lt;/div&gt;&lt;div class=&quot;spoilermain&quot; id=&quot;97bde000a3025235ee2858deddf56c25&quot; style=&quot;display:none&quot;&gt;&lt;!--SPOILER END--&gt;&lt;br /&gt;New Question.&lt;br /&gt;I invoke the Jquery dialog using aspx.cs&lt;br /&gt;&lt;!--c1--&gt;&lt;div class='codetop'&gt;CODE&lt;/div&gt;&lt;div class='codemain'&gt;&lt;!--ec1--&gt;&lt;br /&gt;ScriptManager.RegisterStartupScript&amp;#40;this, typeof&amp;#40;string&amp;#41;, &amp;#34;open&amp;#34;, &amp;#34;&amp;#036;&amp;#40;&amp;#39;#Div1&amp;#39;&amp;#41;.dialog&amp;#40;{ modal&amp;#58; true, height&amp;#58; 500, width&amp;#58; 500, title&amp;#58; &amp;#39;Edit User&amp;#39; }&amp;#41;; &amp;#34;, true&amp;#41;;&lt;br /&gt;&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;but after that the button in the dialog form and update panel become unusable.&lt;br /&gt;It cant event trigger asp validation.&lt;br /&gt;&lt;!--c1--&gt;&lt;div class='codetop'&gt;CODE&lt;/div&gt;&lt;div class='codemain'&gt;&lt;!--ec1--&gt;&lt;br /&gt;&amp;#60;asp&amp;#58;Button ID=&amp;#34;Button5&amp;#34; runat=&amp;#34;server&amp;#34;  class=&amp;#34;abc&amp;#34;  Text=&amp;#34;Edit User&amp;#34; ValidationGroup=&amp;#34;2&amp;#34; style=&amp;#34;font-size&amp;#58; small;&amp;#34; /&amp;#62;&lt;br /&gt;&amp;#60;asp&amp;#58;Button ID=&amp;#34;Button6&amp;#34; runat=&amp;#34;server&amp;#34; class=&amp;#34;abc&amp;#34; Text=&amp;#34;Cancel&amp;#34; CausesValidation=&amp;#34;False&amp;#34; style=&amp;#34;font-size&amp;#58; small;&amp;#34;/&amp;#62;&lt;br /&gt;&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;How to solve it?  &lt;!--emo&amp;:stars:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/rclxub.gif' border='0' style='vertical-align:middle' alt='rclxub.gif' /&gt;&lt;!--endemo--&gt;&lt;br /&gt;&lt;br /&gt;Changed to another method ady&lt;br /&gt;&lt;!--SPOILER DIV--&gt;&lt;/div&gt;&lt;!--SPOILER DIV--&gt;&lt;br /&gt;&lt;br /&gt;&lt;!--SPOILER BEGIN--&gt;&lt;div class=&quot;spoilertop&quot; onClick=&quot;openClose('450ad2d300b656970bee36479e48f24b')&quot; style=&quot;font-weight: bold&quot;&gt;&lt;u&gt;&amp;raquo; Click to show Spoiler - click again to hide... &amp;laquo;&lt;/u&gt;&lt;/div&gt;&lt;div class=&quot;spoilermain&quot; id=&quot;450ad2d300b656970bee36479e48f24b&quot; style=&quot;display:none&quot;&gt;&lt;!--SPOILER END--&gt;&lt;br /&gt;I  think i solve the previous problem already.&lt;br /&gt;The problem now is,&lt;br /&gt;I set the value of the password into a textbox using aspx.cs&lt;br /&gt;but he textbox wont show blank textbox instead of ****.&lt;br /&gt;What problem har &lt;!--emo&amp;:stars:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/rclxub.gif' border='0' style='vertical-align:middle' alt='rclxub.gif' /&gt;&lt;!--endemo--&gt;&lt;br /&gt;&lt;br /&gt;solved using&lt;br /&gt;TextBox9.Attributes[&amp;quot;value&amp;quot;] = usr.Password;&lt;br /&gt;&lt;br /&gt;&lt;!--SPOILER DIV--&gt;&lt;/div&gt;&lt;!--SPOILER DIV--&gt;&lt;br /&gt;&lt;!--SPOILER BEGIN--&gt;&lt;div class=&quot;spoilertop&quot; onClick=&quot;openClose('f1dd9245da3406830415d33fa31456d5')&quot; style=&quot;font-weight: bold&quot;&gt;&lt;u&gt;&amp;raquo; Click to show Spoiler - click again to hide... &amp;laquo;&lt;/u&gt;&lt;/div&gt;&lt;div class=&quot;spoilermain&quot; id=&quot;f1dd9245da3406830415d33fa31456d5&quot; style=&quot;display:none&quot;&gt;&lt;!--SPOILER END--&gt;As title.&lt;br /&gt;My Jquery wont work after i put warp update panel around the control.&lt;br /&gt;why har..  &lt;!--emo&amp;:hmm:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/hmm.gif' border='0' style='vertical-align:middle' alt='hmm.gif' /&gt;&lt;!--endemo--&gt; &lt;br /&gt;help   &lt;!--emo&amp;:respect:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/notworthy.gif' border='0' style='vertical-align:middle' alt='notworthy.gif' /&gt;&lt;!--endemo--&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;!--SPOILER DIV--&gt;&lt;/div&gt;&lt;!--SPOILER DIV--&gt;&lt;br /&gt;&lt;br /&gt;Hmm.. I try google, but most of the solution is download the libs for compatible validator.&lt;br /&gt;is there any other solution?&lt;br /&gt;&lt;br /&gt;manage to solve it by adding EnableEventValidation=&amp;quot;True&amp;quot; at the top of  the page &lt;!--emo&amp;:shock:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/shocking.gif' border='0' style='vertical-align:middle' alt='shocking.gif' /&gt;&lt;!--endemo--&gt;  &lt;!--emo&amp;:shakehead:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/shakehead.gif' border='0' style='vertical-align:middle' alt='shakehead.gif' /&gt;&lt;!--endemo--&gt;</description>
            <author>kbyao</author>
            <category>Codemasters</category>
            <pubDate>Tue, 25 Jan 2011 17:35:38 +0800</pubDate>
        </item>
        <item>
            <title>How to Install g++ in ubuntu?</title>
            <link>http://forum.lowyat.net/topic/897090</link>
            <description>I follow this &lt;a href='http://apcmag.com/how_to_dualboot_vista_with_linux_vista_installed_first.htm' target='_blank'&gt;Guide&lt;/a&gt;  &lt;!--emo&amp;:drool:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/drool.gif' border='0' style='vertical-align:middle' alt='drool.gif' /&gt;&lt;!--endemo--&gt; &lt;br /&gt;then i met this &lt;a href='http://answers.yahoo.com/question/index?qid=20081031212318AAZIS6r' target='_blank'&gt;Problem&lt;/a&gt;  &lt;!--emo&amp;:stars:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/rclxub.gif' border='0' style='vertical-align:middle' alt='rclxub.gif' /&gt;&lt;!--endemo--&gt; &lt;br /&gt;I cannot find solution for this.   &lt;!--emo&amp;:cry:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/cry.gif' border='0' style='vertical-align:middle' alt='cry.gif' /&gt;&lt;!--endemo--&gt; &lt;br /&gt;And i don&amp;#39;t want to use wubi because I heard people said it will slow down the performance.   &lt;!--emo&amp;:peace:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/icon_rolleyes.gif' border='0' style='vertical-align:middle' alt='icon_rolleyes.gif' /&gt;&lt;!--endemo--&gt; &lt;br /&gt;So can anyone help me out with  this?   &lt;!--emo&amp;:respect:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/notworthy.gif' border='0' style='vertical-align:middle' alt='notworthy.gif' /&gt;&lt;!--endemo--&gt; &lt;br /&gt;thanks in advance.   &lt;!--emo&amp;:clap:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/rclxms.gif' border='0' style='vertical-align:middle' alt='rclxms.gif' /&gt;&lt;!--endemo--&gt;&lt;br /&gt;&lt;br /&gt;ops sorry did not see the ubuntu problems thread..&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;still cannot use g++ T_T&lt;br /&gt;emacs also cannot compile T_T&lt;br /&gt;&lt;br /&gt;yao@ubuntu:~&amp;#036; g++&lt;br /&gt;Unable to exec g++.real: No such file or directory</description>
            <author>kbyao</author>
            <category>Linux &amp;amp; Open Source Software</category>
            <pubDate>Mon, 05 Jan 2009 15:00:38 +0800</pubDate>
        </item>
    </channel>
</rss>
