5
votes
4answers
1k views
.NET - Get protocol, host, and port
Is there a simple way in .NET to quickly get the current protocol, host, and port? For example, if I'm on the following URL:
…
0
votes
how to combine dropdownlists and null fields in gridview?
Hi David--
Please try this:
<asp:DropDownList ID="DropDownList1"
DataSourceID="SupplierDataSource"
DataValueField="SupplierID"
DataTextField="Compan …
0
votes
Gridview dot net layout
Hi David--
Unfortunately, I don't believe there's an easy way to add a second row to each GridView record.
If you don't need the built-in sorting/editing/deleting that the GridView …
