Can somebody please help me code a form that will perform a search on a database and retrieve the datas into separate textboxes according to the rows. And also I only know understand c# language. i would be gratefull if anyone could help me out. Thanks....Thanks

Recommended Answers

All 3 Replies

Thanks Danny. but i am still in a fix...Is there any way you could help me

i got the rest figured out the only problem now is how to fill the textboxes from particular rows. i need actual coding as i am still a rookie.

example say

if(dr.Read())
{
// what should i put here
..........
}
please help me if you could or anyone.

Thanks Danny. but i am still in a fix...Is there any way you could help me

i got the rest figured out the only problem now is how to fill the textboxes from particular rows. i need actual coding as i am still a rookie.

example say

if(dr.Read())
{
// what should i put here
..........
}
please help me if you could or anyone.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.