C#
How to consume constantly changing XML
Scenario: Input: An XML file whose structure constantly changes on the mercy of external team. It\'s not a well formed XML.[详细]
2023-04-13 09:32 分类:问答Run stored procedure in C#, pass parameters and capture the output result
This is a simple task that I want to acheive but ASP.NET makes it quite difficult, next to impossible. I followed this question[详细]
2023-04-13 09:32 分类:问答How to set ExpandoObject's dictionary as case insensitive?
given the code below dynamic e = new ExpandoObject(); var d = e as IDictionary<string, object>; for (int i = 0; i < rdr.FieldCount; i++)[详细]
2023-04-13 09:30 分类:问答Visual Studio 2010 SQL Developement Server stopped working
I was making minor modifications to a view in my ASP.NET MVC 3 C# application when all of a sudden the application would no longer run. The error message is as follows:[详细]
2023-04-13 09:27 分类:问答How to capture inserting terminal to cradle
How to capture inserting terminal to cradle and make this tests? i need to check 3 things: 1. if th开发者_StackOverflowe terminal is in the cradle[详细]
2023-04-13 09:25 分类:问答How to remove data from string builder
Hi i all having a requirement to delete particular data from a text file. I have written some code to get my exact data to remove but now i am little bit confused in removing that particular data can[详细]
2023-04-13 09:25 分类:问答Linq XML How to ignore html code?
I am using Xelement - Linq to XML to parse some an RSS feed. Rss Example: <item> <title>Waterfront Ice Skating</title>[详细]
2023-04-13 09:24 分类:问答How to getting data from Excel or PDF or Word in Asp.net 2010 using RADGrid Control?
i am getting error when i upload RADGrid Control on server it run properly but when i export data into PDF or Word or Excel, not display data only display html tags like this[详细]
2023-04-13 09:24 分类:问答Graphing data of survey in charts
I want to make a survey with asp.net and c#. It is clear that I can do it. But for the results I want to show them in a pie-chart and histogram.[详细]
2023-04-13 09:23 分类:问答Reading xml file?
I have this xml file that i have created pragmatically using C# :- <Years> <Year Year=\"2011\">[详细]
2023-04-13 09:23 分类:问答