C# Questions and Answers

Recent IT Questions

1 - 20 of 80
<<PREVIOUS 1|2|3|4 NEXT>>

sending mails to other domain

I want to send the mails that are accumulated in c:inetpubmailrootqueue to a desired user having a mail id such as name@gmail.com or yahoo or any other domain name.Can please guide me the code  in C# or vb.net? Software/Hardware used: C# or Vb.net

Answer Question   |  Oct 30 2009  4:26 AM GMT
C#, VB.NET, Multiple email domains
asked by Priyadharshini

  5 pts.

Interface from C# into an AS400 interface.

Has anyone done any work on calling a green screen from C#?  We are developing an interface that will allow us to build out a graphic environment and then ultimately, we want the process to end by calling a specific AS400 interface (non-graphic). Anyone have ideas? Thanks... Software/Hardware...

Answer Question   |  Oct 27 2009  5:08 PM GMT
C#, AS/400 interoperability
asked by Bew

  30 pts.

Dot Net Diployment

Hi Everyone, Sometimes, I am facing the following problem when run the application: [strong]Downloading [/strong][strong]http://mansoor-it/PCS/ProcessingControlSystem.application[/strong][strong] did not succeed. The remote server returned an error: (404) Not Found.[/strong] [strong]Complete...

Answer Question   |  Oct 27 2009  10:26 AM GMT
.NET, .NET Deployment, C#
asked by 35746

  5 pts.

How to access Groups in Lotus Notes using C#

Hi , I am trying to access Groups from Lotus Notes using C#. Regards Preeti

View Answer   |  Oct 23 2009  2:01 PM GMT
C#, Lotus Notes 8.x, Lotus Notes
asked by Preeti08

  170 pts.

calling trigger in oracle db 10g

hi all! I do have a table called customers. I want to delete and update rows in this table. But I want to keep rows' history before operations into another table. I know this will be performed with help of a trigger. How I could do this? I'm waiting for your help.                  ...

View Answer   |  Oct 16 2009  7:32 AM GMT
ASP.NET 2.0, C#, Oracle developers
asked by Girma

  10 pts.

coding in c#.net for developing a window

I need a tab in tools->options window.if we click on that tab it should give 2 text fields one with some default file extensions seperated by semicolon and another text field with valid extensions seperated by semicolon which should be editable i.e user can add/delete an extension to it.for that...

Answer Question   |  Sep 23 2009  11:40 AM GMT
C# .NET, C#, .NET
asked by Devisri

  20 pts.

PASSING PARAMETERS TO REPORT VIEWER

Hi Kindly excuse me if i appear abit ignorant on this subject as i am relatively new to SSRS. I have managed to create a report that has 3 parameters (ie. Start Date,End Date,Drop down list) which i have successfully deployed to Report Server. The report basically uses a Stored Procedure which has...

Answer Question   |  Sep 16 2009  11:52 AM GMT
Parameters, SSRS, C#
asked by Shaygen

  5 pts.

login page with other facilities

how to facilitate login page with forgot password & remember me..in asp.net with c#

View Answer   |  Sep 10 2009  7:27 PM GMT
ASP.NET, C#, Password recovery
asked by Krazy4it

  5 pts.

How to Access attachments from Lotus Notes mail?

Hi, I am want to access attachment of particular mail in Lotus Notes. I am getting Attachment name with $File. But i want to extract this attachments and want to save it in user specified path.Using C#. Regards, Preeti Software/Hardware used: Lotus Notes 8.5

View Answer   |  Sep 5 2009  12:43 AM GMT
C#, Lotus Notes, Lotus Notes attachments
asked by Preeti08

  170 pts.

substring extract problem

hi .... i have a text like this .... ======== 1079.tif Image Description               : Vexcel-UCD-Level-3..------------------..CAM_ID:                  UCD-SU-1-0018 [5]..RECORD_GUID:            ...

Answer Question   |  Sep 5 2009  11:22 AM GMT
C#, Substrings
asked by Resident

  5 pts.

