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
3 views

How to design application that enables to scale-able when customer change or add more requirement?

What I'm refer to scale-able is that when customers request for new requirement, I don't want to change much code. what I want is customize in application level.
0
votes
0answers
3 views

How to get the value of a selected row in telerik radgrid

I am trying to get the selected username from a radgrid called GridView, the username is a column on the radgrid called UserName. I have tried: GridDataItem item ...
0
votes
0answers
3 views

ModalPopupExtender is stoping oncheckedchanged event from firing in firefox and ie

I'm using modal popup extender to display a loading screen between pages. Basically whilst server side code is running before the page redirect it shows the user a swirl in the center of the page with ...
0
votes
0answers
3 views

In ASP.NET Web API, how to view the TraceRecord Details on a Built-in Page Nicely?

I've enabled tracing for my Web API application by creating a new Trace Writter which just logs the details in a file: public class MyTraceWriter : ITraceWriter { private readonly ILog ...
0
votes
1answer
19 views

How to use a JSON object created in code behind?

In Info.aspx.cs i get a compressed file from the WebService. After decoding the content i have an xml File. Using XmlToJSON and JavaScriptSerializer the result is a JSON object. How can i use this ...
0
votes
0answers
14 views

What is the best pattern to have different control modes in asp.net WebForms?

What is the best pattern to have different control modes in asp.net WebForms? For example, I have a lot of user controls (Text, Form, UserInformation, ...). Each control can be in preview, live or ...
0
votes
1answer
11 views

changing the system time format on windows 7

Well I am looking for a method to change the default windows 7 time format for a system. So if a system uses like 10PM or 10 AM as default time notation, then i like to change that system to 10:00 or ...
-3
votes
2answers
42 views

What is the VB translation of this C# code? [on hold]

I have a C# code for a menu used in MultipleView.I need to convert the code in VB. protected void menuTabs_MenuItemClick(object sender, MenuEventArgs e) { multiTabs.ActiveViewIndex = ...
0
votes
0answers
17 views

How can I sent sms using my 3G Dongle?

How can I sent sms using my 3G Dongle in C# ? Any free library or something? I know this is possible with AT commands but I have not seen any AT reference and I don't know serial port programming in ...
0
votes
0answers
21 views

Lambda expression as parameter to be used as AsTask() callback

I'm using the BackgroundTransfer.DownloadOperation in a method and I want the caller to be able to pass a lambda expression to be called when progress is updated: DownloadOperation dwo = await ...
-1
votes
1answer
37 views

C#:Check for root node

I`m reading everynode from the below xml, while reading is there a way we can check if selected node is Root node? Here "Root" may change to something else. <Root> <I a="" b=""> ...
0
votes
0answers
6 views

Facebook getting post pictures' url c# sdk

I'm trying to get url of the picture in the post. Tried to use batch but unable to get the url. https://developers.facebook.com/docs/reference/api/post/ in here it is said that the url of the picture ...
-1
votes
1answer
27 views

how to convert a string that start with decimal point to decimal value when current culter set to id-ID in c#

if (SessionHelper.Culture == "id-ID") { objGuestInvoiceDetail.DPSTransactionFee = Convert.ToDecimal(objParameter.ParameterValue); } //objParameter.ParameterValue contains ...
0
votes
1answer
44 views

Self join in LINQ query and return View

I am using LINQ Self Join Query to display data on the view .my sql table contains some employees details .I need to show employee details with their Manager Name as it is ManagerID in the table as ...
-2
votes
1answer
59 views

Stackoverflow on a merge sort in c#

I tried to implement a merge sort in C# and for some reason it gives me a stackoverflow exeption,I have no idea where it comes from. The error is something small i'm guessing but i can't find it ...

1 2 3 4 5 32362
15 30 50 per page