Forum: JavaScript / DHTML / AJAX Oct 13th, 2009 |
| Replies: 0 Views: 289 Hi guys,
currently i faced a problem that is i need to add some extra text into HTML Editor (AJAX) but i fail to get the text cursor location, have anyone can tell me how to solve it?? |
Forum: JavaScript / DHTML / AJAX Oct 12th, 2009 |
| Replies: 4 Views: 588 |
Forum: JavaScript / DHTML / AJAX Oct 11th, 2009 |
| Replies: 4 Views: 588 function getSelectionStart(o) {
if (o.createTextRange) {
var r = document.selection.createRange().duplicate();
r.moveEnd('character', o.value.length);
if (r.text == '') ... |
Forum: JavaScript / DHTML / AJAX Oct 9th, 2009 |
| Replies: 4 Views: 588 Hi guys,
I am facing a weird problems which is i am fail to get cursor position at DIV at IE8 but work at IE7 or IE6. Can anyone tell me how to solve this problem. |
Forum: VB.NET Oct 8th, 2009 |
| Replies: 0 Views: 181 Hi guys,
i am facing a problem at Vb.net. There is i have a html editor created by myself. i also add a dlghelper but when i run at localhost, and click a button to show color dialog, java script... |
Forum: MS SQL Oct 2nd, 2009 |
| Replies: 3 Views: 757 Hi guys,
i am faced a problem here where is i need to select a query where the column name is dynamic:
table a
col1 | col2
----------------
A | Ali
B | Abu |
Forum: VB.NET Jul 30th, 2009 |
| Replies: 3 Views: 982 Hi guys,
i am facing a problem which is i need to create a dynamic gridview control and i need to add eventhandler for this gridview. Therefore, how i add the event? |
Forum: JavaScript / DHTML / AJAX Jul 7th, 2009 |
| Replies: 1 Views: 768 Hi, i am newbie of java script. i faced a problem in java script which is when i want to prompt a message box and enable to let user to type their own password. but i found that a problem is when the... |
Forum: MS SQL Jul 2nd, 2009 |
| Replies: 1 Views: 1,864 Hello, i have face problem when i need to retrieve data from database (SQL 2000). Below my table :
Column A | Column B
1 a
1 b
2 c
2 ... |
Forum: Visual Basic 4 / 5 / 6 May 27th, 2009 |
| Replies: 4 Views: 1,326 Hi guys,
i am a problem when i doing my coding about format a number
for normal number with 4 digit , i have idea which is
e.g: Dim a As double
a = 1/ 2946.33 ' its return is 0.00033940529... |
Forum: VB.NET May 19th, 2009 |
| Replies: 3 Views: 1,524 Thanks ur reply. i have tried your code that you provided, unfortunately when i copy ur code into my coding page and run it, i get error "Attempted to read or write protected memory. This is often an... |
Forum: VB.NET May 19th, 2009 |
| Replies: 3 Views: 1,524 Hi guys,
i am facing problem when i need to create an excel file and insert some data inside. Can anyone help me? i am using vs 2005 and excel 2003. |
Forum: MS SQL Feb 25th, 2009 |
| Replies: 3 Views: 1,738 Thanks for your helping. I get your means and i can get what i want. Thank you very much |
Forum: MS SQL Feb 25th, 2009 |
| Replies: 3 Views: 1,738 Hi Guys ,
i have faced a sql command problem. That is currently i have 2 different table
a) Select ID, Name from Table1 where ID >=1 and ID ID <=3
ID | Name
1 | Alan
... |
Forum: ASP.NET Feb 23rd, 2009 |
| Replies: 3 Views: 361 Thanks for your reply. But i still confuse that what means for Applicaton("abc") is acessible from all session(from all browser)? what means for from all browser? Can you explain for details? |
Forum: ASP.NET Feb 22nd, 2009 |
| Replies: 3 Views: 361 Hi guy,
i'm newbie of .net language. Last week i found a new method at the .net with vb.net language. That is in the Global.asax, you are enable to store a global variable. The common at below:... |
Forum: ASP.NET Feb 19th, 2009 |
| Replies: 2 Views: 1,694 Thanks for your reply. Can you provide more details due to i still blur that how to use global variable. |
Forum: ASP.NET Feb 12th, 2009 |
| Replies: 2 Views: 1,694 Hi Guys,
i'm newbie in .net area. now i confuse one things is :
i have a variabel is use at all pages in my web site. so how i set this variable in one page, so that every time when i need... |
Forum: VB.NET Feb 8th, 2009 |
| Replies: 1 Views: 614 hello guy,
Recently i faced a problem that i have 2 sqldatasource where connect to different server. But the problem is how to combine 2 sqlcommand into one datagrid.
eg:
1) sql1 = Select... |
Forum: MS SQL Dec 15th, 2008 |
| Replies: 3 Views: 4,005 hello Guys,
I facing a sql query problem which is i need to join many query into one query. That is :
a) SELECT sum(Total) As [MONEY1]
FROM
((SELECT SUM(T1.Amount+T2.Amount) AS Total FROM... |
Forum: MS SQL Nov 17th, 2008 |
| Replies: 5 Views: 1,459 Thanks Help but i think u misunderstood my question. anyway i had found out the answer
select sum(Total) as [Total Amount]
from
(
select T1.Amount+T2.Amount as Total From TABLE1 T1... |
Forum: Visual Basic 4 / 5 / 6 Nov 15th, 2008 |
| Replies: 2 Views: 680 I just copy and paste those Thai Characters in the SQL server 2000 used by Enterprise Manager. But now i confuse is it no way to use Thai character in the Vb6.0? due to i do some research about this... |
Forum: MS SQL Nov 14th, 2008 |
| Replies: 5 Views: 1,459 Really thanks for ur help. :)
But Now i have new question about this
refered by to ur answer, if let say i wanna to add condition inside this statement, is it possible?
cox when i try :
select... |
Forum: Visual Basic 4 / 5 / 6 Nov 14th, 2008 |
| Replies: 2 Views: 680 Hello Friends,
I'm facing a problem now that is i have some THAI language data in SQL Server 2000. The problem i don't know how to retrieve this data to variable and i don't noe the variable... |
Forum: MS SQL Nov 13th, 2008 |
| Replies: 5 Views: 1,459 HI Huang Zhi,
Thanks your help you.
This statement is work!!! |
Forum: MS SQL Nov 13th, 2008 |
| Replies: 5 Views: 1,459 Hi Guys,
I have some confusing part in the sql command
the question is
i have 2 different query :
a) Select SUM(T1.Amount+T2.Amount) as Total From TABLE1 T1 INNER TABLE2 T2 ON T1.ID =... |