C# is a multi-paradigm programming language encompassing strong typing, imperative, declarative, functional, generic, object-oriented (class-based), and component-oriented programming disciplines.

learn more… | top users | synonyms (4) | c# jobs

0
votes
0answers
4 views

telerik openaccess guid is blanked off

I am trying to add a relatively simple entity via Telerik.OpenAccess. One property of this entity is a GUID set via c#'s GUID.NewGuid(). The property is set fine right before the call to ...
2
votes
0answers
13 views

passing json values to highcharts from .net code behind

var Javascriptxvalue= $.parseJSON($("#hdnXaxis").val()); var Javascriptyvalue= $.parseJSON($("#hdnYaxis").val()); $(document).ready(DrawMyGraph1); function DrawMyGraph1() { chart = ...
0
votes
0answers
14 views

Dynamically Created Controls losing data after postback

Actually, I am Creating 1 TextBox on Pageload and adding that TextBox to Panel. Now, I have a LinkButton like Add Another. I am entering Text in that TextBox and if needed I need to Create New ...
0
votes
0answers
8 views

(MVC4 - Razor) List of model in a model don't catch by the post method

I have MVC application with a model like this : public class ListOfMyModel { public List<MyModel> MyModels { get; set; } public Guid MyID { get; set; } } public class MyModel { // ...
0
votes
1answer
15 views

The type 'Properties.Resources' has no property named " , although there is a resource and the property is also available. c#

when I open the designer the error message : The type '.Properties.Resources' has no property named ' is shown although there is a resource and there is a available property. what's the problem?
0
votes
0answers
9 views

Best way to create PDF from XML XSLT in C#

I have a requirement to crate a PDF of XML Records. I think there is no way to directly create pdf from xml but using XSLT or XSL FO i believe it can be done. I have been reading lots of articles ...
0
votes
0answers
8 views

Merging two PDF pages on top of each other

I am looking for a way to merge the content of two pdf pages. It could be a watermark, an image or whatever. The scenario is as follows: I have a Word-addin that allows the user to create different ...
0
votes
1answer
8 views

Cannot scroll content horizontal in windows store app

In my application, I habe a StackPanel with the Orientation 'horizontal'. In my StackPanel are 4 Images. When I try to scroll this content horizontally, it´s scroll only a few pixel and I cannot see ...
0
votes
0answers
6 views

.net 4.5 SSL and access to unsecure subdomains?

My hosting provider does not support wildcard SSL certificates. So we have bought one for the main site. The problem is that the forum and a gallery is located under subdomains. When i login on the ...
0
votes
0answers
9 views

wpf - why dont images display in the listbox even there are values of the images in code

I need you to help me with a problem I am experiencing with. I have a single listbox that is supposed to display a Car Detials (right side) and Car Image (left side) after retrieving them from the ...
0
votes
3answers
27 views

How to catch and log exception inside Using statement without using try-catch?

As I know that Using statement has built in implementation of Dispose() and Try-Catch. So I want to know few things Is it possible to log an exception inside using statement without using try-catch ...
1
vote
2answers
17 views

Access foreign key data linq

I have a simple requirement if done via sql query. I have table A which is category with ID,Name table b which is categoryItems which has foreign key of A CategoryId,Name. I am using linqdatasource ...
0
votes
0answers
7 views

Avoid Scanning EntireRichtextbox Highlighting

im working on a code editor and i came up with this set of codes: public class Test2 : Form { RichTextBox m_rtb = null; public static void Main() { Application.Run(new Test2()); } public ...
0
votes
0answers
20 views

Jquery Chosen selected not working on asp listbox

I am using Jquery Chosen Plugin on a listbox for multiple selection of items. But when I am retrieving the selected items, it does works, and the number of selected items remains 0. This is how I am ...
0
votes
4answers
48 views

Comma separated values from SQL, getting distinct values and their count in LINQ

I have this issue where i have a column in SQL table. the values are in comma separated format. ex: 1) facebook,google,just giving, news letter, in-store 2) facebook,google,just giving 3) ...

1 2 3 4 5 32478
15 30 50 per page