aspnet
Welcome to the 'aspnet' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'aspnet'.
Are you an expert about 'aspnet'? Do you want to be the Technorati authority on 'aspnet'? You can write a description that will appear right here:
Join Blogcritics!
Latest blogosphere posts tagged “aspnet”
-
Restrict site access to authenticated Active Directory users
—
Authority:
Im trying to create a site security strategy that will allow authenticated AD users hit a site, without a login page, and deny access to users who are not authenticated. I have developed a proof-of-concept site based on http://www.christowles.com/2011/04/aspnet-forms-based-authentication-with.html but all I can ...1 day ago -
Unit testing code depending on the ASP.NET #WebApi HttpClient
—
Authority:
In a previous post I showed how to unit test an ASP.NET WebAPI Controller. But with a REST service there is both a client and a service component. Assuming for a moment the client part is also written in C# we should test that as well. In this case the client application contains the following class to load books ...1 day ago -
Globalization Country tag for resources what the hell!
—
Authority:
Hi all, So i was doing globalization with resources, what happened, i tried basica country identification: pt - portugal; pl - poland; es - spain; and so on so on, what happen didnt work and a very big crash, after I put portugal file as language.pt-PT.esrx, and that one worked, when i tried to put poland.pl-PL.esrx ...1 day ago -
Globalization on Master Page
—
Authority:
Hi all, My problem is this, i want to do the globalization inside the master page, but not having luck, it works fine in the page but not in the master page.1 day ago -
Getting Started With Glimpse In ASP.NET MVC
—
Authority:
If you are using ASP.NET, especially if you are using ASP.NET MVC, you need to be using Glimpse . I’m currently working on a more exhaustive Pluralsight course on Glimpse, but I thought I’d write up a quick getting started tutorial here. What is Glimpse? Perhaps you haven’t heard of Glimpse yet, or you ...2 days ago -
get values from one table to another by matching
—
Authority:
i want to upload the attendance of students i am able to upload a xlsx file and transfer its data to tbl_temp now i have two tables tbl_s_attendance EP_Number Attendance course_id class_id105078 105076 105075 105077 105079tbl_Temp EP_Number Attendance105075 P105076 P105077 ...1 week ago -
DevExpress TreeList checkboxe, possibly bind
—
Authority:
Hi, Trying to get a treeList in DevExpress to have two columns of checkboxes that can be checked and unchecked, and are populated in code upon load (from database, but that part of the code I can do) and maintain their checked and unchecked states upon reloading the page. In DevEx things can be tricky and it is ...1 week ago -
DevExpress TreeList checkboxe, possibly bind
—
Authority:
Hi, Trying to get a treeList in DevExpress to have two columns of checkboxes that can be checked and unchecked, and are populated in code upon load (from database, but that part of the code I can do) and maintain their checked and unchecked states upon reloading the page. In DevEx things can be tricky and it is ...1 week ago -
Help in Telerik RadGrid
—
Authority:
here i am showing you the code into which i am getting trouble into "gridWarehouseInsert" command. What i want is when user inser new data into detail table i want to get the MasterTable DataColumn that is "Warehouse_id". so that i can perform insert operation. When user insert master table data that is "warehouse" it ...1 week ago -
Using ListView Control in ASP.NET 4.5
—
Authority:
ASP.NET ListView Control has a great features that GridView and Repeater controls had control over the markup. The ListView Control allows you to display the data in various formats including grid format, bulleted list format and in flow format. You will be having the better control on HTML and CSS to format the data. ...1 week ago -
Redirecting ASP.NET Legacy URLs to Extensionless with the IIS Rewrite Module
—
Authority:
ASP.NET has included support for "friendly URLs" for a while now. ASP.NET MVC has always supported friendly URLs and more recently, so has Web Forms. That means if you dont want to have the .aspx extension, you certainly dont have to. However, theres a LOT of existing legacy apps out there as well as apps that you ...1 week ago -
ASP.NET GridView Filter Template (coming soon in v2013 vol 1)
—
Authority:
Customize the filter row any way you choose with the DevExpress ASP.NET GridView in our first major release of DXperience for 2013. New Filter Template The DevExpress ASP.NET GridView has added a new template for the Filter Row . The Filter Row allows your end-users to filter the GridView easily and quickly. ...1 week ago -
Publish Individual Files to your Server in Visual Studio 2012.2
—
Authority:
In Visual Studio 2012 Update 2 theres a sweet little new gem, that I championed for some time in the past, and that has finally made it into the VS box: You can now publish individual files to the server without having to publish the entire site. You can now publish 1 or more files simply by selecting them in the ...1 week ago -
ASP.NET GridView - Endless Paging (coming soon in v2013 vol 1)
—
Authority:
The first release of DXperience for 2013 is almost here! In June, you’ll get to try it in your own development. And here’s one of the first major features that you’ll encounter in this v13.1 release: Endless Paging Endless paging? Whats that? Simply put, its the ability of the Grid or DataView control ...1 week ago -
Material de la segunda clase del workshop sobre ASP.NET MVC
—
Authority:
Ayer fue la segunda clase del workshop sobre ASP.NET MVC en el MUG. En esta oportunidad los temas tratados fueron: Diseño guiado por pruebas Unit Testing Mocking Inyección de dependencias TDD Data... A blog for the Red Pills1 week ago -
Dew Drop – May 8, 2013 (#1,543)
Alvin Ashcraft's Morning Dew —
Authority: 475
Top Links Visual Studio 2012.3 (Update 3) “go-live” CTP is now available (Brian Harry) Release Candidate of Visual Studio 2012 Update 3 now available (Charles Sterling) scriptcs gets a REPL! (Glenn Block) Putting the Dynamic back into TypeScript (Derik Whittaker) Web Development Professional ...1 week ago -
OSX Path Environments
—
Authority:
Hello - is this the right place to ask about my .bashrc file and correctly setting environment paths on osx!? Whats the difference between these setups for including scripts to my current shell? Code: export PATH=$PATH:~/.bin export PATH="/usr/local/share/npm/bin:$PATH" ...1 week ago -
.Net Tips: Convert two dimensional array in to Dictionary object using LINQ With C#.Net and VB.Net Examples
—
Authority:
Using LINQ we can convert array in to dictionary object. We can use "ToDictionary" LINQ method to get dictionary object from array. But we need to make sure that the key value should be unique in array, otherwise it will generate error "An item with the same key has already been added.". Here is example for ...2 weeks ago -
The Daily Six Pack: May 8, 2013
—
Authority:
Having recently surpassed the 100 million licenses sold mark for Windows 8, Brandon LeBlanc talks to Tami Reller to provide an update on the progress since the launch of Windows 8. Then, on February 27, the General Availability date for Office 365 was reached, ending the preview period. The good news is that you now ...2 weeks ago -
Modal Input Forms in ASP.NET MVC
—
Authority:
Forms in websites have, for a long time, languished in their classic clunky pattern of browser-led submit of content, using the FORM tag. As websites grow nearer to applications in their user-experience, so better is required. Dino show how to get a more sophisticated modal input form based on Twitter Bootstrap, ...2 weeks ago


Follow Technorati