Search Results

Showing results 1 to 38 of 38
Search took 0.01 seconds.
Search: Posts Made By: matale
Forum: ASP.NET Mar 9th, 2009
Replies: 1
Views: 677
Posted By matale
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: 677
Posted By matale
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: 395
Posted By matale
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: 379
Posted By matale
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: 558
Posted By matale
GridView1.Datasource= Whatevever the datasource is
GridView1.Databind()
Forum: ASP.NET Jul 24th, 2008
Replies: 4
Views: 939
Posted By matale
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: 939
Posted By matale
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: 459
Posted By matale
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: 939
Posted By matale
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,094
Posted By matale
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,737
Posted By matale
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: IT Professionals' Lounge Sep 21st, 2007
Replies: 4
Views: 3,201
Posted By matale
Forum: VB.NET Sep 17th, 2007
Replies: 4
Views: 1,873
Posted By matale
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,802
Posted By matale
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: 890
Posted By matale
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: 973
Posted By matale
Try doing it in hard code and see what happens.
Forum: PHP Sep 5th, 2007
Replies: 5
Views: 1,072
Posted By matale
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: 987
Posted By matale
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,596
Posted By matale
What database software are you using? and how are people accesing this database?
Forum: Database Design Sep 5th, 2007
Replies: 5
Views: 2,295
Posted By matale
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,103
Posted By matale
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,032
Posted By matale
why do you want to do that? seems strange
Forum: Database Design Jun 14th, 2007
Replies: 7
Views: 2,192
Posted By matale
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,272
Posted By matale
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,269
Posted By matale
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,192
Posted By matale
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,788
Posted By matale
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,432
Posted By matale
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,266
Posted By matale
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,432
Posted By matale
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,432
Posted By matale
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,531
Posted By matale
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: 728
Posted By matale
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,588
Posted By matale
Is that ToString supposed to be there?
Forum: VB.NET May 8th, 2007
Replies: 1
Views: 4,018
Posted By matale
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: 867
Posted By matale
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,051
Posted By matale
Forum: Database Design May 7th, 2007
Replies: 1
Views: 1,832
Posted By matale
I think it would bve something like this
DB Schema image attached!!
Showing results 1 to 38 of 38

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC