CodeVerge.Net Beta


   Item Entry   Register  Login  
Microsoft News
Asp.Net Forums
IBM Software
Borland Forums
Adobe Forums
Novell Forums




Can Reply:  No Members Can Edit: No Online: Yes
Zone: > Asp.Net Forum > general_asp.net.getting_started Tags:
Item Type: Date Entered: 3/29/2005 5:50:59 PM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
NR
XPoints: N/A Replies: 2 Views: 31 Favorited: 0 Favorite
3 Items, 1 Pages 1 |< << Go >> >|
"Sergeih" <>
NewsGroup User
Getting Data out of my DataSet3/29/2005 5:50:59 PM

0

I have no problems Binding my Data Set to one WebControl,  but my question is How can i access my DataSet to get Values on one (column,row)?

i was doing the following...

mvarAuxURL &= "param=" &  MyDataSet.Tables("myTable").Columns("mycolun").prStrNombreDato).ToString

But i get nothing... how can i do it???

Thanks guys!

"bmains" <>
NewsGroup User
Re: Getting Data out of my DataSet3/29/2005 6:18:46 PM

0

You can't access data at the column level; to get one cell of data,do myDataSet.Tables("myTable").Rows(0).Item("mycolun").ToString()

Brian


Brian

"Trust in the Lord and do what is good; dwell in the land and live securely. Take delight in the Lord, and He will give you your heart's desires" (Psalm 37: 3-4).
"franklb" <>
NewsGroup User
Re: Getting Data out of my DataSet3/29/2005 6:22:43 PM

0

Try this code.

 str_field= dsRecs.Tables("DetailData").Rows(i2).Item("cust_num")

 

 

3 Items, 1 Pages 1 |< << Go >> >|


Free Download:













com+ enterprise services

trivia game help!

connect a textbox with an access database field

http error 404

2 ascx 1 ascx.vb

using asp.net to send and get values to / fro html

compiling projects

databinding working one refresh too late.

"integrated windows authentication is not enabled."

my simple webcontrol interface doesn't work

request for guide

bulk insert with gridview

datatable question

datetime error

change a tiff orientation from landscape to portrait

web preformance suggestions. please help

asp.net how to search through dropdown list box

cookie question

accessing controls from another class

probably a dumb question

listbox

variable scope in aspx page problem

tabs

cms suggestions?

system.net.mail default smtp host

function problem

safari script initialization

using rfid

exsiting .net framework

disscussion board template

username/password prompt when opening powerpoint

1.1: performance or: what's going on?

directly writing to the .aspx file design-time

edit css like in ms word

assigning some rows in the datareader to the reader control.

table with menu object in my aspx works fine in ie but not firefox

extracting text from a textbox control

autofind and select a variable when key in in text box

record position ??

asp.net vrs net framework sdk

text controls, when they change update the total control

asp text input

datagrid problem

how to test?

using stringbuilder for system.net.mail

can i reuse ascx in many webs?

word versions compatibility with c#.net 2005

doing a website builder

regular expression

showing message box

   
  Privacy | Contact Us
All Times Are GMT