473,541 Members | 15,166 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

C# / C Sharp Forum

3
8,278
thread by: perdijc | last post Apr 3 '10 by: Monomachus
In ms access i can print the results to immediate window as follow: debug.print "testing" if i go to imediate window i see in the screen: testing how can i print to imediate window in c#? Thanks, regards,
0
965
thread by: Cascade | last post Apr 3 '10 by: Cascade
Hello, I tried to display a DataGrid and have a 'Delete' link button inside a grid. When execute, it displays perfectly but when I click a 'Delete' button - it shows a blank page and not delete a record. Please help me. There is a code: <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %> <!DOCTYPE...
4
2,455
thread by: bahaa | last post Apr 2 '10 by: tlhintoq
hii i have a list box in form and i want to update list from listuser in dll , i can't used any event because i want to update list autumatlically after every user connected (chat). the code after user connect //t = new Thread(AcceptClients); //t.Start(); }
9
5,878
thread by: Dalamar437 | last post Apr 2 '10 by: Dalamar437
Hello All, I am in desperate need of your smarts! I'm attempting to auto generate X number of pictureboxes when a program loads. I'm generating 2 different arrays that will produce some number of picture boxes. When I click button 1, I want to send a separate picture box near one of the auto generated picture boxes and remove a...
2
1,943
thread by: DragonLord | last post Apr 2 '10 by: DragonLord
I have a custom form that launches from a button. The form works great with a little hick-up. When you open the form the onmousedown does a check to see if the click from the mouse is on the form or outside the form or if the click is on the close section of the form. This part works fine except when i click on the form i have to click once...
0
1,061
thread by: Royson Jacob | last post Apr 2 '10 by: Royson Jacob
my application is able to upload a document with meta-info. i am using web-services for that. Now i am interested to upload a document with its modifed the created date. I tried to set "ows_Modified" field value but it wont work. How to upload file with its original modified and creation dates??? Thanks
0
1,765
thread by: Royson Jacob | last post Apr 2 '10 by: Royson Jacob
Hi, I want to export grid view data to excel file in windows forms application. I tried one solution but it fails to export combo box type column to excel. Excel file should have combo box, check box columns. Thanks.
0
1,160
thread by: perdijc | last post Apr 2 '10 by: perdijc
The wizard to create dataset, automatically creates a method to update table if the dataset is based on table. If i create a dataset based on sotored procedure where this is based on more one table, it doesn´t create the update method. Any bodyelse, knows any wizard or addin where i can create update method based on stored procedure? Im...
0
1,010
thread by: adam2010 | last post Apr 2 '10 by: adam2010
I'm looking for some code (c#) that sets up new a user automatically in WinServer 2008. Does someone know such code? Where can I find the proper WinServer2008 API for that task? or any good tutorial for programming in csharp using windows server 2008 api ? (I'm totally new to both csharp and winApi)
4
2,277
thread by: aznimah | last post Apr 2 '10 by: aznimah
hi, if anyone can help me how to compile two .cs file? this program i refer to other programmer attachment. i really need help. thank you Form2.cs using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing;
1
2,896
thread by: scorpio22 | last post Apr 1 '10 by: tlhintoq
hi, I am trying to create a web service in VS 2005 using C#. I want to retrieve an attachment that i can use in the webservice and then send another attachment as a response from the same webservice. dime is dead so i am using mime only. I was wondering if someone could give me some sample code or link so that i can get some idea of how to...
1
1,258
thread by: 86sam | last post Apr 1 '10 by: tlhintoq
Hello to all, Is there any one who can tell me that how to record a song along with track playing in background . I want related C# code for it. So help me out for the same.
6
5,514
thread by: awais888 | last post Apr 1 '10 by: tlhintoq
i need a code to multiply two polynomials in galois field 2 in c# or c++, polynomials will be entered by user in integer (decimal values).
1
1,340
thread by: SreeBooty | last post Apr 1 '10 by: RedSon
Hi I am using SQL server 2005 for Databse and Visual Studio 2008 Windows Form with c# for my application development.i want to sychronize the client database and server database viceversa.(ie data in the tables),so how can achieve this. thanks in advance.
2
6,172
thread by: Arulmanoj | last post Apr 1 '10 by: tlhintoq
I have windows service which tries to delete a file in the IIS web server. The file path in the IIS server is "E:\WebApp". I am able to get list of all the files in this path. But un able to delete the file. I am getting the below error " = {"Access to the path 'CR1100000043D20082009053331.PDF' is denied."}" Both IIS server and Windows service...
0
1,139
thread by: jaim | last post Apr 1 '10 by: jaim
In my web page there is a text 2nd number of your passcode when the page loaded , dynamicaaly each time number is getting changed. And also having the Combo box to select the values (0-9) this should match the text in the label. Is there any way to get the number in the text which is changing dynamically and parametrise the combox box values to...
3
43,720
thread by: Motawee | last post Apr 1 '10 by: Motawee
i am making a windows form application that contains a datagridview that is filled with employees names the program is for the attendance absence holidays of employees in the company so i created a combobox column in the datagridview beside the holiday checkbox so when the dataentry check the holiday checkbox he can choose what type of...
2
1,668
thread by: ramsham | last post Apr 1 '10 by: ramsham
HI Friends. I am Developing one web application using C#,sql server 2005, I need to search a word from web page that is showing some information in text box then i have to highlight that word in the text and when user clicks on that word it must show some information related to that word, Please help me in this i need it desperately.Thanks...
11
3,113
thread by: samsanjay | last post Apr 1 '10 by: samsanjay
Hi everyone, i m a beginner in c#. i m trying to develop a notepad editor application in c# using windows forms.. i have created a find modeless dialog. when i click the find button, it is able to find the index of the text but the text in the main form is not getting highlighted or selected.. pls help me how to do this.
6
3,216
thread by: VandanaMestri | last post Mar 31 '10 by: tlhintoq
hi, I am fresher in C# coding in .Net. i have been given a task of validation of 2 Text boxes. here is details : - we have a screen called Employee Qualification Details where Employee can update his Qualification Details. now for BE or Software Engineer Student, if they have any GPA, code is working however if there is Score we need to...
1
1,282
thread by: autessa | last post Mar 31 '10 by: tlhintoq
my question does not really belong under this topic but i jz wanna ask f any1 has encountered ds issue... i hav an application which allows users to export search results to excel. there are instances, however, that additional characters are added to the default filename specified. d default filename should be, "result.xls", but dr r times...
1
5,025
thread by: tanvisethi | last post Mar 30 '10 by: Plater
Hi I have an asp.net web application. I am trying to access files from remote server (on local network) and unfortunately it isn’t working out. Problem is I am not sure if the error is cos the path mentioned isn’t correct or is this a problem with iis7 permissions. I have set <identity impersonate="true"... in web.config file. Below is the code...
1
1,468
thread by: wbwalsh | last post Mar 30 '10 by: tlhintoq
Hi all. This is my first post… be gentle :) I'm not looking for the code to make it work... if you could just point me in the right direction... I am self-taught and really need to learn by doing rather then having it given to me. Thanks all! I have a WinForm with a single ListBox and several TextBoxes. I have an SQL database in the project....
1
1,340
thread by: AA16 | last post Mar 30 '10 by: tlhintoq
where to do coding of the connection that is done between oracle 9i and c - sharp data provider is MSDAORA connection type is .net data provider for oledb (oracle database)
7
1,819
thread by: koneyji | last post Mar 30 '10 by: tlhintoq
hi i have following code to send file and its giving file io error namespace client_server { class Program { static void Main(string args) { IPAddress ip = IPAddress.Parse("127.0.0.1"); TcpListener tcp = new TcpListener(ip, 1234);

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.