C#/Questions

SubjectDate AskedExpert
Remote Desktop in .Net2/15/2010Hosnieh [Sara]
  Q: i need to develop program to use in remote desktop. i search on net and i got one tutorial for it. ...
  A: about your first question, unfortunately I did not work on that and I cannot help you in that issue, ...
Creation of a PDF reader (with extra security features), a new custom file extension in C#.1/20/2010Hosnieh [Sara]
  Q: AS part of the final year engineering project, I am developing a PDF reader and there are some extra ...
  A: in C#.net there is a project for pdf creation http://sourceforge.net/projects/pdfsharp it is open ...
multiplayer card game programming.1/18/2010Hosnieh [Sara]
  Q: which program would be better for creating a multiplayer card game with AI's(bots) and client/server ...
  A: C#.net is more highlevel language than C++ , c#.net for client server application have some ...
repeater1/18/2010Hosnieh [Sara]
  Q: With great hope im writing this mail to you. I have a small project. It is a online exam project. ...
  A: unfortunately most of the time I am so busy , just sometimes when I am less busy I come to this ...
repeater1/12/2010Hosnieh [Sara]
  Q: With great hope im writing this mail to you. I have a small project. It is a online exam project. ...
  A: first , why didn't you used gridview, listview, repeater or datalist? instead of making tables ...
LinkLabel1/11/2010Hosnieh [Sara]
  Q: i'm searching to keep the linklabel in listview. can u help me with coding and procedure to keep the ...
  A: like gridview or repeater , listview have item template than you can add it in html source of your ...
dinamic text for a tooltip1/10/2010Nick
  Q: I have this need: In Form1 obj TextBox1 is editable and I need a tooltip that shows the text that ...
  A: I'm not quite sure what you're asking, but I'll take a guess and show you what I've got. I created a ...
Data binding an Array to a data grid1/9/2010Hosnieh [Sara]
  Q: I have a web service which querys a database I have created a web client for this service and I need ...
  A: I consider that the delimiter for each row are "|" and the delimiter between data are "." ...
Data binding an Array to a data grid1/8/2010Hosnieh [Sara]
  Q: I have a web service which querys a database I have created a web client for this service and I need ...
  A: You need to use datatable and import rows in to it and then bind the datatable to your datagrid ...
c#12/21/2009Hosnieh [Sara]
  Q: i made a gui form which have three lables, three text box and a buton n i have to ask user to enter ...
  A: you need to define a public variable for checking the users, each time the user click on button and ...
c#12/21/2009Hosnieh [Sara]
  Q: now i completly understand d mean of ms script thnak u very much......... bt i want tht value shud ...
  A: again sorry for this delay, this is the code you have a button that in button click you should write ...
c#12/9/2009Hosnieh [Sara]
  Q: i design a form in which user enter name, address, city, Mob. now i want to use these detail in ...
  A: you can redirect to other page and show those details for more information to how to show your data ...
c#12/9/2009Hosnieh [Sara]
  Q: its not proper it shud read 11 to 19. as 11 shud show eleven, 12 shud show twelove etc ANSWER: ...
  A: sorry for my late response. I was so busy with many projects. we use script languages because C# or ...
About c# programing12/4/2009Daniel Fredriksen
  Q: I want to write code for following requirements in console application using c# ...
  A: Well there are a couple of ways to tackle this. You could have the user enter the day, the month, ...
C# programming logic.12/2/2009Daniel Fredriksen
  Q: i`m learning c# 3.0 and i developed a simple program of printing a truth table on the console :- ...
  A: Sorry about the delay in response Neville, I had just recently completed a move and was waiting for ...
c#12/2/2009Hosnieh [Sara]
  Q: its not proper it shud read 11 to 19. as 11 shud show eleven, 12 shud show twelove etc ANSWER: ...
  A: the simplest way is as follow, there's other way too such as detecting each character and parsing ...
C# programming logic.11/27/2009Daniel Fredriksen
  Q: i`m learning c# 3.0 and i developed a simple program of printing a truth table on the console :- ...
  A: I hope you enjoyed your holiday Neville. I checked out the link, but Google must use a session ...
renaming solution in VB or C#11/25/2009Daniel Fredriksen
  Q: can you write in steps how to rename all the program files in solution (needed in not proper work)
  A: I am assuming you are using Visual Studio/Express? If so, here is how you would go about renaming ...
