Tolga Koseoglu
SharePoint and Silverlight
Sign in
|
Join
Home
Contact
RSS
Atom
Comments RSS
Search
Tags
.NET
.net RIA Services
3d circle
AJAX
AjaxControlToolkit
asp.net
asp.net compatibility
Asp.net Events
Asp.net time-out
C#
configuration
cross domain access
custom delegates
Custom Event Logging
Custom Web Parts
Drag and Drop
Dynamic circle
Dynamic Element Creation
Long running asp.net applications
Math and Trigenometry in Silverlight 2.0
Package Configuration
Page Turn
Powershell
Sharepoint 2007
Sharepoint 2007 install
Sharepoint 2007 Object Model
Sharepoint 2007 Service Pack 1
Sharepoint 2007 web services
SharePoint Custom web parts event logging
Silverlight 1.1
silverlight 2
Silverlight 2.0
Silverlight 3
Sound effects
SQL Server 2005 Full text search
SQL Server Reporting Services report source code
SSIS
usercontrols
validation
WCF
web part development
windows authentication in WCF
Windows Vista
Sponsors
advertise here
Navigation
Home
Blogs
Archives
September 2010 (5)
August 2010 (2)
July 2010 (3)
June 2010 (1)
April 2010 (1)
March 2010 (1)
February 2010 (2)
October 2009 (1)
August 2009 (2)
April 2009 (2)
December 2008 (3)
November 2008 (1)
October 2008 (1)
August 2008 (1)
June 2008 (2)
March 2008 (3)
February 2008 (1)
January 2008 (6)
January 2008 - Posts
2
Comments
Silverlight in MOSS 2007 (SP1)
by
kemaltolga
First, I am trying to list, most likely not in logical order, all the steps necessary. After that I will support each point with either code or a screen shot. Develop a custom web part "wrapper". Configure so it can be deployed within MOSS. Create a simple...
Filed under:
Sharepoint 2007
,
Silverlight 1.1
0
Comments
Asp.net web application times out on long running stored procedure
by
kemaltolga
If you are running a web application and you are processing a stored procedure that takes quite a while you might get a time out error. An easy way to fix this is to add "Connect Timeout=60" to your connection string in the web.config file. 60 is in seconds...
Filed under:
Asp.net time-out
,
Long running asp.net applications
0
Comments
Lost your Reporting Services source code?
by
kemaltolga
No worries...you can get them back (granted you have deployed them before). Simple go to your Report Server. ( http://servername/ReportServer)...browse to the report you are missing. Find the properties tab. In the *General* section click *Edit*. This...
Filed under:
SQL Server Reporting Services report source code
2
Comments
MOSS 2007 SP1
by
kemaltolga
I went through a couple of SP1 upgrades. 9 out 10 times it works just like you might think. Below I list resources and important steps to consider when upgrading your MOSS 2007 environment to SP1. Later I will also talk about how to integrate custom web...
Filed under:
Sharepoint 2007
,
Sharepoint 2007 Service Pack 1
0
Comments
Event logging within MOSS and regular asp.net web application
by
kemaltolga
Event logging in asp.net is pretty straight forward. In MOSS it might be a little different. 1. Regular asp.net web application First, reference the System.Diagnostics namespace. using System; using System.Collections; using System.Configuration; using...
Filed under:
Asp.net Events
,
Custom Event Logging
,
SharePoint Custom web parts event logging
0
Comments
Welcome
by
kemaltolga
Hello ASP.NET Community: First, I am very excited about my asp.net blog. Thanks Joe and Scott .... I am an application developer for a global architectual firm. My main responsibilities involve MOSS 2007 and custom web development. We are a full-blown...
More Posts