Tags:ASP.NET Questions | 14 views
Can any one please helpe in understanding how is unique and primary key different
Tags:ASP.NET Questions | 9 views
hey guys, I’m creating a basket for an e-commerce site, im trying to total up the basket values within the ‘cart’ class and return the value back to the ‘basket’ page where the total will be shown. The total is fine but i cant seam to return the total back to the ‘basket’ page. heres [...]
Tags:ASP.NET Questions | 4 views
Hi I am new to programming in asp.net with c#. I am using visual studio 2010. I am trying to insert data entered by a user into the database. My code is as follows: adsStudents.InsertParameters["Stu_ID"].DefaultValue = txtStudID.Text.ToString(); adsStudents.InsertParameters["Stu_Name"].DefaultValue = txtName.Text.ToString(); adsStudents.InsertParameters["Stu_Passwd"].DefaultValue = txtPasswd.Text.ToString(); [...]
Tags:ASP.NET Questions | 17 views
Hi all, I am trying for facebook app. I have done it but my next problem is to integrate it into our website. so my basic need to login into facebook without login with facebook login. I want to store username and password in file and pass that for facebook login method. is it possible? [...]