Forum: ASP.NET May 13th, 2007 |
| Replies: 4 Views: 1,250 The problem is definitely in the structure, you have probably messed up some html tag. Check if your table and td and tr tags are at the right spot, look for any unclosed tags, etc... |
Forum: HTML and CSS May 13th, 2007 |
| Replies: 4 Views: 4,380 Thanks a lot for the suggestions. I figured that the easiest way will be having two controls and switching between the textbox and the dropdown. Meanwhile hiding the other and vice versa.
It was a... |
Forum: ASP.NET May 7th, 2007 |
| Replies: 0 Views: 1,562 I am trying to add a
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
validation to my web project. However, it is... |
Forum: HTML and CSS Apr 23rd, 2007 |
| Replies: 4 Views: 4,380 Hi all,
I have a dropdown and a textbox and I want to be able to change the textbox to a dropdown control, after a certain value in the dropdown is selected.
I have a problem in changing the... |
Forum: Java Apr 30th, 2006 |
| Replies: 5 Views: 2,858 Hey guys!!!
I know these simulations are too much but....
still another one and I am havin some problems with that///
I have to create a file system simulation that has to understand these... |
Forum: Troubleshooting Dead Machines Apr 29th, 2006 |
| Replies: 3 Views: 2,526 check the BIOS and if you got everything fine together as it sound to me that you either drop it or the battery is not working right... how long did the
previous OS stay on after you built you Pc |
Forum: Java Apr 19th, 2006 |
| Replies: 2 Views: 868 |
Forum: Java Apr 15th, 2006 |
| Replies: 0 Views: 2,135 Please people help me with some ideas...
everything is necessary now.....
here is my code:
this thing is supposed to read from a file random numbers
and generate the so called Process control... |
Forum: Java Apr 15th, 2006 |
| Replies: 0 Views: 3,903 Hey..
I am working on this project, where you have to simulate cpu scheduling for 10 processes. I have to use only 2 algorithms like FCFS and Priority.
The basic code would be randomly generating... |