4
Answers

SSL for User Controls

accarcieri

accarcieri

20y
2.8k
1
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
Andrzej Wegierski

Andrzej Wegierski

NA 705 0 21y
Add button should to add a new record to the DataTable displayed in DataGrid: myDataTable.ImportRow(new object[]{ myCombo.Text, null, null }); etc.