I have a .net site which dynamically loads user controls and content based on querystring values, and it works quite nicely.
I need to invoke SSL for the shopping cart features and I would like to know whether it is possible (and if so, how ) to switch SSL on as needed, depending on which user control is called.
Thanks
Tony
Answers (4)
0
Add button should to add a new record to the DataTable displayed in DataGrid:
myDataTable.ImportRow(new object[]{ myCombo.Text, null, null });
etc.