4,588 Topics
| |
H! There! I have a problem in c# that require sorting of names of students in a sql database and i want it to be specific, i used data grid view to view the data of the students as shown below: Students First Name: Ann Antoinette Bernadette Brenda Jeannette Judith … | |
Hi everyone, Creating a software with C#, does it require many forms? because I want to create a elementary grade 4 math courseware, but I only know how to create a basic calculator with C# >_<. I just started 3rd year computer science and, our group's thesis proposal has been … | |
I have experience and knowledge in java web application development. How similar is asp.net and c#? How long would it take to master c# and asp.net? If I want to prepare for interview in c#/asp.net. Is it possible to prepare without having any experience? What would be the strategy for … | |
I am trying to insert mutiple checkbox list values in my sql database in single column..only one value is inserting because of insert statement.i want multiple values to be inserted.For loop is not working..Any help would be appreciated. Here is my code... for (int i = 0; i < CheckBoxList1.Items.Count … | |
I want to restrict an Excel file from renaming it and from deleting it using C#. How can i do it. I want to set such security that no one can rename it or delete it programatically. I want to give this security to file which i have generated programatically … | |
Please help me with this program. I can't figure it out. This is my previous work and I've been asked to modify it with the objectives below. Given Script: Main (Class1.cs) using System; namespace Assignment1 { class Class1 { [STAThread] static void Main(string[] args) { Dwelling x = new Dwelling(); … | |
| Hello everybody Could someone help me on this? I think it's pretty basic... newbie problems... I have a Windows mobile application and what I'm trying to do is that when the user clicks a button for the first time it changes it's text to finish task. Then when the user … |
Hello, I am working in MOSS project tried to fetch records from Picture Library having folders with images. Creating UserControl in c# to fetch all these records but it didn't fetch images from folders. Tried some file handing but no success. OR help me to find any webpart for picture … | |
Hello All, I am trying to create a button on a excel sheet using C#. It is successfully getting created but with the default names Button 1, Button 2 etc. I am unable modify the default name on the button. I am using Interop.Excel ver 1.5 reference file. Does any … | |
I have a project to implement and it is for a media company. They have a program they air on TV every thursday 5pm. My job is to develop a web application that will allow them upload the same video to the web application and at 5pm when the program … | |
Hello again everyone, working on another assignment for class. My professor teaches us the long way of writing code instead of making it simplified and shorter. Here is the actual assignment and what I have attempted so far. Any help and advice is most GREATLY APPRECIATED. 1. A two-dimensional array … | |
Because i had to transfer my project to my lecturer but what the file location that works for my computer does not necessary work for my lecturer computer. Althought i transfer my wav file to the project workspace Alarm clock in the bin section. So how to allow my wav … | |
hi friends..I am very new C# so please dont mine if anything is wrong in my code. actually i am doing a very small project in c# i.e Employee Tracking System well i completed my project but when i use image i am getting exception called Argument exception.. Actually my … | |
I am running a service that queries on regular intervals. I initially set it up so that the connection formed onStart, and closed onStop. This of course leaves a connection open all the time, which isn't what I want. So I moved the open and closed to inside my timer … | |
any simple project implemented by c#.net. this project contained ms access as database. pleas help. thanks. | |
How to connect c#.net(2008) with Ms access 2007? I want to code. please help me. | |
Hi, i have tried to insert all rows at one time from datagridview c# into a table in database , although the table gets all the rows from datagridview but it always gets the values of the last row from datagridview for all the other rows , so all the … | |
Hi, I have the following Sockets server, which works asynchronously and accepts multiple clients connected at once. I got it from the microsoft website. I made slight modifications in the example code, in the configuration of the IPAddress and port. [CODE]1. using System; 2. using System.Net; 3. using System.Net.Sockets; 4. … | |
I have a background in python and I'm looking for a new language. I am almost only interested in making games. I have come to 2 languages. C# and Action Script. C# because Microsoft allows you to make Indie XBLA games programmed in C# ONLY. Action Script so I can … | |
hello everyone i have a problem in writing in word document the proble is that i want to append a string after a table i made in that document but it overides it the code is:- [code=csharp]//Text to word file StringBuilder strBuilder = newStringBuilder(); strBuilder.Append("<h1 title='Header' align='Center'>Writing To Word Using … | |
I am using a custom ListItem class in order to fill a windows forms combobox (in DropDownList style). I am filling the control fine, but how do I get the id (NOT the name) upon cmbProgramName_SelectedIndexChanged? [icode] public class ListItem { private string id = string.Empty; private string name = … | |
With the recent release of Visual Studio 2010, Microsoft has updated.NET and the C# language, both now at version 4. One of the new features of C# is the ability to handle dynamic types. But what exactly does that mean? Essentially, if you're very careful, you can use C# in … | |
Hi All, I want to create a event on a static variable of the class. The intention is to notify the class whenever the static variable value is changed, so that it can do some processings. Please help me do this. Thanks & Regards Nishant Guarav | |
Aslam o Alikum, My name is Saqib. I want to use inline and external assembly code in my c# project. but I cannot understand the method. please tell me the syntax of using inline assembly code. Tell me that how can i use external assembly functions in files with the … | |
I have a written a C# program using WPF, but for compatibility reasons, I would like to have this program run on a server and let users access it using a website. Would I have to re-write my program in a new language to do this, or is there a … | |
can anyone tell me how to generate a chart using asp.net C# from database MS Access..which we do something like in Excel.. | |
Hello everyone, After I publish my C# VS2005 application (to be installed from CD-ROM), the crystal reports in it will not load, but if I run the application from debug, everything works fine. Does anybody know what's going on? Thanks a lot. Best regards, JC | |
any link or good idea for reading mpeg4 header in c#?? | |
Ok erm here goes, im supposed to create a simple log in application using c#, howeaver, all the records of the userIDs and PINs are in a notepad file, which means i need to use a filestream. But heres the problem, how can i make my filestream object read through … | |
I am using this code in C# as shown below, to view the students first name. studentsBindingSource.filter = "[First Name] like '%" + txtFirstName.text + "%'"; This code is very useful and working well. If i input at a textbox for example, a letter [M] or abbreviations, all the students … |
The End.