Protected: .NET Tips: Data Access
There is no excerpt because this is a protected post.
Permalink Enter your password to view comments.
There is no excerpt because this is a protected post.
Permalink Enter your password to view comments.
In the current project we are using SharePoint Designer 2007 intensively to create number of PageLayouts, especially to put WebParts there and pre-configure WebParts connections. SPD is not such a bad tool, because there is no alternative for this. But time to time it really buggy and awful that you start thinking if it passed […]
In my previous SharePoint projects I”ve met the situations when you need to outstreem some binary files, like PDF file or something else, but when you do this by the standard way (how you used to do in normal ASP.NET site) you found that page is “dead” after you streamed you file to the client. […]