0
votes
0answers
25 views

Dependencies not loading or partially loading

I am trying to work with the MS Lync UCMA 4.0 sdk and just switched to using Visual Studio 2012 (becuase .NET 4.5 Framework is required). I can't figure out what is going on here, I've set the Target ...
0
votes
1answer
30 views

Content in my local resource files seems to be cached

I have a webpage where I uses the App_LocalResources files, where I've translations for 2 languages. This works really well. However, when I open my two pages I get a pretty strange problem. If I ...
0
votes
1answer
15 views

requestValidationMode 4.5 vs 2.0

Is there a difference between requestValidationMode="4.5" and requestValidationMode="2.0"? I have a .net 4.5 application, there is a control which I don't want to validate, as users can enter html ...
1
vote
1answer
27 views

Why WCF service change date value in case different TimeZone on client and server side

I have WCF service, one service method return array of some objects, single object contain some date values, for example {14-05-2013 08:00:00} Kind: Unspecified. I can see in debug mode this value ...
1
vote
0answers
29 views

What is the Windows Server 2012 command line equivalent of `aspnet_regiis -ir`?

As documented in several questions (Alternative for the Registering ASP.NET 4.5 on Windows Server 2012; Server 2012 IIS 8 MVC not working; WCF on IIS8; *.svc handler mapping doesn't work), on ...
0
votes
0answers
65 views

Update Panel not working properly causing full postback

I have moved to visual studio 4.5 and at first my update panels worked just fine but one day they just seemed to stop altogether even if I start a new project. Code Behind: public partial class ...
0
votes
1answer
24 views

SelectMethod get data from a parent control

I'm using .Net 4.5, model binding and currently have a repeater, which contains another repeater. <asp:Repeater ID="rptADivisions" runat="server" ItemType="abc.Division" ...
0
votes
2answers
49 views

Difference between Page Methods and Web API in asp.net

I am working in an ecommerce website(ASP.NET 4.5,Web Forms).For showing the review of each product i am using Web API to get data from the server. I am making a GET Ajax call here.The same ...
11
votes
6answers
401 views

Add color options to System.Drawings.Color

In visual studio, when creating controls in the markup(or in code-behind) you can specify colors in HEX format like this: "#FFFFFF", but you also can select from the list of preset colors like: White, ...
0
votes
1answer
65 views

PayPal Integration - what options are recommended

We have an ASP.NET web site containing a product catalogue. We have now been asked to add on shopping cart and payment functionality. However, as this is a trial, it needs to be cost free (as far as ...
6
votes
0answers
84 views

Processing AuthenticationResult's from different providers in the same page

I'm integrating OpenID to my existing application with LiveID and Google providers. On my login page, in addition to the original login fields I have added 'Log in with Google' and 'Log in with ...
0
votes
1answer
32 views

Repeater markup not databinding in my link

I've tried to find a solution online, but I couldn't find any. However, it's probably easy to find if you know what to search for. Anyway, I have a ASP.NET repeater like this: <asp:Repeater ...
0
votes
3answers
89 views

Async in 4.5: Cancellation and Timeout

I have a long running process inside a HTTPHandler that I asynchronously perform using Async Await .net 4.5 This works perfectly as expected... How can I add a timeout so that the string 'timeout' ...
0
votes
0answers
39 views

asp.net routing error page

Does anyone know what the best way would be to deal with error pages using ASP.NET (not MVC) Routing? I have routing set up and working well, however if i visit a page which does not exist i get the ...
0
votes
0answers
129 views

ASP.NET 4.5 Membership and oAuth Tables

Does anyone know how i can get the oAuth part on the ASP.NET membership moved to my MS SQL DB, rather than use localdb which its seems to be doing by default? I have my users all set up in my SQL db, ...
0
votes
1answer
45 views

Purpose of ProviderUserName column in DotNetOpenAuth sample

I've started an ASP.NET web site in Visual Studio using a Microsoft pre-defined template. This is to help me learn about OpenID within ASP.NET. Inside the included SQL database within the sample ...
0
votes
1answer
377 views

Get Web Api consumer IP Address and HostName in ASP.net C#

I have hosted WebApi developed in ASP.net. I want if someone call my API so I can log in database so later on if I want to reject request from particular id using C#. What is best code to get ...
1
vote
1answer
131 views

UI to add list of objects in ASP.NET web forms

I am using ASP.NET Web Forms, and I have a problem with how to handle the state. I am adding a new product, and the product has different variations. Each variation has several unique ...
0
votes
1answer
330 views

n ASP .NET 4.5 SelectMethod is not able to bind data to grid view on button click

I am using ASP.Net 4.5 , and facing an issue regarding with data binding for grid view using 'Select method'. The grid is able to bind the data on custom paging too. The issue lies in filtering the ...
0
votes
0answers
460 views

ASP.NET & BootMetro: RadioButton, RadioButtonList, CheckBox and CheckBoxList

I am using bootmetro which is based upon the twitter bootstrap. Within bootmetro.css, there is a comment... /* NOTE: Originally the following rules used the adjacent sibling selector '+ ...
0
votes
1answer
81 views

Activator.CreateInstance<T>() - Is there a more efficient way of creating objects?

I have a lot of pieces of code which currently use Activator.CreateInstance() to create objects based off the type. Is there a more optimized way of accomplishing this?
0
votes
1answer
320 views

ASP.NET 4.5 Won't Uninstall from Windows 8

I have been running into compatibility issues recently with my dev environment, and it was suggested that I uninstall and reinstall ASP.NET 4.5 on my windows 8 laptop. In order to uninstall on ...
0
votes
1answer
27 views

ASP.NET restrict application

Currently I am working on multiple projects as a third party (outsourced) where I have no control over the hosting. My application is modular enough to be changed on the fly, all that's required is ...
0
votes
1answer
48 views

Independent thread in Asp.net 4.5

protected void Button1_OnClick(object sender, EventArgs e) { FineTuneDB();// Long Task running in db SendSMStoAllClients();// Using Twolio API to send sms to all client long task ...
0
votes
2answers
242 views

ASP.NET 4.5 model binding customize updating

I am using the ASP.NET forms model binding that was added in .NET 4.5. I see that there are many things about model binding that is supposed to make it easier and reduce how much code you need to ...
2
votes
1answer
161 views

Response.Flush With Ajax is not working?

I am following the following sample to create a very simple Comet in ASP.NET 4.5. What is the best way of showing progress on an Ajax call? I have also downloaded the sample from ...
1
vote
1answer
71 views

Converted ASP.net 4.0 site to 4.5 but some files still remains as 4.0 are they correct?

Converted ASP.net 4.0 site to 4.5 but some files still remains as 4.0 are they correct ? Used visual studio 2012 Here my config.xml. Do you see anything incorrect ? System.web , system.design, ...
3
votes
1answer
546 views

ASP.NET / MVC 4 bundling and minification 404 issues on 64-bit IIS 7.5 server

We recently upgraded our project from MVC 3 to MVC 4. We are targeting the .NET 4.0 framework, and our web app is 32-bit due to some references we have to include. The problem we are having is that ...
2
votes
1answer
177 views

Validation errors in asp.net 4.5

I have googled this extensively and couldn't find an answer, so I am posting this here hoping for help. We have an asp.net 4.5 project with validation specified in the database objects classes. For ...
0
votes
2answers
81 views

Using await in ASP.NET webform pages inline code

If I have some inline code in my ASP.NET webforms page (in .NET 4.5), e.g. <li> <% =ListItemWithPrice("Widget")%> </li> and I want to make ListItemWithPrice async, is it ...
0
votes
1answer
848 views

UnobtrusiveValidationMode requires jquery ScriptResourceMapping when using ScriptBundle

I'm using the new Bundling and Minification in ASP.NET 4.5 Web Forms application. UnobtrusiveValidationMode requires a jquery ScriptResourceMapping to work, but I'm registering it through the ...
-1
votes
1answer
220 views

Forms Authentication in .NET 4.5

I usually use the Forms Authentication for a login form as protected void Login1_Authenticate(object sender, AuthenticateEventArgs e) { if(FormsAuthentication.Authenticate(Login1.UserName, ...
0
votes
0answers
104 views

Trouble with some asp.net controls not showing in the browser

I have a simple asp.net website but for some pages, the asp.net controls like the login control, dataGridView and hyperlinks are not shown in the browser when the pages are displayed. All those ...
1
vote
2answers
697 views

Can't find the Publish Website Option in Visual Studio 2012 Express Web

I created an Empty Website (not a project) using File > New Website > Aps.net Empty Web Site. Usually when I click on Build, there is an option to "Publish Web Site". However, I don't see it here. All ...
0
votes
1answer
398 views

How to select first item of DropDownList if value I'm passing to it in FormView BindItem is not in range?

I'm using FormView in Asp.net 4.5 to edit entity model like this: <asp:FormView runat="server" ....> <EditItemTemplate> ..... <asp:DropDownList runat="server" ...
1
vote
1answer
43 views

Troubles binding when using non sequential indices and having multiple custom type parameters in method

Say I am posting back this form: <form action="/Admin/SaveTestChanges" method="post"> <input name="index" type="hidden" value="S1"/> <input name="[S1].SID" ...
0
votes
1answer
182 views

Lost access to HTTP Request after upgrade to .NET Framework 4.5

I have a WCF service that accepts a POST request from jqGrid in the form of HTML form and returns JSON. While things were on .NET 4.0, all worked fine. I could access form fields inside the service ...
0
votes
1answer
95 views

WCF FaultExceptions, SOAP Faults and non-.NET apps

I'm just developing my first WCF WebMethod, and am looking at error handling. After having spent a week reading up on this, the general consensus seems to be that errors within WCF WebMethods ...
0
votes
1answer
232 views

Asp Net 4.5 web form Redirect to page from HTTP Handler

Hello I aspx page with next call for my ashx <script type="text/javascript" src="/Handlers/MyRedirect.ashx"> </script> Inside of MyRedirect I do some hard logic and try to redirect to ...
0
votes
1answer
91 views

How to implement redirect to other page after some long process in Page_Load?

Hello I would like to make redirection to other page after some process on server side in Page_Load event with Asp Net 4.5 syntax (ASYNC and TASK keywords). I fount out this way something like this ...
3
votes
1answer
2k views

Bundling resources via bundle.config vs BundleConfig.cs in ASP.NET 4.5 WebForms

Regarding ASP.NET 4.5's new System.Web.Optimization / Microsoft.AspNet.Web.Optimization: Can anyone explain the difference in the use of bundling resources using the BundleConfig.cs class file as ...
0
votes
4answers
301 views

How do I update the client with server side variables during a lengthy loop?

I am trying to put a web interface on a lengthy server side process which should send regular progress\statistic reports to the client as the process is running. How can I do this? Here is what I ...
1
vote
2answers
189 views

Login Not Working with Custom Profile

This is a Web Forms Application Project (WAP). I am programmatically creating a user with custom profile properties and can see the user data being persisted in the Users table but not in the ...
0
votes
0answers
39 views

modify the asp.net membership to support open id

I am currently setting up my mvc 4 web application with the out of the box membership functionality included in .net. I would like to expand this functionality to support open id providers such as ...
1
vote
2answers
124 views

Problems updating an NHibernate model object with the contents of a DropDownList

I'm new to NHibernate but have a better understanding of EF4. I have a basic "Edit Item" page, and on submit I want to update my Item object with values from the form. FWIW, I'm using a FormView and ...
3
votes
1answer
276 views

.NET 4.5 WebForms: do I (still) really have to specify all 3 templates in a FormView?

Investigating the new strongly-typed, model-binding approach within ASP.NET 4.5 WebForms: In Scott Hanselman's example of WebForms model binding (amongst others) I've seen the use of a FormView that ...
0
votes
0answers
83 views

DynamicControl: render as a DropDownList?

I have this DynamicControl specified within the EditTemplate of my FormView: <asp:DynamicControl runat="server" ID="Sequence" DataField="DisplaySequence" Mode="Edit" /> How do I make it ...
0
votes
1answer
92 views

Value converter for ASP.Net Webforms

I'm putting together a web forms application that is utilizing the WebFormsMvp library. In the examples, it shows something like this in the ASPX markup: Name: <asp:TextBox runat="server" ...
1
vote
2answers
249 views

typescript for web forms

Is typescript supported on web forms? I have an existing asp.net 4.5 web forms project where typescript does not seem to be working. I cannot create a new file, but even if I rename an existing to ...
1
vote
1answer
503 views

Bundle registration for jquery maskedinput not working

What am I doing wrong?...... I'm registering the jquery.maskedinput-1.3.min.js in a bundle script the exact same way I'm registering several other scripts but for some reason the bundle for this ...

1 2