Hi,
I'm a developer with no C experience, come from a Business Basic / Perl / Coldfusion background. I want to develop a .NET client server application (NOT Web App) and was hoping for some dir...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_20766226.html
Zones:
C#Date Answered: 10/28/2003 Rating: 7.4 Views: 0
Hello Hello Experts...Once again I am looking forward for your help. Following is my coding written in
C sharp. I want to cmmunicate between two GPRS modem . For this purpose I wrote a code which...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_22502027.html
Zones:
.NET,
GPRS,
C#Date Answered: 04/12/2007 Rating: 9.6 Views: 0
Can some please convert the following VB code to C Sharp.
Option Strict Off
Imports Teamplate.BLL
Imports System.Web.UI.WebControls
Public Class SelectDocumentsForm
Inherits System.W...
http://www.experts-exchange.com/Programming/Languages/Q_23036824.html
I am trying to print data but it continues to print off the bottom of the page. Is there any way that once it get to the end of the page it continues on the next page. After researching it seems I ...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_23088568.html
Zones:
C#Date Answered: 02/15/2008 Rating: 8.6 Views: 0
I have this piece of code in my server
public void credit(int id, int amount)
{
Console.WriteLine("AtmManager. Credit Option", custAccount1.accountBalance, amount);...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_23191603.html
Zones:
C#Date Answered: 03/01/2008 Rating: 8.8 Views: 0
I am working on a web .aspx project written in c sharp with code behind .cs files.
I have a routine (CreateFlosuiteProcess) in the .cs file that contains a username (Administartor) and passwo...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_23542970.html
Zones:
C#,
.NET,
XMLDate Answered: 07/10/2008 Rating: 9.1 Views: 0
Hi, I have a .aspx page with code behind aspx.cs
I would like to display the values of the users selection for review on a page before the data is actiually submitted to the DB,
the data is...
http://www.experts-exchange.com/Web_Development/WebApplications/Q_23543083.html
I am confused as to how I have to pass parameters/objects to an Eventhandler?
I have:
linklabel.click += new EventHandler(hwIDForm);
linklabel is a LinkLabel type object.
which points to...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_CSharp/Q_23806878.html
Zones:
MS Visual C#Date Answered: 11/08/2008 Rating: 9.9 Views: 52
Is there a way to find the filename based on a filehandle in c#?
I have a IntPtr containing a filehandle to an open file, and I want to know what the name of that file is.
I did not open the fi...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_23834429.html
Hello, I need an example export to excel from an application Web in asp.net 2,0 with LINQ
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23835422.html