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: 24 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:













querying a date

cant find microsoft.web.ui.dll & microsoft.web.ui.controls.dll

what reporting tool do you suggest.?

skmmenu

problem with textbox

data access

asp.net web service

usercontrol

deploying supporting files

asp works but asp.net doesn't

questionnaire

any ideas?

i need help to create this

once webcam images are ftp to directory, how do you display them?

pass a value as a query string using a button

asp.net pages

unique predicament: using asp.net & access for complex rules...

trying to decide on approach

html / css problem , h e l p !!!

perfomance

dropdown list population

new to asp.net

simple problem

how to get the server path

database

retrieve more values in listbox contro multiselection

request.params()

passing the values between two webpages

'sqldataadapter' could not be found

covert to excel file

whay is this error coming up?

develope an application to create screen saver

get db table's id in datagrid

keywork search functionality

select record

control, webcontrol and compositecontrol

how do i make a schedule to send email using asp.net 2.0 vb.net?

textbox "enters" in text

setting image as background

book recommendations for ecommerce

context classes

named arrays

passing value to the next page

computer is on ?

textbox and property

help, cannot make the quick start examples work

passing linefeeds in string variable generating javascript

sending chinese characters in email??

thumbnail border question

create a forum

   
  Privacy | Contact Us
All Times Are GMT