C# 3.0 ("C# Orcas") introduces several language extensions that build on C# 2.0 to support the creation and use of higher order, functional style class libraries. The extensions enable construction of compositional APIs that have equal expressive power of query languages in domains such as ...

learn more… | top users | synonyms

0
votes
0answers
3 views

How to know on which combo box event fired

I have 84 combo box inside 12 group box, in a group of 12. Combo Box are named as cb1,cb2,cb3,cb4,cb5,cb6,...... Group Box are named as gBox1,gBox2,gBox3,gBox4,gBox5,.... Now I want to save the item ...
0
votes
0answers
10 views

Is it possible to iterate on GroupBox

Is it possible to iterate using foreach loop on multiple geoupBox. I have 6 GroupBox named as gBox1,gBox2,gBox3,gBox4,gBox5,gBox6 AND each gBox contain 21 ComboBox out of which I want to select only ...
0
votes
3answers
39 views

Assigning values to array of 'Combo Boxes' in a 'Group Box' using for each loop in c#

I have 10 comboBox in a groupBox for I just want to display a calculated value in respective comboBox like this say if I set a varible double i=08.00; then on button click cmboBox should display ...
0
votes
1answer
12 views

How to read text file and save it in excel sheet using asp.net c#

I have one text file with the below structure 10180,65,395, 10182,65,395, 10183,65,395, 10185,65,395, I need that after read the text file, the cell in the excel sheet contains the value as below ...
0
votes
1answer
15 views

Adding onclientclick events on rowdatabind

I have a grid view that is populated from a stored proc. On the databind event I have added a onclientclick attribute as follows deleteContact.OnClientClick = "javascript:return confirm('Do you ...
-1
votes
2answers
56 views

