1
vote
6answers
655 views
Dropdown controls in ASP.NET 2.0
I am using a codebehind page in ASP.NET to perform a SQL query. The query is loaded into a string, the connection is established (To Oracle), and we get it started by having the connection perform …
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-behind. I want to pas …
3
votes
4answers
1k views
Page.Load issue in ASP.NET 2.0
I am trying to aid another programmer with a page called Default.aspx with a code-behind section, and unfortunately I am at a bit of a loss.
Partial Class _Default
Inherits Overhe …
3
votes
4answers
1k views
Return a value from a insert statement.
Working with an Oracle 9i database from an ASP.NET 2.0 (VB) application using OLEDB. Is there a way to have an insert statement return a value? I have a sequence set up to number entries as they …
0
votes
2answers
239 views
Multiple Answer Matrix in ASP.NET
I'm involved on a project to make a survey system. We've been hammering out the logic for a few question types, and I could use a second opinion on what is the best way to proceed. We work on a A …
0
votes
1answer
172 views
Data collection methods. (ASP.NET 2.0 - VB)
I'm stumped again on how to proceed with a survey system I am working on. We have database data for matrix sytle questions (rows are various questions, columns are various answer types), where eac …
0
votes
Dropdown controls in ASP.NET 2.0
Actually, with a little help here at the office, I think we may have found our own solution.
If we create a new ListItem, one of the constructors allows for you to define text AND value, an …
