I built a simple asp.net web service. It works when I put the URL of the service: I see the default Microsoft page and the link to the web method. I enter the parameters and get the expected result.
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:
开发者_如何学PythonI am confused that how can i call WCF without adding reference of that. I need to test WCF is running or not only do not need other use of that, that\'s why i am searching to call i
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
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.
I\'m开发者_StackOverflow社区 trying to apply a Style to the Editor for an element, but I can\'t make it work; what am I doing wrong?
I am trying to开发者_开发知识库 make this work but have been unlucky it is giving me th following error
I\'m having a bit of trouble figuring this one out. I have a dropdownlist (populated from a datasource that concatenates first and last names, and the value is an \"employee ID\", oh and it\'s a sql
Sir, I have the jquery solution to encryption on the client sidebut it create \"MD5\" only. I want Salted Md5 Encryption on the Clientside
I have several pages in my form where I need to validate Email addresses. Rather than set ValidationExpression in each page , I want to store the Regex string in a Constants class as a string constant