I am new to programming in ASP.NET and I am currently trying to migrate an application from ASP to ASP.NET (1.1)
I am a litle stumped with this pretty basic question. It seems that all the web controls - datgrid, datalist, datarepeater are designed for displaying multiple records at a time and then editing them line by line.
I have a large table (with many child tables). I want to be able to select a record from this table(from say a drop down list), then display the fields for that record then update them and update back to the database for that single record.
What is the best way to go about this?
Many Thanks
....vwhite
"Benefit others. If you cannot benefit others then do them no harm"
- His Holiness Tenzin Gyatso, the 14th Dalai Lama
I am a litle stumped with this pretty basic question. It seems that all the web controls - datgrid, datalist, datarepeater are designed for displaying multiple records at a time and then editing them line by line.
I have a large table (with many child tables). I want to be able to select a record from this table(from say a drop down list), then display the fields for that record then update them and update back to the database for that single record.
What is the best way to go about this?
Many Thanks
....vwhite
"Benefit others. If you cannot benefit others then do them no harm"
- His Holiness Tenzin Gyatso, the 14th Dalai Lama