Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~1K People Reached
Favorite Tags
Member Avatar for Izzy123

Hi can anyone pls tell me how to add notes in source code in Visual Studio 2010? I only want the notes to be viewed in source code view, not design view! I tried //notes here 'notes here but they all ended up showing in the design view, HELP PLS!

Member Avatar for Ailurophile
0
44
Member Avatar for Izzy123

Hi, I'm currently making a clinical database, and i have 3 tables in the database so far which includes patient, doctor and consultation. I've made 3 roles(patient, doctor and staff) and a few users for each of the role in the ASP.net configuration(asp.net website administration tool), but what I want …

0
56
Member Avatar for Izzy123

Hi, I have an aspx form that is meant to add a new prescription for a doctor system. I've created the database and dataset needed, but the problem is that the doctorID and patientID has to be able to select from the database, not entered in as a plain text. …

Member Avatar for Izzy123
0
62
Member Avatar for Izzy123

Hi, I'm new to VS 2008. And as a uni project, we had to create a doctor surgery databases as a group. However, when one of my group member sent me part of her work and when I tried to open it in my VS 2008, I failed to open …

Member Avatar for Izzy123
0
222
Member Avatar for Izzy123

Hi, I'm having a question about retrieving data. I'm using VS 2008 and I have to create a new consultation record for a patient and I've already created a database with 3 tables, which are doctor, patient and consultation. I have 10 records saved in consultation table, and I've made …

Member Avatar for ITchimes
0
71
Member Avatar for Izzy123

how do we use javascript to make the amount entered in a text box not greater than 1000?

Member Avatar for scrappedcola
0
79
Member Avatar for Izzy123

Anyone know how do I use javascript to limit the numeric amount enetered in a text box less than 1000?

Member Avatar for vitana
0
54
Member Avatar for Izzy123

I'm trying to validate my xhtml page using the w3c validator, but there is 1 error: Line 103, Column 15: there is no attribute "name" <form name="checkForm" action="http://tl28serv.uws.edu.au/twainfo/form.asp" … You have used the attribute named above in your document, but the document type you are using does not support that …

Member Avatar for pritaeas
0
97
Member Avatar for Izzy123

how do we use javascript to only allow selection from the list in question 3 to be made IF the user selected at least 1 check box in question 2? below is my code: [CODE] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title> Example …

Member Avatar for scrappedcola
0
107
Member Avatar for Izzy123

Im having trouble opening the .txt file in dev-c++, I've entered the correct name for the .txt file which is saved under the same folder, but whenever I compile and run, it will just show : " Begin reading file. End reading file. --------Welcome------- Please choose: etc. " The .txt …

Member Avatar for Izzy123
0
145
Member Avatar for Izzy123

im new to javascript and im currently designing a survey and i have to modify the survey using javascript, it has to do: the user should not be allowed to select any options from question 2 if they chose the last radio button of question 1. and i don't know …

Member Avatar for Izzy123
0
89