Forum: ASP.NET Mar 9th, 2009 |
| Replies: 1 Views: 698 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: 698 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: 402 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: 385 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: 567 GridView1.Datasource= Whatevever the datasource is
GridView1.Databind() |
Forum: ASP.NET Jul 24th, 2008 |
| Replies: 4 Views: 951 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: 951 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: 464 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: 951 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: ASP.NET Sep 5th, 2007 |
| Replies: 1 Views: 991 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... |