No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
17 Posted Topics
I want to send an ArrayList<Integer> from client and and then read it from server using socket program and after readinf it at server, I want to calculate the sum of the elements of the ArrayList and then return the average to client. I have written the code as follows …
I want to create n numbers of dynamic link buttons runtime. I will have an xml file which has the format like [CODE] <category> <link> Link1 </link> <pdf> PDF1 </pdf> </category> <category> <link> Link2 </link> <pdf> PDF2 </pdf> </category> <category> <link> Link3 </link> <pdf> PDF3 </pdf> </category> ........ ........ ........ …
I have a div tag, I want to print the content of it. I have done it using Java Script, but I am not getting the styles applied to different texts or textboxes into printout. I want to get the print with CSS styles. How to do it using Java …
I have a listbox in which there are 100 items. The items of the listbox is being populated from database. Now after selecting an item, if I click any button(sending request to server), then though the selected listbox items is kept selected, but if I had selected say 70th Item, …
I have an image and a listbox when i click the first item of the listbox and then click on the image, I need to print a red dot on whenever I click on the image. and also get the co ordinate of the point. BUt now, I want to …
I have a multiple selectable listbox in which I can select maximum 5 data I have 5 textboxes Now I want to get the selected items texts from the listbox and populate those into the 5 textboxes when the user finishes selectiong from the listbox How can it be possible …
I have a gridview in which i populate data about books in a library. There is a column as 'Book Name' in the gridview. I want to make this column as linkbutton. And whenever I will click the linkbuttons, the details of the corresponding book will be displayed in another …
I have a listbox and the listitems are populated from database. The listitems are the students names of a school. Now looking at the items, I cannot distinguish between the names of students of different classes. I want to make some change in the listbox items as example, make different …
I have radiobuttonlist in which there is 3 items. I have checkboxlist in which there is 5 items. I have a button. I want to unselect all the selected check boxes in the list when the button is clicked. And I want to unselect the selected radiobutton in the radiobuttonlist. …
I have an equation like (y = e^2tsint) I want to plot the equation path with '*' How is it possible, what is the code.
I have a gridview in which I am fetching data from database along with the heading of the columns are coming from the database. I want to make the header of the columns multiline, because when a long header name comes like "School Associative Names and Institutions", then it is …
I want to populate a drop down list fetching data from database along with a "select" listitem at the top of the srop down list. I am using dropdownlistname.items.add("select","0") and dropdownlistname.items.insert("select","0") and then i am fetching data from database in a dataset and then binding the data into the drop …
I need to disable and enable some drop down list data according to conditions I have two drop down lists. Say, First ddlist has A,B,C,D,E,F and second ddlist has 1,2,3,4,5. When I select C from the first ddlist, then 1,3,5 should be disabled in second ddlist. And again if I …
Hello, I have done how to find out co ordinate(x and y axis) of a point on an image where a user clicks. But I need the opposite thing now. I need to mark a point on an image when a user gives suitable x axis and y axis co …
I want to know using Java Sript, how can I get sub buttons when I mouseover a button, for example, in daniweb.com, when I mouseover Web Development button, then it expands and shows PHP, ASP.NET, Cold Fusion, ASP, JSP and so on....... How I can make this type of button …
I want to know how to handle the events in an online webplayer using java swing
How can I get this output by running a for loop the logic is that after the multiples of 2, "This" will b printed, after the multiples of 3, "Is" will b printed and after the multiples of 5, "Java" will b printed. pls help with code 1 2 This …
The End.
subhankar02dey