Per-String function (IDK how it's called)

I'm working on my C# project, and I need to do this, but without the If, in a short way; for (String = n) do that for (String = s) do those for (String = c) do this I don't know how it's called, or ...
1
vote
3answers
28 views

HttpListener prevent Timeout

I Implemented a HttpListener to process SoapRequests. This works fine but I can't find a soloution for the problem, that some soap-requests take too much time, resulting in timeouts on client side. ...
0
votes
0answers
48 views

LinkButton value lost on PostBack

I have a table that I'm creating rows/cells in the code behind, and adding various controls to each cell. There is also as submit button on the form. One of the cells contains an SPLinkButton. I ...
-2
votes
1answer
31 views

Regular expression for letter special character with numberL

looking for regular expression for specific alphanumeric as below: Jan.19 - Feb.20 if string contains that data then return true...
0
votes
0answers
35 views

Hierarchical GridView in ASP.NET with AJAX, JQuery implementation with child detail refresh

I found this article here with a pretty good base for what I need to do with master detail with an update in the detail grid using ajax. The only problem I am having is that the child grid is not ...
0
votes
1answer
40 views

microsoft.office.interop.word dll (2007/2010)issues/ c#.net

issue: populating values for word document is not happening.object reference error in production server. development server( working fine) i am trying to populate the values for the word document ...
0
votes
0answers
28 views

How to check installed DB drivers (OLEDB, ODBC) in runtime

I have a program written on c# that works with MS Access database. Everything went fine, but SUDDENLY I've encountered a problem. When there is no MS Office installed on a computer, there is no OLEDB ...
0
votes
1answer
38 views

I am trying to make ListView ReadOnly and can't setup Enable property to false because I need allow user use scroll bar

I am trying to make ListView ReadOnly and can't setup Enable property to false because I need allow user use scroll bar in winforms. I have checkboxes in listview as listview_items. I want to keep ...
2
votes
1answer
42 views

MVC3 ASP.NET C# System.InvalidOperationException: Invalid attempt to read when no data is present.

Currently fixing my code and I'm adding a Search Function .. but when I debug it, something went wrong and an error pops out. Here's my Code: public ViewResult Index(string currentFilter, string ...
0
votes
0answers
57 views

Getting values from database in an item databound

I am looking for a solution for the following scenario I am using asp.net & sql server. I have a repeater control ,I need to display an image within the repeater control , based on a range of ...
0
votes
1answer
19 views

Check if someone is using a remote desktop connection to a computer

I want to check whether a computer is being used by a remote desktop connection from another computer or not.Is there anyway to do it in C#.
0
votes
1answer
14 views

Which the best way to pass values of dynamically created checkboxes and groupboxes

I am standing on a cross road with a doubt which way is the correct way. As you all are seeing the image Groupbox and CheckBoxes all are dynamically created. What I am confused about If user select ...
0
votes
2answers
68 views

C# Assembly Reference problems

I will surely go mad if I don't know what is the reason for this :) : I have several projects in my solution. The problem I'm getting is in a solution where I'm adding reference of another. In 1 ...
0
votes
1answer
36 views

Error: The entity or complex type cannot be constructed in a LINQ to Entities query ASP.NET MVC3

Good day to all. Im Having Entity or complex type cannot be encountered This is the first time i encountered this type of error Someone Help me public IEnumerable<APPLICANT> GetApplicant() { ...
1
vote
0answers
3 views

save membership in session variable when authenticated

I would like to bound a sqlconnection paramater to a session variable holding the current logged in user, is there an glboal event that triggers whenever the membership user is set/changed so I can ...
0
votes
0answers
27 views

How do i re-size Combobox Dropdown manually in winform?

I have a populated Combobox with dropdownlist ,i have handled max length of item to re-size the dropdown but i want to re-size dropdown manuaaly like holding the right lower corner of dropdown and ...
0
votes
0answers
7 views

JIT compiler in framework 3.0 calling a webmethod in framework4.0

currently i have a solution in framework 3.0 that uses JIT compiler. I got a web service in framework 4.0 that uses Visual studion 2010 Please, how can i call the web service and the methods it ...
0
votes
2answers
43 views

How to parse the value to decimal?

Code: decimal pgr = decimal.Parse("$ 499.00"); I am getting the error message as System.FormatException: Input string was not in a correct format. How to parse a value to decimal?
-1
votes
0answers
14 views

Sending images from C# desktop application to any mobile device via mms or usb port

i want to send and receive images from my desktop application(C# dot net) to any mobile device via mms or use of USB port. Any pointers in this case will be greatly appreciated Note: This is a ...
0
votes
2answers
23 views

How to Send automatic emails like newsletter

I see some question closed by administrator with similar question. I will try to explain in detail the solution I'm looking for: First I'm trying to develop a windows console application. Sending ...
0
votes
0answers
37 views

Dropdown with list of checkboxes in MVC

I was looking to see if there's a way where I can create a drop down list, displaying items along with check boxes next to it. This needs to be done in MVC, so I really can't use any ASP components. ...
0
votes
5answers
101 views

How do I maintain a fixed collection of threads?

Need suggestion for best approach for Multi-threading in c# 3.0 (No Parallel or Task) The situation is, I have a Queue with 500 items. At a particular time I can run only 10 threads (Max). Below is ...
-1
votes
0answers
35 views

Highchart Export to PDF [closed]

Instead of using Highchart Export Server we are configuring our own JAVA Export Server, but the details which are provided on Highchart web site is not sufficient to do the same. Will you please ...
0
votes
0answers
38 views

System.InvalidOperationException error MVC3 ASP.net

Can someone Help me in this error Im searching on how to solve this problem but i can make it clear if i post the error and my codes here > Server Error in '/' Application. The entity type ...
0
votes
1answer
51 views

Child Grid View's OnRowCommand not fired in Nested Grid View criteria

i m working with nested grid view scenario. how ever i found that my Child grid view's OnRowCommand not fired inside Parent grid view. i surfing and found one solution like. After implementing this i ...
0
votes
2answers
72 views

ArrayList sort method

A friend and I are writing some software (as a side project) and are having trouble with ArrayLists. We're storing a collection of instances of a custom object (containing a DateTime and two strings) ...
0
votes
0answers
46 views

Double quotes in oracle select statement

I want to retrive check constraint details from oracle database. I wrote a query string QuertToRetriveSchema = "SELECT uc.constraint_type AS CONSTRAINT_TYPE,uc.constraint_name AS CONSTRAINT_NAME" ...
0
votes
0answers
17 views

Check a DirectoryEntry property whether is editable or not

I'm facing 2 problems of my developing application. They make my application running very slowly My application allows the user to save DirectoryEntry property to LDAP. But in the display form, ...
-2
votes
0answers
27 views

Please explain following error [closed]

I use error log for my project, when I check my error log I found follwing error, anyone can please tell why this error occur or how to solve it. ErrorMessage: The keyset is not defined. ...
0
votes
0answers
24 views

modify C# 2008 desktop application

In an existing C# 2008 windows application I am trying to decide how to use the existing application without rewriting it. Currently there is a 'driver C# 2008 windows' program that calls the 'main ...
0
votes
1answer
66 views

How To Get Id on combobox dropdown

I am making a Windows application and i have a combo box that will let the user type text and when user select text from autocomplete list id is not selected my code : Customer.DropDownStyle = ...
-1
votes
1answer
47 views

Use fileinfo in stream

This is my code am trying to make a stream from the url and and i want to cut file into 6 pieces and download , because of that i want to connect the stream to file info but am getting some errors. ...
0
votes
1answer
169 views

Update MS Access database using Oledb connection

When I was trying to update an MS Access database (.mdb file) using OleDbConnection, I got this error: Microsoft JET Database Engine at ...
0
votes
1answer
28 views

how can i delete the master slide from the ppt document

Im beggineer in programming and i'm trying to delete the master slide usign the c# but it always throws an exception "Specified cast is not valid" Is there any way to delete the master slide or shapes ...
0
votes
0answers
26 views

Can I swap the rows in a DataGrid in asp.net

Can I change the row index dynamically in asp.net? I have a requirement where I need to change a row in a data grid in asp.net based on the column value.
0
votes
0answers
26 views

Byte Array To Compact 3.5 Database

I want to store the byte array data in the Sql Compact 3.5 database but could not insert data please help. XDocument xDocument = XDocument.Load(filePath); byte[] arr = ...
0
votes
1answer
59 views

What is the purpose of private parameterless constructor in C#

I just received C# in Depth by Jon Skeet in the mail and am not following the discussion on page 7-8. We now have a private parameterless constructor for the sake of the new property-based ...
4
votes
1answer
95 views

How to “override” extension methods in .NET?

So I have an object hierarchy to produce ui controls in asp.net mvc and try to achive a fluent api. I make some dummy class to focus on the current problem. So here is the "wrong" codebase: public ...
0
votes
0answers
53 views

P/Invoke char* return by StringBuilder

platform: .net 3.5, vs2010, win7 64bit c++ function(CppUtils.dll) extern "C" __declspec(dllexport) bool __cdecl RecvChannel(CIPCChannel* channel, char *recvBuffer, unsigned &bufferSize) { ...
0
votes
3answers
93 views

Why don't interfaces act like classes?

I have a few questions regarding interfaces. Why we can't use virtual keyword with Interfaces members Why we can't use override keyword in derived class from interfaces Suppose interface Iface { ...
-2
votes
2answers
12 views

C# code want perfect output and justification [closed]

class Base { public virtual void Method() { Console.WriteLine("Base method"); } } class Derived : Base { public override void Method() ...
0
votes
0answers
109 views

Input - Output parameter in same call to stored procedure - C#

using (var con = connection) { con.Open(); using (var cmd = new SqlCommand("usp_Students", con)) { cmd.CommandType = ...
0
votes
0answers
32 views

An error occurred while communicating with the remote host

Trying to call application from Web Seal getting following error type="System.Runtime.InteropServices.COMException" message="Incorrect function. (Exception from HRESULT: 0x80070001)" ...
1
vote
1answer
93 views

Should table-valued parameters be used here?

I have following query: @"UPDATE students SET IsDeleted = 1 WHERE StudentId IN ( SELECT StudentId FROM Class where PassId IN ( SELECT Id FROM ClassValueTable WHERE IsDeleted ...
0
votes
1answer
358 views

PDF from HTML String with HTML tags in C# ASP.Net

I am using ITextSharp to create PDF from HTML String. I have written following code, But If strReplace is a my HTML string with tag, How I generate PDF using itextSharp in C# ? MemoryStream ...

1 2 3 4 5 55