Forum: VB.NET Dec 6th, 2007 |
| Replies: 13 Views: 6,507 Re: numeric TextBox if u are using vb.net , it should have a default function name IsNumeric
If Not Isnumeric(txtInput.text) then
messagebox.show("Please enter Number")
end if |
Forum: VB.NET Dec 6th, 2007 |
| Replies: 4 Views: 2,362 |
Forum: VB.NET Dec 6th, 2007 |
| Replies: 1 Views: 362 Re: Displaying Totals based on DB fields you can try to use the sql statement to retrieve the total number of ppl.
SELECT COUNT(*) FROM pr_mod8 WHERE completed = 1
hope this statement if useful for you. |