No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
8 Posted Topics
[quote=Vish_All;362870][B]hi all, [/B] [B]I have create a database application in vb 6.0[/B] [B]i need to retrive some reports using data report (not Crystal) such as date wise report or customer wise report.[/B] [B]The steps i fallowed are: [/B] [B]1. retrived text boxes in data report[/B] [B]2. for date wise report …
Hi, We have an asynchronous server socket program, which works fine BUT, when due to some circumstances, I receive null data or blank data, the server goes to infinite loop Here is the code [CODE]namespace SocketServer { public class StateObject //class created to clear the duplicate records { // Client …
Hi, I want to round of the salary amount to the nearest 0.05. eg. if my salary is 1000.23, it should be rounded to 1000.25 and if the salary is 1000.26 it should be rounded off to 1000.30. The Math.round function is not helpful in the above sceneario. Suggestions pls …
Hi, I am learning generics, I want to insert empname, empid and empsalary, I implemented this way using System; using System.Collections.Generic; using System.Text; namespace EmployeeDetails { public class Emp_Details { readonly string _EmpName; readonly int _EmpId; readonly double _EmpSalary; public string EmpName { get { return _EmpName; } } public …
Hi, We have developed a socket program as below, The program works fine, except that it sometimes gives me jumbled messages or same message gets repeated twice. The whole code is produced below. I will let you know what exactly are we doing. This a socket program for tracking vehicle. …
Hi, we are currently having an console application in C# and asp.net. Its a client server socket programming. We have to convert it into assembly langugage. We are going to implement in linux server Kindly let me know which assembler and linker have i to download (free download). And please …
Remove the line rsView.Close And report whether it works or not Good Luck
Hello, I am new to this forum. I want to learn ASP . I am basically a VB programmer with good experience. I want to learn ASP with SQL SERVER. Kindly provide me the links with some good tutorial to start with Thank You
The End.
cmrhema