ASP.NET is a web application framework developed by Microsoft to allow programmers to build dynamic web sites and web applications.

learn more… | top users | synonyms (4) | asp.net jobs

2
votes
0answers
126 views

Create single async webmethod on asp.net webforms to long polling

I am working on a little project that I want to implement long polling in. I do not want to use SignalR or any other third-party libraries for this. I have a ASP.NET WebForm that I implement a ...
2
votes
0answers
129 views

PayPal Express Checkout for digital goods, not showing pay with credit card option

I'm integrating paypal express checkout for digital goods into my website, and to show "pay with credit card" option , I set the paypal account optional to ON, through "Profile -> More Options -> My ...
2
votes
0answers
40 views

Parallelism in ASP.NET and Process Model Identity in IIS Application Pool

I use Parallelism in ASP.NET 4, in each Task I have a Connection to Data Base, in most cases I get an exception: Login failed for user: 'IIS APPPOOL\\MyAppPool'. After some search I figured out if I ...
2
votes
0answers
98 views

Retrieve Repeater items after drag and drop

I have two repeaters that contain a collection of items. On my page, the items can be dragged from one repeater to the other. How can I access the items that are now in the repeater? In the code ...
2
votes
0answers
61 views

While using Autocomplete Extender my Browser hangs Up and message arrives UnRepesonsive Script

I have Around more than 1000 Records in my dataset and when i search using AJAX autocomplete extender my browser hangs up and message is displayed Unresponsive Script(Close/Stop Script) What to do to ...
2
votes
0answers
128 views

Multiple actions were found that match the request (GET)

I am defining 2 GET methods in my controller, one named "Favorites", and another simply named "Get". In my routes, I specifically map different URL routes to these 2 different methods. However, when ...
2
votes
0answers
50 views

Why does IIS return 404 when an unsupported verb is used?

IIS traditionally returns HTTP 404 in case there's some URI path configured to accept POST requests but a GET request is sent to that URI path. Looks like there's HTTP 405 code specifically for such ...
2
votes
0answers
92 views

Possible to have a NodeJS app under iisnode authenticate with ASP.NET FormsAuthentication?

1) We have a NodeJS app that we need to host under IIS 7.5/Win2k8 R2. 2) We have other apps that already use ASP.NET FormsAuthentication. 3) The users that will use the NodeJS app are the same users ...
2
votes
0answers
92 views

POST to Notifications API works fine with “user-id-1” but doesn't work with “user-id-2”

I am trying to server-side POST to Notifications API but I can't make it work consistently. As required in the Notifications API I am using the App Access Token to post to Facebook's Notifications ...
2
votes
0answers
42 views

How to Tweet using Oauth in asp.net?

I want to develop a feature in my project where I should be able to tweet to twitter using oauth. I had tried using direct tweeting method as follows: https://twitter.com/intent/tweet?text=' + ...
2
votes
0answers
188 views

C# Google Login API

I'm currently developing a web site and Google Login is one of the features. So far so good. Google has a lot of documentation of its own API and some examples. BUT, here is my trouble. I'm using C# ...
2
votes
0answers
76 views

How to create/Map base31 “Identity” column in SQL

this is my first time posting to a forum for a question, as I typically prefer to research and find the answer myself, but I am programmer enough to admit database programming is my Achilles' heel. ...
2
votes
0answers
132 views

HTTP Response differs depending on whether request is local or remote

