0
votes
0answers
8 views

ASp.Net Chart with string values on X and Y axis

I have using asp.net chart in my application. Here, I would like to display StackedBar chart with the value of x-axis and y-axis. Note that here, value on both axis would be string. Value may be like ...
-1
votes
0answers
19 views

Datepicker does not insert a date

I've run into a tricky problem it seems. I've got two input text fields that i've turned into datepickers. However when i pick a date the date does not transfer into the textfield. The calendar shows ...
2
votes
2answers
26 views

How to change the root tag name in xml

I need to change the xml root tag name from "string" to "TramaOutput". How to achieve this Thanks in Advance public string ToXml() { XElement element = new XElement("TramaOutput", ...
0
votes
0answers
7 views

how to Frame a webservice xml output and how to set attribute to xml tag

I need to write a web service(asmx) and the web service has to generate a output like the below mentioned xml. Iam new to web service i don't have any idea about how to frame the xml and how to set ...
0
votes
0answers
7 views

The type specified in the TypeName property of ObjectDataSource 'objectDS' could not be found.

file structure where the method is written : Solution : DropdownObjectDataSource ProjectName : DropdownObjectDataSource Folder :Layouts: Folder :DropdownObjectDataSource these ...
0
votes
1answer
26 views

Custom Exceptions in Web API

Can someone help me in creating an exception which has the overridden message, source and stack trace values. I tried using httperror in the HttpResponseMessage, but I need to add Stacktrace and ...
1
vote
0answers
9 views

Using Profile properties in ASP pages

I want to have part of the URL address (a directory name) of my images in the aspx file in a profile Property. In this case the Property is called ThemeDir, something like this: <asp:Image ...
-4
votes
1answer
25 views

SQL Data Reader value accessing [closed]

I am working in asp.net and have following code. line 10 getting error while (dr.Read()) { for (int i = 1947; i < 2013; i++) { if (dr["Y" + i] != null) { myRow = ...
0
votes
1answer
39 views

ASP.NET exception: The value's length for key 'initial catalog' exceeds it's limit of '128'

I am self-learning ASP.NET MVC4, and setting up a simple website, I get the error as soon as I hit the register or login button on the site: The value's length for key 'initial catalog' exceeds ...
-5
votes
1answer
29 views

How to assign global path of database in sqlconnection c# website

SqlConnection cn = new SqlConnection("Data Source=.\\SQLEXPRESS;AttachDbFilename=C:\\Users\\MANTHAN\\Documents\\Visual Studio 2010\\WebSites\\sample\\App_Data\\Database.mdf;Integrated ...
2
votes
2answers
54 views

Route a url with parameters to a .NET application

I have a small .NET web app in an aspx file that currently has a form on the page. It takes the information from that form and does some stuff to it using a method in a <script> tag in the same ...
0
votes
4answers
47 views

Debug without step into any code in Visual Studio

Is there any tool or techniques that can capture all the variable values and output it to a text file. I'm trying to avoid using break point and stepping into the code in Visual studio for debugging ...
0
votes
2answers
33 views

create folder and file in other server

In my asp.net application I have an option to take photographs, these photographs should not store the hosting server, the photographs should be stored on another server. (\192.168.1.103\ca\photos\ I ...
0
votes
1answer
16 views

WCF Service Configuration for basicHttpBinding

I am having an issue where I have SOA with a web site consuming services and a web site hosting services. One of my services accepts an image (byte[]). When I pass an image of 83kb to the WCF ...
0
votes
0answers
17 views

Is there any way to read System.Web.Optimization contents from code-behind?

Is there any way to read System.Web.Optimization contents from code-behind? I tried poking around the dll, but I couldn't find a way to read the bundle contents (as far as I can tell, it was meant to ...

1 2 3 4 5 864
15 30 50 per page