Codeissue - codeissue.com - Recent Issues - CodeIssue.com
General Information:
Latest News:
Connexion CDE_Oracle 31 May 2013 | 01:27 pm
Dear all, I tried to build a dashboard with CDE plugin.I have a problem in the connection to the datasource. My database is oracle 10g. first I have to use Jndi or Jdbc? and what about the configurati...
How can I use jQuery in Eclipse 23 May 2013 | 11:53 am
Hi, I am planning to work on some UI tasks that we have selected jQuery to do it. How can I use jQuery in eclispe? Thanks, Martin
We Development 11 May 2013 | 02:35 pm
I created Dropdown with the Select and option ,I want dropdown should get closed on hover of mouse
Regular expression to find html attributes 12 Apr 2013 | 07:12 pm
I have html tag like this: Click here I want to get name/value pairs of SPECIFIED attributes like href="category/" and name="lnkCategory" but NOT target="_blank". How do I just get the specific attri...
Usage of jquery in eclipse 28 Mar 2013 | 01:55 pm
i know how to find an element using jquery with the help of firequery. But I am unable to include that particular jquery in java program. Is there any need of adding jar files to the java project in ...
jquery css background changer 28 Mar 2013 | 12:36 pm
============================================================================ CSS ============================================================================ body { background-image:url('../images/ma...
Updating dataGridView from different thread than UI thread 18 Mar 2013 | 02:08 pm
How do i update dataGridView from seperate thread than UI thread. I get runtime exception when i update datagridview from seperate thread. Any suggestion ..
How to get value in label control when user change the value in datagrid for .net 1.1 and vb.net 15 Mar 2013 | 03:24 pm
I have one editable datagrid control called "dgDist" which has 2 column name and amount. There is one one label control called "lblTotal" (outside the data grid). For example NAME AMOUNT ---- ----- ...
How do I change the default port of Oracle database 10g XE edtion 25 Feb 2013 | 12:02 pm
Hi, I have different databases and Web servers running in my local machine. I often get port conflicts because of Oracle XE will claim the default port 8080. I search in net how do avoid port conflict...
power operation 17 Feb 2013 | 10:28 am
v = Convert.ToDouble (txtencrypt.Text); t = Math.Pow(v, d); MessageBox.Show(Convert.ToString(t)); MessageBox.Show(""+t.ToString()); MessageBox.Show("" + Convert.ToDecimal(n)); msg = Convert.ToInt16(M...