C# programming logic.11/24/2009Daniel Fredriksen
  Q: i`m learning c# 3.0 and i developed a simple program of printing a truth table on the console :- ...
  A: the answer you seek is in the Convert object. If you enclose the variables p and q in the .ToInt32() ...
c#10/26/2009Hosnieh [Sara]
  Q: its not proper it shud read 11 to 19. as 11 shud show eleven, 12 shud show twelove etc
  A: private void button1_Click(object sender, EventArgs e) { int i, j, counter = ...
c#10/23/2009Hosnieh [Sara]
  Q: i wana to make a prog that read the int value if user enter 1 then show one if 123 show one two ...
  A: private void button1_Click(object sender, EventArgs e) { int i,j,counter=0; ...
get bmp from image10/20/2009Hosnieh [Sara]
  Q: I've checked that my webcams are standard, and the webcam bit works fine. The problem occurs when I ...
  A: so it seems that the WebCam dll or the code or class related to that has problem and cannot detect ...
get bmp from image10/19/2009Hosnieh [Sara]
  Q: I've checked that my webcams are standard, and the webcam bit works fine. The problem occurs when I ...
  A: I try to help you as much as I can but first I need to know more about your problem. does your ...
how to use Dataset object and objectDataSource to edit data10/19/2009Hosnieh [Sara]
  Q: Hi I 'm new to ASP.NET and C#. I have some table which are joined together. for example: ...
  A: salam, masaleyeh aval inke agar shoma darid yek table ro update mikonid dige chera az inner join... ...
how to use Dataset object and objectDataSource to edit data10/18/2009Hosnieh [Sara]
  Q: Hi I 'm new to ASP.NET and C#. I have some table which are joined together. for example: ...
  A: Salam, yes you can write in Persian, Do you set parameters to your objectdatasource, also if you ...
C# Question10/16/2009Hosnieh [Sara]
  Q: I am C# programmer My application is not running and i have to open it on any key press. Like when ...
  A: int counter; protected override void OnKeyDown(KeyEventArgs keyEvent) { ...
c#10/14/2009Hosnieh [Sara]
  Q: i wana to make a prog that read the int value if user enter 1 then show one if 123 show one two ...
  A: for instance you have a textbox on your form and a button write this code in a click of your button ...
C# Question10/13/2009Hosnieh [Sara]
  Q: I am C# programmer My application is not running and i have to open it on any key press. Like when ...
  A: I didn't get your meaning exactly 1- you want to open your application when you press ctrl+L or ...
Browser back button issue7/7/2009Srini Nagarajan
  Q: , consider i am working on serach pages,in that page there is a search panel(user control) on ...
  A: Sorry I was on vacation and busy with my work.. It's very hard to handle the Ajax controls with ...
About web application using c#6/6/2009RPK
  Q: I want to make database application in C#, but i want to make it global throught differnt cities, so ...
  A: Yes it is possible. You need to follow this: (1) You will have to make one computer a Server where ...
About web application using c#6/6/2009RPK
  Q: I want to make database application in C#, but i want to make it global throught differnt cities, so ...
  A: If you have specific users, you can write a Windows application using C# that can access a remote ...
Project using C#2/4/2009RPK
  Q: I am a student of BCS. I am thinking of doing my final year project using C#. What i want to know is ...
  A: You can develop a wide variety of applications using C#. If you want to write a web application, ...
Picturebox control12/5/2008RPK
  Q: I am currently given a program to do at college but I have worked on it for about 2 weeks now and ...
  A: Actually a tick is not a second, it is something in milliseconds. You need to calculate seconds ...
C#11/28/2008RPK
  Q: i need a linking code from C# based user interface to the database created using SQL, please assist ...
  A: The question is not very clear. I assume that you are building a web application and you want your ...
C# and Web Applications11/23/2008RPK
  Q: I have an administration system that i have created in AJAX (JavaScript + PHP) which is displayed ...
  A: I have not used PHP and JavaScript more, but I think the following may help: You can make use of ...
send mail10/30/2008RPK
  Q: Respected Sir, I am Sending mail on the click of a button , and it is quite successful at my ...
  A: Please follow this link: http://www.codeproject.com/KB/miscctrl/SmtpEmailComponent.aspx The server ...
Problem with VS200510/28/2008RPK
  Q: I am trying to filter some records with a simple SQL instruction that works fine in VB5. In VB2005, ...
  A: I would like to see the Access Table. Can you send me? However, I have one suggestion in the second ...
message box10/23/2008RPK
  Q: sir I want to place a message box in my asp.net 2.0,vb.net project..it is saved in file system..i ...
  A: It is not working because your application is hosted on a remote server and not on your machine. For ...
C#10/17/2008RPK
  Q: i wish to give a link in a form which will take user to new window( this window should diaplay sum ...
  A: Do you really need a different Form just to show the sum. Why you cannot show in Message Box? ...
How to set landscape for the default printer?10/15/2008RPK
  Q: My project requires to print PDF files in landscape and portrait paper orientation (it depends on ...
  A: Actually, I have tried in different way before. Please see if any of the following suggestion helps: ...

Page:   Prev  |  1  | 2  |  3  |  4   |  Next       All

C#

All Answers


Answers by Expert:


Ask Experts

Volunteer


Srini Nagarajan

Top Expert on this page

Expertise

can answer any kind of questions in ASP.NET, C#, VB.NET, ASP, SharePoint 2007, Coldfusion, Powerbuilder 7.00 / 8.00, JAVA servlets, MS SQL 2000 / MSSQL7, Sybase

Experience

Contact me if you need any custom development on ASP.NET, ASP, Coldfusion, Powerbuilder

©2012 About.com, a part of The New York Times Company. All rights reserved.