OK, one specific questions:
How could you pause the execution of a page carrying a DataView and check how a Parameter was binding to a querystring value?
Main Topics
Browse All TopicsIs there not a very big reason to carry on with asp.net grids over SP natvie grids/dataviews, in that with the declarative code with SP grids it is nigh on impossible to properly debug them? Step thru code etc?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
I have to say, I'm just getting started with Sharepoint, and I am faintly reminded of the sales pitch for MS Access which, whilst being a formidible tool in the hands of a specialist, lured in the neophyte with claims of easy 'code-free' development with bound forms and macros but which resulted in an endless stream of seized-up apps which couldn't be worked on.
I am finding it much easier to drop out of the Sharepoint tools and into Asp.Net, and just plug it in. At least you can guarantee results.
Hmm, I can't say I agree. We use the Enterprise version of Sharepoint 2007 and aren't producing as many grid view as we used to. Before Sharepoint 2007 we had to produce web reports using ASP.NET but now we can let users create their own reports using Excel Services, BDC's or even Access DB's stored in lists that have reports exposed using Page Viewer Web Parts.
There are 3rd party companies that have add-on web parts for Sharepoint that let the user enter a data source then expose the data using a SPGridView with no development. I have 30+ years of software development and I've learned it's often cheaper for the company to buy instead of build. Sadly not enough software developers understand that.
Sharepoint is a complex product and there is a learning curve beyond .NET but once you get used to it you can get amazing results very quickly. You have to invest the time.
For example, our team replaced a 4 year old ASP.NET web application (that had been built with 2+ developers) with one built by two developers in 1/2 a year. The Sharepoint replacement has far more features as well.
Of course we all come to this from different angles, and not one is wholly right, but as a freelance developesr we don't have a great deal of incentive seeing development work being undertaken by casual users, even if we believed in it, which of course we don't, ie, the results are rarely satisfactory and we get asked in when things have gone wrong, but we are expected to use what has been created already, which is like building on quicksand.
Then again we do only get asked in when things have gone wrong so I suppose I don't see when things have gone right.
But coming back to the SP drag/drop grids, this does make me wonder whether they are the best choice for full-time code-cutters with a library of wrappers and years of experience with other grids...?
My team is all 10+ years of ASP.NET development and we have no problem with Sharepoint and it's SP controls at all. Ultimately we want happy customers and there isn't any 'one' way to make customers happy.
Change is inevitiable in our industry and we welcome it including changing techniques, technology code et cetera. Cheers
Very insteresting. Well no one thought Java was all it was cracked up to be.
But coming back to these grids, I just can't help getting the feeling that dropping the DataView onto a form with FontPage aka Sharepoint Designer, which is spewing out masses of code, and maybe those new xsl/xml iterative structures are ok, if you truly can step thru the iterations, but just the sheer volume of code - it still looks like using DreamWeaver to write your html, don't you think?
No it isn't the same team, it's a few people that started with the technology about the same time using different paths. All of us were early adopters of .NET.
I actually like the XSLT choice and we lean on it heavily. Our developers create the grid views then the non-hard core developers can tweak the formatting and data using XSLT. We love having that choice.
The best feature of ASP.NET that not enough people use is separating presentation from code. To many ASP.NET developer use WAY too many server side controls (often when they shouldn't) and force rebuilding binaries for simply changes. That isn't cost effective.
So, the XSLT allows the developer to provide a foundation for the data and front end designers can tweak it without a compiler. We love that feature.
Business Accounts
Answer for Membership
by: tedbillyPosted on 2009-11-07 at 00:38:42ID: 25765460
Yes there is. Sharepoint grids are integrated with all of Sharepoint's functionality including honoring the current them permissions et cetera.
Do what we do, lot's of trace code that writes to a log and the event log.