| Subject | Date Asked | Expert |
|
| c# | 10/26/2009 | Hosnieh [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/2009 | Hosnieh [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 image | 10/20/2009 | Hosnieh [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 image | 10/19/2009 | Hosnieh [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 data | 10/19/2009 | Hosnieh [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 data | 10/18/2009 | Hosnieh [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# Question | 10/16/2009 | Hosnieh [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/2009 | Hosnieh [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# Question | 10/13/2009 | Hosnieh [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 issue | 7/7/2009 | Srini 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/2009 | RPK |
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/2009 | RPK |
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/2009 | RPK |
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 control | 12/5/2008 | RPK |
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/2008 | RPK |
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 Applications | 11/23/2008 | RPK |
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 mail | 10/30/2008 | RPK |
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 VS2005 | 10/28/2008 | RPK |
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 box | 10/23/2008 | RPK |
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/2008 | RPK |
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/2008 | RPK |
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: ...
|
| checkbox list | 10/13/2008 | RPK |
Q: i have a check box list pls give me solution to that how can i insert the multiple value in database ... A: Your questions are not very clear in English. However what I am following is that you want to insert ...
|
| .net | 10/10/2008 | RPK |
Q: sir i m new in .net so i m phasing many problem in creating websites sir pleese send me the code or ... A: There are two ways: (1) You can save path in the database as normal text. For example, you can ...
|
| datagridview performance in c#.net | 10/8/2008 | RPK |
Q: I am proccessing on some values from input files and forming a dataset containing one table in ... A: Is there any specific reason for creating columns at run-time? I also used a Binding Source for my ...
|
| datagridview performance in c#.net | 10/7/2008 | RPK |
Q: I am proccessing on some values from input files and forming a dataset containing one table in ... A: It is usually quite slow if you are filling the DataGridView on Form Load. I can better tell if you ...
|
| Multilangauge in C# | 9/17/2008 | RPK |
Q: Please explain me how can I develop Urdu/Arabic(native lang) Language in C# using SQL Server ... A: I tried with Hindi language. There is no need to alter anything in the database, as far as I did ...
|
| need help | 9/1/2008 | RPK |
Q: how to display data from sql database in drop down list which is inside a grid view using stored ... A: Please refer the link below. http://msdn.microsoft.com/en-us/library/k10148y1(VS.80).aspx You can ...
|
| bind dropdownlist | 8/28/2008 | RPK |
Q: how to bind dropdownlist which is part of a gridview with data base A: Please refer following links: http://www.dotnetspider.com/forum/ViewForum.aspx?ForumId=113608 ...
|
| in c# | 8/27/2008 | RPK |
Q: how can add images in my form.And give me code for adding images A: Please refer the following links for your answer: ...
|
| WANT TO KNOW | 8/26/2008 | RPK |
Q: Respected Sir ; I am a Student of B.TECH . Now I am getting training in an IT company at ludhiana. ... A: It depends on your ideas. Search in Google and you will find many ideas that you can implement. ...
|
| need help | 8/26/2008 | RPK |
Q: As a biggner I am not using stored procedure yet in my coding , now i want to add, delete, update ... A: Please refer any of the links: ...
|
| needs furnishing.. | 8/22/2008 | RPK |
Q: :) pls help me make this program in C# that i made run. here's the code.. using System; namespace ... A: Try as below. I hope this is what you want: namespace calculate2 { class Program { ...
|
| update data in grid view | 8/21/2008 | RPK |
Q: Respected Sir , I am a biggner. I have a simple form in which columns just have name and age and ... A: Please provide some more information. Do you want to edit any cell and thereby want to change the ...
|
| [TARGETDIR] in setup project of VS 2005 | 8/18/2008 | RPK |
Q: I found where to create new registry keys, but I would like on of these keys to have the ... A: I can't help much as it is not very clear what you are trying to achieve. Still you can check ...
|
| DatagridviewCell in c#.net | 7/2/2008 | Srini Nagarajan |
Q: i have created a tool in c#.net which displays data in a datagridview.i have provide a 'Find' button ... A: Sorry for the delay, i was away!! (Still away) You can do it thru javascript here are some of the ...
|
| hello | 7/2/2008 | Srini Nagarajan |
Q: I want to learn a program ,that is good for security systems.which programming is good? & which book ... A: Sorry for the delay I am away!!. You can start with C# basis. C# is part of .NET (DOT NET) frame ...
|
| connection string | 6/22/2008 | Srini Nagarajan |
Q: I'm using vb.net 2005 express and sql server 2005. I'm currently writting my connection strings like ... A: Here are the different options you can connect Database in ASP.NET.. Bit much but gives you idea ...
|
| how to trigger a dropdownlist refresh | 6/4/2008 | Srini Nagarajan |
Q: I'm kind of new to C#.NET and I've been breaking my head on this one for 2 days now. What I am ... A: Hope this helps I've created example web form with two dropdown lists to it and name it as ddlMain ...
|
| C#.net datagridview | 5/17/2008 | Srini Nagarajan |
Q: I am using datagridview in c#.net.I have kept the fixed column width.I want to adjust the row height ... A: if you use fixed column width, you have to make sure give enough space to each column and total grid ...
|
| text files with c#.net | 5/7/2008 | Srini Nagarajan |
Q: i am working in c#.net. I have a text file of 10MB which contains lot of data.i want to process the ... A: May be you cane have a look at IFilter whether it can solve your problem good article about it: ...
|