Tagged Questions

0
votes
1answer
111 views

asp:SqlDataSource binded to asp:DropDownList

I have a asp:SqlDataSource and asp:DropDownList components on my page. On normal page it works ok. Now I'd like to put this on new page with url like ...mypage.aspx?transactionID= …
0
votes
4answers
2k views

Passing a outside variable into a <asp:sqldatasource> tag. ASP.NET 2.0

I'm designing some VB based ASP.NET 2.0, and I am trying to make more use of the various ASP tags that visual studio provides, rather than hand writing everything in the code-behin …