Search results

  1. O

    ASP.NET and SQL server tables?

    I have a sql table where I have some questions and then another table where I have the answer to them, I'd like to know what is the code in ASP.NET to show in a web page the question with the list of the answers and radio buttoms for the user to select the correct answer. Any help?
  2. O

    ASP.NET code question. Can anyone find the error in my code here? Thanks.?

    public partial class login : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { } protected void Validateuserinfo(string user, string pass) { con = new MySqlConnection(Data Source=dbo.db.4439928.hostedresource.com; Initial Catalog=dbo...
  3. O

    I am making a login system (username and password)in ASP.NET I used the built-in

    login from visual Studio.? I used the ASP.NET configuration to add the users and roles and it automatically made a database. Everything is running great in the localhost, but I am trying to migrate the website to my goDaddy host page. How do I migrate the secure database? Do I have to make any...
Back
Top