ASP.NET 2.0 Nested GridView
Loading...
118,749
Uploader Comments (kicrules)
Top Comments
-
i need to make almost the same but using no wizard i mean using just code. Do anyone of you have an example?
see all
All Comments (4)
-
Yes, but this technique can be very useful as well.
-
You would less screen real estate if you just used a detail view and selected a row. It is also more exciting for the user.
Loading...
Having a sqldatasource in every cell is going to kill your SQL server
roofdoubleflip 4 years ago 9
From my experence this is not the case. I have found that SQL responds better to many small queries instead of a few large queries.
kicrules 4 years ago