26 Mart 2012 Pazartesi

Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.


Server Error in '/' Application.

Parser Error

Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately. 


Bu hatayı alırsan namespaceni silmişsin demektir

22 Mart 2012 Perşembe

Eval ile Karakter Sınırlaması

<%#Eval("firma_aciklama").ToString().Length>100 ?Eval("firma_aciklama").ToString().Substring(0,120) :Eval("firma_aciklama")%>

eğer yazının uzunluğu 100 karakterden büyük ise 120 karakteri alınmış olur

String or binary data would be truncated. The statement has been terminated.

Eğer Böyle Bir hata alma durumunda ilk başta tablo alanlarının uzunluğuna bakılmalı

15 Mart 2012 Perşembe

Asp .NET File Upload İşlemi Nasıl Yapılır ?


ASP .NET ile Resim Yükletme İşlemi (File Upload İşlemi)

Control 'ctl00_ContentPlaceHolder1_FileUpload1 Hatası


Control 'ctl00_ContentPlaceHolder1_FileUpload1' of type 'FileUpload' must be placed inside a form tag with runat=server.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Web.HttpException: Control 'ctl00_ContentPlaceHolder1_FileUpload1' of type 'FileUpload' must be placed inside a form tag with runat=server.

ASP NET te Karşılaştığım ilk hata

14 Mart 2012 Çarşamba