Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
~5K People Reached
Favorite Tags
Member Avatar for Roses89

hey guys, i had a quick question. does anyone know wether it is possible to have a dropdownlist and radio button list in a formview or is that not possible?if it is then how and if not, is there anyother way i can do that?

Member Avatar for Baradaran
0
103
Member Avatar for Roses89

Ok guys, im here with a problem The thing is that ive created a website for a doctors hospital.Now the admin staff are allowed to create new patient and add new staff to the database. I have two databases right now.The aspnet membership data base and another one that has …

Member Avatar for kvprajapati
0
135
Member Avatar for Roses89

Hey guys, Im really new at vb.net and i have a huge project on it.Somehow, ive managed to complete 90% of it but im stuck at the last 10%.This is a system basically set up for GPs.Medical Centre.The system has 3 users, patient doctor and admin. The admin are allowed …

Member Avatar for jamal_jarrar
0
137
Member Avatar for Roses89

Hey guys, Im not very good at programming but ive a huge project and i needed help on something. The basic thing is that im making a project for a doctors hospital Now im working on the prescrption and i wanted the doctor to be able to select the patient …

Member Avatar for Roses89
0
108
Member Avatar for Roses89

Hey guys, Im using visual studio 2010 to work on a project. The project is to build a website for a hospital. Now the login has three types of user logins, patient, doctor and administration. The login is the default one in visual studio 2010, and for each type of …

Member Avatar for Roses89
1
104
Member Avatar for Roses89

Hey guys, Im using visual studio 2010 to work on a project. The project is to build a website for a hospital. Now the login has three types of user logins, patient, doctor and administration. The login is the default one in visual studio 2010, and for each type of …

0
50
Member Avatar for Roses89

Hey guys, Im using asp.net in visual studio and im kinda new to the whole thing. Im actually making a multi view form, and in the second view i need to calculate a persons age based on the date of birth that has been typed in view 1.Anyone know how …

Member Avatar for virusisfound
0
854
Member Avatar for Roses89

Could someone please make me understand a line in the code? Ive commented it [code] class Circle { protected: double radius; public: Circle(double r = 1.0) : radius(r) {} //this part is what i dont understand double calVal(); }; [/code]

Member Avatar for Roses89
0
101
Member Avatar for Roses89

Hey guys, Back again, I needed to ask two very quick questions: Number 1: In a login form,how do you make sure that the user doesnt type their username or password in Caps? Number 2: How do you display error messages after the user has tried to login with the …

Member Avatar for scaiferw
0
95
Member Avatar for Roses89

Hey guys, I need an idea on how to determine wether a user that has been logged in is a supervisor. Ive made my login.php file and my choosereview.php.I have a very slight idea on how to do it but i just cant get it right.I want to determine whether …

Member Avatar for Roses89
0
158
Member Avatar for Roses89

Ok so I have a login page which actually gets an employees ID and password and includes the employee id and surname+firstname in a session. Now in the following page: [code] <?php require_once("nocache.php"); session_start(); if (!$_SESSION["who"]) { header("location: logoff.php"); } else { $emp = $_SESSION["who"]; $sn=$_SESSION["surname"]; $fn=$_SESSION["firstname"]; } require_once("dbconn.php"); $sql="SELECT …

Member Avatar for Roses89
0
114
Member Avatar for Roses89

Hey, My login form somehow isnt working and i cant find out why:S I tried shifting around the variables but it still wont work.The code is: [code] <?php $id=$_POST["empid"]; $pass=$_POST["password"]; if(empty($id)|| empty($pass)) { header("location:login.html"); } else { require_once("dbconn.php"); $sql = "SELECT empid,surname,firstname,jobid,jobtitle FROM employee,jobs WHERE empid='$id' AND password='$pass' AND jobs.jobid=employee.jobid"; …

Member Avatar for Roses89
0
136
Member Avatar for Roses89

Hi, I have the following J.s and Html code: [code] //function for mandatory function validatebox(field,alerttxt) { with (field) { if (value==null||value==""||value=="Please Choose") { alert(alerttxt); return false; } else { return true; } } } function validate_form(thisform) { with (thisform) { if (validatebox(Givname,"Given name must be filled out!")==false) { Givname.focus(); return …

Member Avatar for Roses89
0
174
Member Avatar for Roses89

Im trying to access the objects in the vector array that ive created in the bid class. I need to access the first ask bid and then continue to compare the price and the quantity with the first buy bid. I dont understand how on EARTH im supposed access these …

Member Avatar for NathanOliver
0
125
Member Avatar for Roses89

I have a class which accepts vectors from another class called trader. This is the simulator class: [code] #include<vector> using namespace std; class Simulator { Trader trader; Auctioneer auction; public: void run(); }; void Simulator::run() { trader.setBid(); auction.BidID(trader.getBidID(vector<int>)); auction.TraderID(trader.getTraderID(vector<int>)); auction.Quantity(trader.getQuantity(vector<int>)); auction.Price(trader.getPrice(vector<int>)); auction.Type(trader.getType(vector<char>)); auction.showbid(); auction.matchBids(); }; [/code] In these lines: [code] …

Member Avatar for Roses89
0
47
Member Avatar for Roses89

Hey guys, Im new to php and i have been given a question which i dont understand: --Create a PHP page that will display the content of each of the fields of the customer table of the warehouse database. Save the file as task3.php.The following code will be helpful (you …

Member Avatar for Roses89
0
2K
Member Avatar for Roses89

Hey, Ok i needed quick help on vectors in C++.I have a vector which consits of a complete bidlist for Traders i.e Askers and Buyers. Now what i want to do is,Get the first ask bid and compare that with the Buy bids,via the price and quantity. The traders have …

Member Avatar for Roses89
0
140
Member Avatar for Roses89

Hey, Ok i needed quick help on vectors in C++.I have a vector which consits of a complete bidlist for Traders i.e Askers and Buyers. Now what i want to do is,Get the first ask bid and compare that with the Buy bids,via the price and quantity. The traders have …

Member Avatar for Roses89
0
180
Member Avatar for Roses89

Hey guys, im making a website with strihttp://www.daniweb.com/forums/newthread.php?do=newthread&f=143ct xhtml design and everytime i upload an image, it just wont validate when i try the w3schools validator. It keeps giving me an error message: " 1. Error Line 14, Column 36: document type does not allow element "img" here <img src="banner.jpg" …

Member Avatar for Roses89
0
101
Member Avatar for Roses89

There are two basic things i need to get help with: 1. A selection from the list in question 3 can only be made if the user selected at least 1 check box in question 2. If the user enters a valid value in the question 5 text box then …

Member Avatar for Roses89
0
162