4,588 Topics

Member Avatar for
Member Avatar for SindhujaNagaraj

hi, i have a html file which contains placeholders. i read the html file and replace the placeholders with object values of DB and display it in lable control. & now when i click the download i need save the contents of lable as html file . iwant to show …

Member Avatar for SindhujaNagaraj
0
100
Member Avatar for narendrajarad
Member Avatar for sachintha81

Can someone please tell me what is the event that is triggered when a user clicks on the + sign in C# TreeView? To elaborate more, here is my problem. I have a tree view that is populated at the time of Form_Load. Then the user can expand/collapse/select etc with …

Member Avatar for jerry32uk
0
826
Member Avatar for climberboy

I am having a problem fixing this error: Object reference not set to an instance of an object, [CODE]namespace FaultTrees { public partial class MainPage : UserControl { public MainPage() { InitializeComponent(); this.LoadXML(); } private void LoadXML() { List<FaultTree> faultTrees = new List<FaultTree>(); XDocument FaultTreeXML = XDocument.Load("testtrees.xml"); faultTrees = this.GetFaultTrees(FaultTreeXML.Element("HiP-HOPS_Results")); …

Member Avatar for lxXTaCoXxl
0
751
Member Avatar for pritiB

hi...I am familier with C# programming language.I am a NewB in c# programming. I like to extract the data from a website([url]www.shopzilla.com,www.shopping.com[/url]) and store it to my database running on my machine.Is that possible in c#.If so which API I should use. for example, i want to fetch price and …

Member Avatar for thines01
0
185
Member Avatar for baladeveloper
Member Avatar for Jessurider

can anyone tell me why this c# console command not running on java?.............. i've made a c# console program as given below [CODE=C#] using System; using System.IO; using System.Collections.Generic; using System.Linq; using System.Text; using System.Drawing; namespace face { class Program { public static void Main(string[] args) { String path = …

Member Avatar for thines01
0
279
Member Avatar for gingank

Hi guys, I am a newbie that starting to write programming in C#? Anyway got any good suggestion that i can learn the C# example books, website or tutorial? Thanks you

Member Avatar for budbjames
0
158
Member Avatar for slowly_but_sure

I'm creating a program in C# that do not allow intersecting lines. How will I modify my code? Thank you. I've already attached the whole source code of my program for you to check the other class I've included.But here's the code for the drawing process: [CODE] using System; using …

Member Avatar for lxXTaCoXxl
0
237
Member Avatar for lxXTaCoXxl

I'm trying to learn how to create plugins, the only problem is my friend only knows .NET, I know C# and can partially read .NET. Is there anyone in this section that can convert this all over to C# for me so I can truly study it? [code]Public Interface IPlugin …

Member Avatar for lxXTaCoXxl
0
191
Member Avatar for dr_iton

I need help in the following C# programming: [I]Vehicle manufacturers always offer new saving fuel cars to new drivers. The Renault manufacturer has taken this in consideration and offered new car Renault Clio to a driver Syle LeSylani for one year use. Syle has kept evidence of past kilometers at …

Member Avatar for thines01
0
140
Member Avatar for mmazeemahmad

Hi All, I want to build my final year project in human resource management system in C#............. But after a lot of search on the web i didn't find any source code for it to develop.... kindly give me some references that make it easier for me to develop my …

Member Avatar for mmazeemahmad
0
536
Member Avatar for weeraa

I'm a beginner to C# and going to develop a application using C# and SQL server 2005. one of my tables has a field named with DATE. data type is also 'datetime'. i can insert data to the database using my application properly. now i want to filter my data, …

Member Avatar for kamilacbe
0
157
Member Avatar for influenceuk

Hi i have been asked to create a sample app which pulls data from a txt file. Then outputs it in another txt document depending on certain arguments. Write a console application called 'program.exe' that takes four arguments: 1. Input File 2. Output File 3. Log File 4. Product Codes …

Member Avatar for thines01
0
191
Member Avatar for navi18

i want the user should enter only time in the textbox in C#.e.g 09:00:00 how it is possible?

Member Avatar for lxXTaCoXxl
0
5K
Member Avatar for Shwetha Dali

Hi, I have a application where we upload pdf files.And also i have button in another page to download it.As and wen a new file is uploaded that file should be downloaded on clicking the download button. The follwing code fetches all the pdf files filelist contains all pdf files.. …

Member Avatar for vsa000
0
227
Member Avatar for nice_candy

hi, I want to implement a client server application. here is the scenario. Server listens for client 24/7. Server accept request for client and save it in DB for further process. Once processing is done (it may take few hours), Server will response back to client. in short , client …

Member Avatar for darkagn
0
200
Member Avatar for STiwari0130

I'm new to C#. Trying to learn and implement an RFID application. I'm reading a RFID using serial port and the data is available in rtbDisplay. 11 01 B0 00 01 03 01 E0 04 01 00 0C E0 10 88 7B 61 How do I extract certain data (RFID …

Member Avatar for STiwari0130
0
309
Member Avatar for dynw

hi can someone help me to make a calculator as required? Create class Calculator. This class must contain the following features: constant PI constructor that accepts two integers, operand1 and operand2 method for writing values ​​and operand2 operand1 methods for calculating the four operations - addition, subtraction, division and multiplication …

Member Avatar for mohamed.farag
0
227
Member Avatar for fusionking

I am writing a C# program that reads in a text file of a list of events followed by a date and time, delimited by a comma and prints it out to a textbox along with how much time is left till that date and time happens. It must read …

Member Avatar for BhuvanRam
0
346
Member Avatar for jain1.anuj

hi, i m using HID device. i had registered it. now i want to read and write data into it. how can i do the same!!!

0
62
Member Avatar for jain1.anuj

hello, i have a device with proximity sensor. how can i use it with the help of c#? how can i get the distance of object with the help of the device??

Member Avatar for jain1.anuj
0
167
Member Avatar for jain1.anuj

hi, im developing the application which detects the HID and reads and write teh data into it. i am unable to detect the device arrival and removal. how can i do the same.

Member Avatar for jain1.anuj
0
59
Member Avatar for zoro20002

what is the error in the bleow: 'Public Event OnFilterAdded()' is an event, and cannot be called directly. Use a 'RaiseEvent' statement to raise an event. [CODE]Imports System Imports System.Collections Imports System.Configuration Imports System.Data Imports System.Web Imports System.Web.Security Imports System.Web.UI Imports System.Web.UI.HtmlControls Imports System.Web.UI.WebControls Imports System.Web.UI.WebControls.WebParts Imports Tawammar.CustomControls Partial Class …

Member Avatar for GeekByChoiCe
0
229
Member Avatar for navi18

I have a ComboBox,Textbox,save button and delete button..i want to implement Model view presenter so dat the value selected in combobox and textbox are inserted into SQL database..plzz help..thanks in Advance

0
70
Member Avatar for bhagyap

Hi.. I have 3 DropDownList:- DropdownList1 has status,DropDownlist2 has date and DropDownList3 has duedate and based on these values selected i want to populate the Gridview following is my code.. protected void Button1_Click(object sender, EventArgs e) { string con = ConfigurationManager.ConnectionStrings["ConnectionString"].ConnectionString; SqlDataAdapter sda = new SqlDataAdapter("Select * from DropDownFilter where …

Member Avatar for bhagyap
0
836
Member Avatar for ChaseRLewis

So I've programmed using Excel Interop before, but I can't figure out something. I have a spreadsheet with thousands of material properties listed in them. In the excel spreadsheet if I change that enum I can recalculate the sheet retrieving the values I need. I want to form a repository …

Member Avatar for thines01
0
106
Member Avatar for ryanwebber

Hi I require assistance on how to sort numerous records in C# in chronological order e.g the date of birth, if someone could help me it would be much appreciated. Thanks Ryan

Member Avatar for darkagn
0
181
Member Avatar for OshKosh

Hi Guys I need some urgent help I have Created a C# windows application to implement a form with • a ListBox, • a TextBox, • an Edit button, • an Insert button, • a Delete button, • a Update button and • an Exit button. [ I have also …

Member Avatar for OshKosh
0
278
Member Avatar for sam1

am trying to write an application in c# to lock or freeze all programs until someone enters a value in the app's textbox and clicks 'ok'. The purpose of the app would be to get people to enter their time(by force :) ). As far as I know you can …

Member Avatar for sam1
0
1K

The End.