Create a simple login in asp.net C#

hi i m learning c# 2008 and i want to create a login that can access the username and password fields from the database and redirect to particular pages, after they are matched from their respective textboxes. So please tell me how should I use my connections and pass query?? Thanks.

Answer Question   |  Aug 22 2009  6:04 AM GMT
C#, ASP.NET
asked by Northeast

  5 pts.

mysqldatetime exception

mysqldatetime exception i am using MySql  with c# in my window application , In code i think everything is fine , when i made a latest patch for the given installer it throwing an exceptuon at client side " Cannot perform '<=' operation on MySql.Data.Types.MySqlDateTime and System.String." ...

Answer Question   |  Aug 14 2009  5:00 PM GMT
MySQL, C#
asked by ITKE

  10180 pts.

VB.NET / C# - Microphone input frequency(db, hz)

Hi, i am looking for a way(code example) to be able to get the microphone input frequency(hertz) almost in real time(timer maybe?) and show it in a label.text. Can be in VB.NET or C#. Functional exemple: I say something in the microphone, the timer do his job and the label show something like "400...

View Answer   |  Aug 10 2009  1:17 AM GMT
Windows Mobile, Programming, Visual Basic .NET
asked by Armkreuz

  15 pts.

How to list mailbox from Domino Server using LDAP in C#

Can you suggest me some link where i can get some idea i.e how to list mailbox using LDAP using C# I am using "Interop.Domino.dll"

View Answer   |  Aug 3 2009  10:30 AM GMT
C#, Domino Server 8.5, Domino Server
asked by Preeti08

  170 pts.

How to access the ID Vault documents using java or c API

Hi all, Based on the new feature(ID vault) implemented in domino 8.5, i would like to access this new feature(idv vault) using java api. Like i want to mark it for inactive in id vault database for a particular user. and how to change the name. Regards, Sankar

Answer Question   |  Aug 3 2009  8:32 AM GMT
Lotus Domino, Lotus Domino 8.5, Java
asked by Sankardomino

  5 pts.

Dlls to access Notes and Domino Server Database.

Hi, I need to create an application using C# such that i can access all the user's mailboxes existing on Server. So kindly provide me the API which will allow me to access each mailbox( nsf files) of each user stored on the Domino Server. Basically i am looking for an API by which i can just...

Answer Question   |  Jul 30 2009  4:32 AM GMT
C#, Domino Server, Domino Server 8.5
asked by Preeti08

  170 pts.

Pocket PC: How to stop a form from closing

Using C#, on a WinForm, to stop a form from closing, I simply have to put this line in the public Form1(): this.Closing += new System.ComponentModel.CancelEventHandler(this.Form1_Closing); and add this bit: public void Form1_Closing(object sender, System.ComponentModel.CancelEventArgs e) { ...

Answer Question   |  Jul 28 2009  9:45 PM GMT
Pocket PC, C#, WinForms
asked by TJay

  75 pts.

sql in C#

How can I attach And detach a database file to sqlserver in C# code ? please give me an example of this

View Answer   |  Jul 15 2009  3:05 PM GMT
C#, SQL Server database, Database Files
asked by Sajjadzare

  5 pts.

How to parse a HTML document in C#?

I want to parse a HTML document in C#. i know that HTML and XML are not very compatible and parsing HTML documents with a XML parser will almost fail because of strict XML format. i googled and find some very nice HTML parsers written by several people. but i want to know: Does .NET Framework...

Answer Question   |  Jul 14 2009  1:08 PM GMT
C#, HTML, Parsing
asked by Isaacarsenal

  5 pts.

Fetching Mail Stores From Domino Server

I am making one application in C# .Which will fetch mail stores from Domino Server and Display it in List Box. Currently i am using "Interop.Domino.dll ".But don't know much about it.

Answer Question   |  Jul 7 2009  10:09 AM GMT
.NET applications, C#, Lotus development
asked by Preeti08

  170 pts.

1 - 20 of 80
<<PREVIOUS 1|2|3|4 NEXT>>