Forum: ASP.NET Mar 9th, 2009 |
| Replies: 1 Views: 658 So I solved the issue, apparently you cant use the "Select which returns a single value" option when creating the Query. Oops! |
Forum: ASP.NET Mar 8th, 2009 |
| Replies: 1 Views: 658 I created a dataset in the Dataset Designer by draging a database table into it, then I added a new select SQL query to the DataTable.
Check the pics I think it helps explain it better.... |
Forum: ASP.NET Sep 5th, 2008 |
| Replies: 1 Views: 392 Hello,
I have a Categories Table and a Products Table each product has a CategoryID which joins it to the Categories Table.
I have a gridView in which I want to enable adding deleting Catagories,... |
Forum: ASP.NET Sep 3rd, 2008 |
| Replies: 0 Views: 373 Hi,
I want to put a function (Button maybe) that will enable the site Admin to backup the website database, I have 2 SQLEXPRESS databases, the Default ASPNETDB.mdf and my own WebDB.mdf .
I have no... |
Forum: ASP.NET Sep 3rd, 2008 |
| Replies: 1 Views: 552 GridView1.Datasource= Whatevever the datasource is
GridView1.Databind() |
Forum: ASP.NET Jul 24th, 2008 |
| Replies: 4 Views: 923 Ok I think I found it. The CreatedUser event is raised everytime a new user registers, so i can stick the code in there.
thanx |
Forum: ASP.NET Jul 24th, 2008 |
| Replies: 4 Views: 923 Maybe I didnt explain correctly. The question is how do I trigger the sending of the email when a user registers on my site, using the UserRegistration Wizard? Meaning how do I detect the successul... |
Forum: ASP.NET Jul 23rd, 2008 |
| Replies: 1 Views: 457 http://www.sitepoint.com/article/net-shopping-cart-datatables
http://www.codeproject.com/KB/user-controls/shopcart.aspx |
Forum: ASP.NET Jul 23rd, 2008 |
| Replies: 4 Views: 923 Hi,
Im using ASP.net Login controls to allow users to Register on my website. I want an Email to be sent to the site Administrator everytime a new user registers, how do I achieve this?
Thanx |
Forum: Graphics and Multimedia May 18th, 2008 |
| Replies: 2 Views: 1,091 What is the technical name of those flash panels you see on sites such as http://www.sohh.com?
The one with the numbers 1,2,3 in the top left. I am looking for a tutorial on how to create those but... |
Forum: IT Professionals' Lounge Sep 21st, 2007 |
| Replies: 11 Views: 4,698 Thats not the impression I got when I read the article in Time magazine, India is still solidly ahead of the pack, they are just changing their aproach because customerz realise that low cost is not... |
Forum: VB.NET Sep 17th, 2007 |
| Replies: 4 Views: 1,854 Very complex problem, probably some sort of tcp/ip programming to send messages from server to client.
Google is you friend here. break the problem up into smaller part, like shutting down a pc... |
Forum: VB.NET Sep 17th, 2007 |
| Replies: 4 Views: 8,738 First design a database to store all the necessary information about the booking like seat number etc. Then you write the program that will plug this data into the database in a user friendly way.... |
Forum: VB.NET Sep 17th, 2007 |
| Replies: 1 Views: 885 You could have a boolean inside the first If (boolFormat) which is set to true if the radio buttons are not checked,
and then inside the second If another boolean (boolMovieTitle) which is set to... |
Forum: VB.NET Sep 5th, 2007 |
| Replies: 2 Views: 962 Try doing it in hard code and see what happens. |
Forum: PHP Sep 5th, 2007 |
| Replies: 5 Views: 1,064 PHP sites are usually run on Apache servers, make sure that your host actually supports PHP and MySql. Also u will find the most help at www.joomla.org go to the forums. |
Forum: ASP.NET Sep 5th, 2007 |
| Replies: 1 Views: 981 I dont understand the question but, the user enters the username and password, you check that they are both in the database and belong to the same user, if they are you look at the security level and... |
Forum: Database Design Sep 5th, 2007 |
| Replies: 7 Views: 2,575 What database software are you using? and how are people accesing this database? |
Forum: Database Design Sep 5th, 2007 |
| Replies: 5 Views: 2,278 The best thing to do is to ask for clarification, if they want you to integrate it into Outlook or their e-mail server I think thats a bit beyond just Database design. |
Forum: Database Design Sep 5th, 2007 |
| Replies: 1 Views: 1,099 An Inventory table with the item_id,item_description
A loans table which will contain the item_id of items that have been loaned out, the date out, the return date, and any other info u need, you... |
Forum: VB.NET Sep 5th, 2007 |
| Replies: 2 Views: 1,025 why do you want to do that? seems strange |
Forum: Database Design Jun 14th, 2007 |
| Replies: 7 Views: 2,181 I think the error is because you are using different data types for the vehicleLicence on different tables, they are supposed to be the same.
Im not sure about the other stuff. |
Forum: Database Design May 25th, 2007 |
| Replies: 1 Views: 1,261 Well if you delete the link then there wont be anything for that message.
Why are you deleting the link? Also why not put the link in the message table as another Column? |
Forum: Database Design May 22nd, 2007 |
| Replies: 2 Views: 2,242 Why not leave the UserId field alone and just update the name?
Then you can have another table, say History which will store all the edits a user has made. |
Forum: Database Design May 17th, 2007 |
| Replies: 7 Views: 2,181 I think you are reading the wrong stuff, star schemas and serrogate keys are used in Data Warehousing which is different from database design.
For your purposes I don't think that will be... |
Forum: VB.NET May 15th, 2007 |
| Replies: 2 Views: 2,766 Im not sure but i think what they do is store the location of the file e.g URL instead of the file itself. Or is it? |
Forum: Database Design May 15th, 2007 |
| Replies: 4 Views: 2,410 Cool.
I was thinking the score would be calculated from the Goals Table, but it might be simpler to include it your right.
The own goal thing seriously never crossed my mind:-O |
Forum: Linux Servers and Apache May 15th, 2007 |
| Replies: 12 Views: 11,200 Mhh whats with all the MS hate, if they are forced to pay millions of dollars for patents, such as the recent MP3 case. Then so should everyone else, so I have to agree with Balmer on this one.
... |
Forum: Database Design May 15th, 2007 |
| Replies: 4 Views: 2,410 I though about that(New diagram attached), but this means that my SQL queries are going to be much more complex, becasue I cant for example look for total goals scored by a player using just the... |
Forum: Database Design May 14th, 2007 |
| Replies: 4 Views: 2,410 When drawing DB relationship diagrams, do you usually show all the relationships? Because I seem to have lots of them and my diagram is geting very messy.
Sample Pic attached, I didnt even fill in... |
Forum: VB.NET May 11th, 2007 |
| Replies: 2 Views: 1,507 I currently have something like this in my code
For intIndex = 1 To 1000
objWriter.Write("a")
Next intIndex
Is there a faster way to write to a file? Especially for higher... |
Forum: VB.NET May 11th, 2007 |
| Replies: 3 Views: 725 For the second one I think u have 3 variables f1=1, f0=1 and temp, u store f1 in the temp, add f1 and f0 together, print the result and store it in f1, then store the temp value in f0. and u start... |
Forum: VB.NET May 8th, 2007 |
| Replies: 4 Views: 1,581 Is that ToString supposed to be there? |
Forum: VB.NET May 8th, 2007 |
| Replies: 1 Views: 3,991 As I understand it ur not supposed to be inserting anything in the auto number field, Access should take care of that automaticaly. |
Forum: Community Introductions May 7th, 2007 |
| Replies: 4 Views: 862 Hi everyone, I am an IS student at The University of Cape Town, after completing my Course projects for the semester I have decided to do a small project just for fun and to teach myself new things. ... |
Forum: Database Design May 7th, 2007 |
| Replies: 7 Views: 2,042 |
Forum: Database Design May 7th, 2007 |
| Replies: 1 Views: 1,813 I think it would bve something like this
DB Schema image attached!! |