blah blah blah is here! blah blah » Close

0
votes
1 answers

Using Cache object

Hi, I have a problem with using Cache object to access data between webforms. I have a project with 5 web forms. I added SQLDataadapter1 in web form1 into a Cache object. I tried to access the stored cache object in web form2 but it show ...

0
votes
1 answers

Comparing Long and Int Datatype values

hi, I need to compare two variables of types Long or UInt64 with Int. How can I do this? "==" operator is not working. Code: ---------- if ((UInt64)(previous[nodeID])==-1) return (nodeID); ...

0
votes
1 answers

Display execution time

is it possible to display the execution time for C# .net application using MS visual studio?? if so, wat r the steps to follow? thanks

0
votes
1 answers

Creating Executable File

Hi, I have developed a C# .net Windows Application in Visual studio and I am trying to make an Executable file for the same. I need to create an .exe file for the application such that if I use the exe file in any system I should be ab ...

0
votes
1 answers

Drawing Shapes in C#

Hi all, I have a question regarding basic graphics in C#. I need to draw 3 circles in different positions and need to have different numbers on each of them. I drew one circle with the following code, but I do not know how to change the po ...

0
votes
1 answers

Dijkstra's Algorithm Implementation

Anyone went thru' the full implementation of dijkstra's algorithm in C# .net?? i found one article online but its not complete! if anyone can provide with this, it will be a lot helpful. thanks.

0
votes
1 answers

Option to Upload files

Is there any option to upload code samples for csharpfriends site? Is it possible to have one... coz i find lots of answers in this site but for code samples most of the times need to move to other sites...if we can upload our C# codes her ...

0
votes
1 answers

Opening an FTP connection n perform FTP file transfer?

I need my C# code to be able to connect to an FTP (IP=10.10.10.1, USER=user1, PASS=user123) and download a file (Information.zip) stored in the client machine and I need to save/copy the downloaded file to the server machine.. Problem - I ...

0
votes
1 answers

File Transfer using C# .Net

I have a C# .Net module which can transfer messages between computers in a network using sockets. Now need to transfer files between the same computers, how to do this ? i mean, it should be possible to send any file from one computer to ot ...

0
votes
1 answers

how to display culture specific calendar? (globalization)

how to define the new culture for current thread and display culture specific calendar??

0
votes
1 answers

Using Frameset(html) with CSharp ASP Net..

How to work with Frameset(html) and CSharp ASP Net, I cudnt find way to declare the target as "main" to change the display pages on the right side , when i click the links on left side of the Frameset. Any ways to do this?

0
votes
1 answers

why the name .Net?

why the name .Net ? any reason behind such a name , if so wats it?

Feedback