No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
7 Posted Topics
Re: hi, make use of this simple example hope may work. import java.util.*; public class hashmap { public static void main(String[] args) { HashMap hash = new HashMap(); hash.put("roll", new Integer(12)); hash.put("name", "jack"); hash.put("age", 22); Set s = hash.entrySet(); Iterator i = s.iterator(); while (i.hasNext()) { System.out.println(i.next()); } } } | |
Re: Hi shalini, Hope this may help you... http://www.coderanch.com/t/500071/JDBC/databases/Compare-Values-JTextField-against-field http://www.coderanch.com/t/545041/JDBC/databases/Insert-VALUE-JTEXTFIELD-DATABASE-accidentally | |
I am trying to integrate the ColReorder.js(http://datatables.net/extras/colreorder/) [ which enable columns re-ordering option] into my existing data-table. Its works good, but the problem is its affects the CSS / CSS not applying. I don't know whether its clashing with my existing js ( jquery.dataTables.js ). Please help me how to … | |
Hi all, I have tried to search the text/string in a file(doc,pdf,ppt) and needs to get page numbers for the particular string is exist. Did anyone know the way to do it.(ex:storestext in db & search or ?). (or) Anyone know how to read a file(doc,pdf,ppt) page by page. Waiting … | |
Re: To achieve this you should use frameworks or move to use url encode options. | |
Re: > $sql = "insert into products (PU_NUMBER, PU_DESC, UNIT_ASS) > VALUES('$_POST[pu_number_products]', '$_POST[pu_description_products]', '$_POST[unit_ass_products]')"; Its should be : $username = $_POST['user_name']; $password = $_POST['password']; > $sql = "insert into tblusers (user_name, password) > VALUES('$username', '$password')"; It must work.. | |
Re: Is it not possible to Stretch the image JLabel! or it is possible , if yes plz post the code for me.......... |
The End.