Hi All,
I'm looking for .NET component that will allow me to implement multi-file upload. Now I found many on the Internet but none of them is satisfying my requirements. And I have two requirements...
Hi guys,
here is the idea. I'm writing a piece of code that performs different actions based on type parameter. The types are obviously encapsulated in enum in C# code. This is all OK except that...
Yes, but I want to use regular expressions. Alas I have found in documentation something that seems to close the case. Still can't understand why, but obviously what I want to achieve can not be done...
Alas. I've tried it (MS calls it Dialect 1 - my samples are in Dialect 2) and nothing has changed. Is it possible that regular expressions can't be used with Contents property?
As for now - as I posted this question in february - all reports had been done (SQL/VS 2005 only), are tested and going to live within couple of days. But thanks for your answers anyway...
Hi,
I had customized text editor's colors syntax highlighting in Visual Studio 2005. It took me some time as there a lot of these options. Is there a possibility to save it somehow and quickly...
Hi All,
just have quick question about business intelligence projects especially reporting services. I have installed on my computer SQL 2005 and VS 2005 and of course VS 2003. All business...
Hi,
I just wandering - what are the guide lines or pro and con about using each of this techniques to dispaly data from database. Any suggesitons are welcome.
Hi,
I want to put in my web app some links that will display map along with a dot or something on it that indicates given location (address or GPS coordinates - doesn't matter at this point). I know...
In short, because we do not want to waste another hours to modify code that can be (hopefully) writen in the way that allow us to not modify it while on futre requirements change. It saves time, and...
Thanx, this is close, but unfortunately it is not good enough for me. As suggested in my sample, each property has corresponding column in database. The code that is responsible for setting...
Look at my code sample! table.Rows[0][column.ColumnName] returns type object. But based on ColumnName I know to what class property I shall asign its value. I can get the type of that property using...
May be that you do not understand my problem. I sure know how to cast. The problem is that when I get System.Object I wanna cast it to various types. So I want to be able to check what that type is...
Hi,
we know that XML files saved by MSOffice has different icons thanks to <?mso-application progid="Excel.Sheet"?> directive. I want to put such mechanism to XML files saved by my program....