If I make the request locally (POST [http://localhost:8790/blah/]) I get the following response header: Cache-Control private Content-Length 32 Content-Type application/json Date Tue, 19 Mar ...
2
votes
0answers
140 views

Integration of Cheetahmail API with MVC4

I want to integrate my website, which built on MVC4, with Cheetahmail API for sending auto generated mails to the users. I failed to find any samples/ ideas to integrate cheetahmail. Someone could ...
2
votes
0answers
64 views

Routing Rules are Conflicting

My applications Routing url is like: routes.Add("Rule1", new Route("test/12345/{subjectname}/{pageno}", new RouteValueDictionary { { "pageno", null } }, new ...
2
votes
0answers
214 views

Default value in querystring using Url rewriting in asp.net

I have implemented the URL rewrite code for asp.net 3.5 with global.asax. Here is the example. www.ABC.com/Content/1/Flowers or www.ABC.com/Content/2/Balloons. Where "Content" is my page name and ...
2
votes
0answers
545 views

Global.asax.cs events not firing after website publish

I've been looking around online for an answer to this for hours, so I'm hoping someone here can help. I have a WebSite in VS 2010 (.Net 4.0 framework, C #) that has a Global.asax file in the root ...
2
votes
0answers
191 views

Ajax Nested Tab Container is not displayed in IE

I have the below nested tab container. The Root tab container is not displayed in IE but display in Chrome. <form id="form1" runat="server"> <cc1:ToolkitScriptManager ...
2
votes
0answers
45 views

Is it possible to combine the two MiniProfiler results for an IIS Default Document request?

I have MiniProfiler setup in an ASP.NET website on IIS 7.5, and the Default Document is set as Default.aspx. If I browse to http://localhost/Default.aspx directly only one result is correctly shown. ...
2
votes
0answers
120 views

Is there a way in asp.net web api / mvc to use a context model coming from a referenced dll?

I just want to know if it is possible to use a context in asp.net web-api / mvc that was coming from a referenced DLL file. Because what I did here was that I created a separate project library for my ...
2
votes
0answers
119 views

How to add row field after column field in telerik reporting

I am creating a report in telerik reporting. Structure of the report: Name and day are row and column fields respectively. Now I want to add a row field after the column field. How to do that? I am ...
2
votes
0answers
139 views

DbGeography.PointFromText error Exception has been thrown by the target of an invocation

I am starting my first project using spacial data. Im using VS 2012 and SQL 2012 I have referenced System.Data.Entity and can use DbGeography in my code but when I try to create a point I get the ...
2
votes
0answers
92 views

Session resets when checking IsNewSession() after creating a new session

IIS7.5 Windows Server 2008 Asp.net4.0 but it works fine in IIS5.1 fileContent = ...
2
votes
0answers
137 views

Required attribute in Buddy Class not working with Entity Framework 5 and ASP.NET

My database has a field that is not nullable, but can contain an empty string. When I try to save the record using connection.SaveChanges(), I get an exception saying "The MyField field is required." ...
2
votes
0answers
105 views

Communication Active Directory users with asp.net

I installed VM player in my machine and installed windows 2008 standard core inside. Also via command prompt added users and groups for a particular user as below, creating user dsadd user ...
2
votes
0answers
336 views

ASP.NET Detailed Error Messages Enabled

I need one help here. We have our site is running on windows server 2008\IIS7.5. we did PCI scan for our site today and we getting below vulnerability message. Vulnerability : - ASP.NET Detailed ...
2
votes
0answers
128 views

ReportViewer Version 11.0.0.0. parameter dropdown won't open second time

I've created an ASP.NET (C#) using Microsoft.ReportViewer.WebForms, Version 11.0.0.0. If a user selects a parameter multi-select dropdown, then clicks away without selecting an item in the list, the ...
2
votes
0answers
119 views

ASP.NET MVC - Response.Filter is null when using ActionFilterAttribute in RegisterGlobalFilters()

I want to use G-ZIP on my website, I googled the following code: public class CompressAttribute : ActionFilterAttribute { public override void OnActionExecuting(ActionExecutingContext ...
2
votes
0answers
167 views

Nested AJAX Tabs Not Visible

I currently am using Ajax Tab Containers with Tab Panels to display different information. However when trying to nest them inside each other they suddenly are invisible when the page renders. However ...
2
votes
0answers
67 views

Why aspnet_isapi.dll still exists in iis7?

As far as i know asp.net has been integrated with IIS. That is to say, asp.net runtime is always hosted in IIS7 no matter the incoming request is. ie. An .aspx request or others static files request ...
2
votes
0answers
97 views

Request email from OAuthWebSecurity.RegisterMicrosoftClient

I am trying to integrate oauth authentication from an MVC 4 project to Microsoft (Live service). The followings lines in AuthConfig.cs have been uncommented: OAuthWebSecurity.RegisterMicrosoftClient( ...
2
votes
0answers
93 views

Looking for a good tutorial for PolicyInjection in Unity 2 (EnterpriseLibrary 5)

I have read this article: http://msdn.microsoft.com/en-us/library/ff660881(v=pandp.20).aspx But I'm not sure how to use it in my project: var container = new UnityContainer(); container ...
2
votes
0answers
160 views

DotNetOpenAuth.WebServerClient.XSRF-Session changes during callback

I'm trying to setup a simple Oauth2 login authentication. However I'm stuck at the callback that throws the following exception: [ProtocolException: Unexpected OAuth authorization response ...
2
votes
0answers
41 views

AspTokenInput Enable And Disable

I used AspTokenInput Which is used as AutoComplete TextBox to create Tags . I use this Link To know How to Use it. It's Works Fine For Me and give Result As I want. Now I want to Make This Control ...
2
votes
0answers
202 views

How to use Active Directory user's account to login in ASP.Net

I'm trying to add login page to my internal e-service, but this login must be read from Active Directory user's account: What I did so far is: web.config: <connectionStrings> <add ...
2
votes
0answers
96 views

Viewing PDF in IE, hitting back navigates back 2 pages

Somewhat new to asp.net using c#. On my site, users have the option to view a pdf in the browser window. The pdf data is stored in an SQL database and I use the following code: Byte[] bytes = ...
2
votes
0answers
177 views

Error Deploying Web application into my local IIS

I am making a publish of my application to my local IIS and I am getting in my browser an error: Service Unavailable HTTP Error 503. The service is unavailable. I went to my IIS and noticed that ...
2
votes
0answers
132 views

Sort Order Dropdown in Gridview

I have a Gridview control with two columns: One is ID (a label) and the other is Sort Order (dropdown list). The dropdown is numbered from 1 to n, where n is the number of rows in the Gridview. For ...
2
votes
0answers
114 views

asp.net server control not saving state properly

I am trying to create an ASP.net server control that uses controls from the AjaxControlToolkit. Essentially, the control is a dropdownlist and a button. When the user clicks the button, a modal ...
2
votes
0answers
21 views

FourSqaure API PushConsole

While I am trying to send test push i am getting below response Push Response Push sent! Response: Your Server returned: 500 Internal Server Error And my code to receive push notification is as ...
2
votes
0answers
151 views

AutoCompleteExtender in Custom Control

I have a composite user control with dynamically created text boxes. As the text boxes are created and inserted into a placeholder on the ASCX, I'm also dynamically creating a AutoCompleteExtender, ...
2
votes
0answers
265 views

Razor in class library, missing intellisense

I'm trying to include razor (cshtml) files in a class library, to be included in a separate MVC4 project. I've gotten everything working, except intellisense seems to be missing for certain types, ...
2
votes
0answers
65 views

Error while querying inherited class from telerik open access ORM

I am using latest version of Telerik Open Access ORM in my ASP.net C# web application. In my EntitiesModel1.rlinq , I have mapped a table named "Customer " from a database. Then I have created a ...
2
votes
0answers
119 views

ASP.NET MVC4 Tool to Produce Diagram Documentation for Views

We were wondering if anyone had any good ideas for producing documentation / diagrams for our ASP.NET MVC4 Razor Views? In other words we have created a custom "widget" type system of shared ...
2
votes
0answers
338 views

ASP.NET MVC 4 : enabling XmlHttpRequest post to controller with $.ajax()

Seems a simple thing but I've spent all day looking through posts all over the web with little recourse! Please help. I have a simple request to be posted to a MVC controller... ...
2
votes
0answers
121 views

Export database or tables from SQL Server to SQL Lite file

I am working for the web service which create the SQLLite file from the SQL Server Database. And this SQLLite file download by the Iphone device. I have used the code which is download from the below ...
2
votes
0answers
136 views

Error using DateTimePicker: Microsoft JScript runtime error: Object required

I'm trying to use DateTimePicker (asp.net 4.0, c#). When the page is loaded, it's displayed on the screen with the requested date but when I try to change date or do anything else, the "Object ...
2
votes
0answers
232 views

Deployment alchemy websocket server c#

I have problem with how deploy alchemy web socket server .. Server is C# console application, and It has install exe file either. On their sites wrote, that : "You can run Alchemy Websockets as a ...
2
votes
0answers
191 views

Cascading dropDownLists in repeater. DropDownLists with SQL source and add/delete option

What is the trick to implement the following interface in ASP.NET? I think the screenshot should explain everything. Both dropDownLists work on SQL tables. [Categories],[Items] bound with ...
2
votes
0answers
126 views

How to add EditForm for editing row

How can I add edit form row in Asp.NET GridView control like this RadGrid! When I click on the Edit button, I want to add an edit form row under the edit button row. Here my Grid ...

1 2 3 4 5 789