Posted on: 10/31/2014 10:10:18 AM | Views : 412

Dear all.
I have now created a form with 3 ddlists that cascade succesfully.

Being unfamiliar with the terminology could anyone please assist with the following
1, I now need a submit button that loads a new page with the selected results in a repeating grid view. In addition to this two fields must be editable.

Please see my below code for what I have this far.
Note please ignore the country references this is from a previous tutorial file that I plan to clear up once more familiar with ASP.net

using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using System.Data; using System.Data.SqlClient; public partial class CountryDropdowns : System.Web.UI.Page { private String strConnection = "Data Source=££££££;Initial Catalog=£££££;Persist Security Info=True;User ID=BIS;Password=£ ...

Go to the complete details ...