-
There are sometime some software applications where you have to implement the following functionality: You have to add a root entity (by ex. Person) and for this root you have to add 1 or many child’s entities (emails for the added person). This is quite...
-
Bindable attribute allow you to make a property to be bindable. Dont worry if you try to see this property in the designer and you see nothing; even so, the property can be bound from markup. Example: private int myId = -1; [ Bindable ( BindableSupport...
-
It is possible that this situation to happened to you too and to spend some times to discover the cause. I am talking about the case when you change some properties on a SSIS package, save them, rebuild the package but when you read again your changed...
-
Sometimes, if you have the facility to download a file in a web site you will receive a security prompt telling " To help protect your security, Internet Explorer blocked this site from downloading files to your computer. Click here for options....
-
If you have create an remote myReport.rdl file and deploy it into Reporting Services server and if you want to generate dynamically the excel file (which normally from the user interface you will do by using the “Export to excel” facility from the report...
-
If you want to generate .doc file with an appropriate format in c# you will think about developing this using an .ashx. Unfortunately, Reporting Services can export report into .xls, .csv and different other formats but did not have the facility to export...
-
Hi everyone, Last week, Microsoft released Ms Chart Control. This control can be used in web ASP.NET pages as well in Windows.Forms applications, and this is a cool thing, specially that .NET and VS lacked this kind of control. First of all, here is a...
-
When you try to Deploy the report project to the reprting server you get in the outpu window in VS the message: "An unexpected error occurred in Report Processing" If you try to import manually a report using the IIS ReportManager app, you get...
-
Hi, Google just released Google Alerts Service. Just go to http://www.google.com/alerts Enjoy it. I do 4 sure.
-
Hi , If you need a free light SMTP server and you do not want to setup a domain controller/Exchange mumbo-jumbo just use Hmail Server . Is free, it works okay, source available. It can also be used for small businesses. Also works with any DB engine or...
-
Hi everybody, Today I found randomly by Google means this . This is an article of Scott Mitchell. Here he states that aspnet does not provide an out-of-the-box way to track user activity: "One of the lesser known features of ASP.NET's Membership...
-
Quick answers to unusual problems - C# and Sql Server 1. Does ever happened to you to try to import with DTS or SSIS an .xls file into SQL, and you receive an error something like data was truncated ? Of course, you will change the data type of destination...
-
If you have some .pdf files stored into Sql Server and you want to search content in them, the steps are: 1. Suppose you allready have a table into sql server that have a column " FileContent" of type varbinary (MAX). Check this. Add a column...
-
If you want to print a local .rdlc report, you can't use the property " ShowPrintButton " for the reportviewer control. This property event it is set to true, will work only when the report is processed remote (ProcessingMode=remote) , case...
-
Sometime you need to catch the event of browser close . There are some situations when you need to create some web application reports and you need to compute the totalm time spend by user to visit each page, case when you need the exact moment when the...