Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

How to check the end of the record in Datareader?

Answer Posted / anitha

Dim cmdstr As String
Dim cmdsql As New SqlClient.SqlCommand
Dim consql As SqlConnection = New
SqlConnection(ConfigurationSettings.AppSettings("ConnectionString"))
cmdstr = "select top 1 columnName from tbl_Sample order by
ColumnName desc "
cmdsql = New SqlCommand(cmdstr, consql)
If consql.State = ConnectionState.Closed Then
consql.Open()
Dim drsql As SqlDataReader
drsql = cmdsql.ExecuteReader()
Do While drsql.Read
any Control value= drsql.Item(0)
Loop
drsql.Close()

Is This Answer Correct ?    8 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is enableviewstatemac in asp net?

1104


Which property needs to be set for script manager control to extend the time before throwing time out expection if no response is received from the server?

1020


explain code with datachaching with example

2213


i want the asp.net technical questions and answeres

2117


What is the Intermittent crashing of application in production?

1109


How can we make sure that Web API returns JSON data only?

1077


Define the steps to set up validation control.

1101


In a Repeater control how one can provide an alternating color scheme ?

1127


what is a .xap file? Explain with an example.

1077


What are the advantages of passport authentication?

1091


What types of data validation events are commonly seen in the client-side form validation?

1035


They mostly asked difference between versions of technologies

1475


What is the use of execute non query in asp.net?

1025


Define common type system?

1032


Does web services support data reader like pom project?

992