I'm working on project migration in which a VS2003 C++ project is migrated to VS2010. The VS2003 project was built using NMAKE whereas the VS2010 project should use MSBUILD.
I would like to know why virtual keyword is not used along with static, abstract, private, or override.. Can somebody explain it with an example ?
Please help..
I'm having some problem in loading a dynamically generated barcode which is in image format in to a crystal report picture object. I have generated a System.Drawing.Image...
Hi guys,
I'm working in a C# windows application where I'm using a checklistbox. Here is a situation in which I have to iterate thru the checkedlistbox to find a specific value within it.
Hi guys,
I would like to pass a value to a hidden field of page which is with in an iframe. i would also like to add that, this iframe is within a parent page.
Can u guys pls tell how to apply style to an image control in the server side.
I want to make it visible and invisible .. i hav tried it with imgControl.Visible.. but, that doesn't serve...
As I hav mentioned in my previous post, that I'm using a file upload control which is placed in an iframe. After I click the browse button and select an image, I would like to...
In a web page, I have a gridview which has dynamically created columns. And I have set an alternate flag column within the gridview. I'm using the value of the flag column to set...
I'm looking for a calendar control that I would like to use in my WPF project. Since there is no calendar control in wpf, I'm hard-pressed to find someother way out to get one.
In fact the string in question, is being fetched from a database and it comes within a Datatable. Moreover, I'm using MS Access file for this project.
so I'm finding it difficult to...
I want to display a long string that is fetched from the database in a ListView.
As of now, the string is displayed in a single line of the ListView which makes it difficult to read the entire...
I'm working in a windows project(WPF). the situation is, i'm saving a few datas into a database from a popup window. after saving I want those values to be reflected in the main window.
Here is a situation. I hav an collection of employee records which may scale up to thousands in a binary file. I would like to implement a search alogorithm that would search an employee quickly,...