Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx thread: RE: Accessing a field within a dataset.


Message #1 by "Rohit Arora" <rohit_arora@i...> on Wed, 4 Dec 2002 12:27:45 +0530
DataRow tempDataRow;
DateTime maxBIvuDate = System.Convert.ToDateTime(tempDataRow["B_Date",
DataRowVersion.Current]);

-----Original Message-----
From: Oliver, Wells [mailto:WOliver@l...]
Sent: Friday, October 11, 2002 10:13 PM
To: ASP+
Subject: [aspx] Accessing a field within a dataset.


So I have a datalist which has a datasource of objDS, which is a one-table
dataset.

I have an OnItemCreated event in which I want to assign as selected an
element in a dropdown list if a certain field in that dataset has a value of
1...

How can I look inside of a dataset's tables, rows, and values? Any tips?

Wells Oliver
Web Application Programmer
Leviton Voice & Data
xxx-xxx-xxxx
http://www.levitonvoicedata.com


---

ASP.NET 1.0 Namespace Reference with C#
http://www.wrox.com/acon11.asp?ISBN=1861007442

ASP.NET 1.0 Namespace Reference with VB.NET
http://www.wrox.com/acon11.asp?ISBN=1861007450

These books are a complete reference to the ASP.NET namespaces
for developers who are already familiar with using ASP.NET.
There is no trivial introductory material or useless .NET
hype and the presentation of the namespaces, in an easy-to use
alphabetical order ensures a user-friendly reference format.
We provide in-depth coverage of all the major ASP.NET classes,
giving you those real-world tips that the documentation doesn't
offer, and demonstrating complex techniques with simple
examples.

---


  Return to Index