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

0
votes
0answers
10 views

Merging a decrypted search of items within a LINQ query

I have the following search query: IQueryable<File> files = GetFiles(f => f.Clients.Any(fc => fc.Contacts.Any(c => c.Companies.Any(x => x.Name.Contains(searchText))))); ...
1
vote
1answer
32 views

ASP.net MVC: Controller doesn't redirect after form submit

I'm new to ASP.net MVC and I am struggling to make this work at the moment. I have a controller method called Add, it looks like this: public ActionResult Add() { // check user is ...
0
votes
1answer
21 views

dynamic check boxes with additional details

i have few check boxes that added to the page dynamically, but now i have to show few details regarding the checkboxes how can i do this without having to hard code muchof it the following is what i ...
0
votes
1answer
21 views

How to get a UserId from one page and pass to another

I've been trying to work on a project using asp.net. In this project I will create a page where user can edit his profile and that is what is killing me. I'm kinda new to programming in general, what ...
0
votes
0answers
21 views

Jquery/ASP.NET project doesn't work properly, virtually identical jsfiddle works as expected

I've got a JQuery/ASP.NET project that isn't working as expected, but the virtually identical code in JSFiddle works as expected. I'm simply passing some text as a variable into an alert() which ...
0
votes
1answer
10 views

Dynamicly construct empty rows for for data elements expand in asp.net (or html)

Im trying to create a sort of template for my project, which is just the main content (not a master page, and not user control) for several similar pages that I need. Im very new to asp.net and to ...
0
votes
0answers
5 views

Virtual Server to display ASP.NET MVC web application

In a few weeks I have to demonstrate a project I've been working on and at the moment I've just been using the Visual Studio Express 2012 debug with IIS Expess. The project is simply an ASP.NET MVC ...
0
votes
1answer
9 views

Enable Windows Authentication to AJAX Enabled WCF service in Firefox not woring

My website Windows Authentication and Anonymous Authentication enabled and database connection string is also windows authentication (based on user login). I called AJAX-Enabled WCF Service and it ...
0
votes
1answer
12 views

How to use the MVC ActionResult RedirectResult?/ It just returns a 302 and does not redirect

I am trying to return a ActionResult from an MVC api, and if you give it a redirect uri in the post body it should redirect that uri. Right now if you do not give it a uri it performs fine. But if you ...
0
votes
1answer
14 views

asp.net MVC 4 Areas: Controller has one action that is not generated while all others are

I've tried to step through this extensively and could not find the answer. There are about 30 methods defined that all map correctly but this single method does not. It differs because it has 3 params ...
0
votes
0answers
14 views

PHP cURL login to asp site all fine but fails to download file

Having an ASP site I manage to login and browse through any page using PHP cURL with no issue. But when it comes to download some PDF files I get stuck. Doing this on Firefox following Headers are ...
0
votes
0answers
7 views

Assistance with SQLDataSource Filtering with Mixed Control Types

I have been looking into DataSource Filtering and the complexity of my page app is making my logic wade through mud. I have a Gridview that Displays 3/17 Values from a Datasource. I want to run a ...
0
votes
0answers
9 views

Passing Object as an parameter in Web Api

In Web Api How can pass object as parameter // GET api/values/{can be any serilizable object} public string Get(object data) { return "value"; } [Serializable] public class RequestData ...
0
votes
1answer
69 views

Which type of collection is best?

Wording in my previous question prevented people from answering it. Regardless to say, I can do what I need to do. My ultimate concern is which option is optimal? I am traversing the entire Active ...
0
votes
1answer
7 views

Can I control the handling of word files by the user in asp.net?

Today we have a classic asp application to manipulate the word files in the company. By using ActiveX, we can download, edit, print and finally upload the modifications without much interation. ...

1 2 3 4 5 11407
15 30 50 per page