Forum: JSP Apr 12th, 2009 |
| Replies: 1 Views: 1,965 i got solution for that.....
something like that ..it works....
<%String name=(String)request.getParameter("q");
String sid=(String)request.getParameter("sid");
%>
<select name="info">
... |
Forum: JSP Apr 5th, 2009 |
| Replies: 1 Views: 1,965 I have 2 combobox(select) on html page and i want to populate data in second combobox based on data selected in first combobox by user.I am using jsp and ajax for that.I have Ajax code but i dont... |
Forum: Java Dec 23rd, 2008 |
| Replies: 1 Views: 299 I am working on project "to develop distributed database system with help of Mobile Agent in java". Can you help me?I want resource of information on mobile agent implementation. Provide pdf link or... |
Forum: VB.NET Dec 8th, 2008 |
| Replies: 1 Views: 1,096 Can any body tell me how to display files and folder in vb.net explorer form.
Or tell me how can I create form which will be similar to windows explorer.exe which displays My... |