blah blah blah is here! blah blah » Close

0
votes
1 answers

asp c# - Login and Register form on same page ERROR: A page can have only one server-side Form tag.

Hi all, ASP is driving me mad, i would like to have a sliding panel with a login form and a registration form in it but asp keeps throwing errors and from what i understand it does not allow 2 forms with runat="server" on the same ...

0
votes
1 answers

Session include when logged in

Hi Guys, I have a very simple login section to my website, now the session works fine, but i want to have my cs file load in a asp include file too when logged in, how could i amend the code? Below is my sample secretdata.aspx.cs that cr ...

0
votes
1 answers

DataSet and DropDownList C#/ASP

I load my dataset of last names properly into a dropdownlist using an object data source. I want to accomplish the following: 1) My current dataset returns AuthorID, LastName, FirstName from MySQL 2) I need to eliminate LastName and Fir ...

0
votes
1 answers

GridView won't delete rows in MySQL database

I get the GridView to load properly but cannot figure out how to make it delete values. How do I make the deletion propogate to the database? I think one of the problems is that I'm using the SelectedIndex property in the code behind ...

Feedback