Hi All (programming code: ASP.NET) I have a Problem with running my application on Windows Vista (On Windows XP it works fine) when I run my application and...
OK, I'm convinced -- I need to start using Linq. But my question is, where do I find it? I'd like to try the simple example program shown on page 3 of the new...
Hi there NaMaN! You should read about HttpModules and some usefull methods in ASP.NET like Server.Transfer and Response.Write. A HttpModule is component that...
Iam using Visual Studio 2005 with C#. My project will connect with SQL database. I want to create a setup file for my project, that can be run on any system....
You'll find some APIs deprecated or obsoleted in v2.0, so note those and rework your app. In particular, things did change significantly in the networking...
I'm sorry but I don't know why the url didn't make it to the final post. Anyway here it is... the link to the my article about a real case that uses url...
Hi there Mike. LINQ was released as part of the .NET framework 3.5 extending the way you can interact with different data sources. It enables you to perform...
IC, Sorry ... From: Zeeshan Khan To: CSharpNET@yahoogroups.com Sent: Thursday, March 27, 2008 8:47 PM Subject: Re: [C#.NET] how to get text and value of...
How about if you use Install Shield ? This application may accommodate your need. From: CSharpNET@yahoogroups.com [mailto:CSharpNET@yahoogroups.com] On Behalf ...
... Sigh.... I believe I've discovered the problem. I have the .Net 3.5 framework installed, but SharpDevelop doesn't show the System.linq assembly to add to...
Thank you everybody. On Wed, Apr 2, 2008 at 10:04 AM, Surya A. Saputra <surya.saputra@...> ... [Non-text portions of this message have been removed]...
Thank you Zeeshan. I've used ur code and it is working. Thank you once again. On Thu, Mar 27, 2008 at 4:52 PM, Zeeshan Khan <it_zeeshanlko@...> ... ...
I will be the "devils lawyer" in this, but i dislike LINQ A LOT, seems another try to "extend, transform and break" another widely used standard (SQL) in order...
_____ From: CSharpNET@yahoogroups.com [mailto:CSharpNET@yahoogroups.com] On Behalf Of Carlos de Luna Saenz Sent: Tuesday, April 01, 2008 10:54 PM To:...
hi friend; I have your problem too. If sb answered you,plz send me the answer . Thanks in advance. Wiltek <Wiltek_g@...> wrote: How about if you use...
I don't know very much about linq, but sql access is always an important issue when developing applications. We have a sql framework solution in house where we...
On click datagrid value I want to response to the other page and all the text of the selected grid should be fill in the textbox. How can I do that? Regards, ...
... To be honest, what I really need to do is learn how to do database operations in C# (I'm a newbie at C# programming, although I've been programming in...
hello everyone, thanks for previous reply, now i want to read DTD element,and attributes so anyone who knows about to read DTD please reply , i m working in...
Remember, C# is a Microsoft-created, Microsoft-supported language, therefore a lot of the functionality is determined by Microsoft. As a new programmer, if...
... I agree with this recommendation. It's essential to build a solid foundation in _programming_ before you get too wrapped up in which language is the best....
Hello Saint, Use installer class to a class library application and on commited event execute the SQL script file. Then add that dll to Custom Actions of the...
Hello Jagdeep, Add a hyperlink column to the data grid and configure DataNavigateUrlFields & DataNavigateUrlFormatString. Regards Zeeshan Khan ... From:...
One thing to keep in mind is that alot of universities are moving or have moved to using Java and/or .NET as a beginning language. I personally think that a...