9eFish - 带有 asp.net 标签的文章
1
臭虫

User controls should never make redirects during GET request

gpeipmangpeipman 发表于 22 天, 2 小时, 3 分钟 之前
Friday, February 26, 2010 5:36:50 AM GMT Tuesday, February 16, 2010 7:38:26 AM GMT
Why is my page redirecting me back to front page although it gets all the data it requires? I was going out of my mind when exploring the problem in one system but this time there was really simple answer: you cannot fully trust the code written by n00bs. Okay, here is my story. (more)
类别: Web Form | 点击: 1 | 评论 | | 源: weblogs.asp.net
标签: asp.net, user controls
1
臭虫

ASP.NET MVC Performance II: Optimizing resources

gpeipmangpeipman 发表于 31 天, 1 分钟 之前
Tuesday, February 16, 2010 3:11:40 PM GMT Sunday, February 07, 2010 9:40:29 AM GMT
In my previous posting about ASP.NET MVC performance I showed you how to combine resources like scripts, style sheets and images. In this posting I will show you how to minimize resources so we don’t waste the bandwidth we got. (more)
类别: Web Form | 点击: 0 | 评论 | | 源: weblogs.asp.net
标签: asp.net, MVC, optimization, performance
1
臭虫

ASP.NET MVC Performance I: Combining resources

gpeipmangpeipman 发表于 31 天, 19 小时, 33 分钟 之前
Sunday, February 14, 2010 1:16:24 PM GMT Saturday, February 06, 2010 2:08:19 PM GMT
I wrote a small postings series about how to optimize ASP.NET MVC applications. This posting is small introduction to series and it also introduces first two optimization steps: resources and images combining. (more)
类别: Web Form | 点击: 0 | 评论 | | 源: weblogs.asp.net
标签: asp.net, MVC, optimization, performance
1
臭虫

Using FullCalendar jQuery component with ASP.NET MVC

gpeipmangpeipman 发表于 34 天, 16 小时, 6 分钟 之前
Thursday, February 11, 2010 2:04:41 AM GMT Wednesday, February 03, 2010 5:35:30 PM GMT
I found very good jQuery component called FullCalendar. My special favorites are agenda views because they make this calendar really useful in business applications. In this posting I will show you how to use FullCalendar with ASP.NET MVC. (more)
类别: Web Form | 点击: 1 | 评论 | | 源: weblogs.asp.net
标签: asp.net, fullcalendar, JQuery, MVC
1
臭虫

Rendering ASP.NET Script References into the Html Header - Rick Strahl's Web Log

xgluxvxgluxv 发表于 36 天, 17 小时, 17 分钟 之前
Monday, February 08, 2010 4:21:15 AM GMT Monday, February 01, 2010 4:24:17 PM GMT
One thing that I’ve come to appreciate in control development in ASP.NET that use JavaScript is the ability to have more control over script and script include placement than ASP.NET provides natively. Specifically in ASP.NET you can use either the ClientScriptManager or ScriptManager to embed scripts and script references into pages via code. This works reasonably well, but the script references that get generated are generated into the HTML body and there’s very little operational control for placemen... (more)
类别: Web Form | 点击: 0 | 评论 | | 源: www.west-wind.com
标签: asp.net, Script References
1
臭虫

ASP.NET 4.0: How to use application warm-up class

gpeipmangpeipman 发表于 37 天, 20 小时, 4 分钟 之前
Wednesday, February 03, 2010 3:12:43 PM GMT Sunday, January 31, 2010 1:37:03 PM GMT
About week ago I introduced IIS Application Warm-up Module. ASP.NET 4.0 provides separate mechanism for same purposes. ASP.NET 4.0 application warm-up is different and if you like you can use both warm-up methods together. In this posting I will show you how to make ASP.NET 4.0 application warm-up work. (more)
类别: Web Form | 点击: 0 | 评论 | | 源: weblogs.asp.net
标签: asp.net, iis
1
臭虫

Creating configuration reader for web and cloud environments

gpeipmangpeipman 发表于 38 天, 18 小时, 19 分钟 之前
Wednesday, February 03, 2010 3:12:43 PM GMT Saturday, January 30, 2010 3:21:58 PM GMT
Creating configuration reader for web and cloud environments Currently it is not possible to make changes to web.config file that is hosted on Windows Azure. If you want to change web.config you have to deploy your application again. If you want to be able to modify configuration you must use web role settings. In this blog post I will show you how to write configuration wrapper class that detects runtime environment and reads settings based on this knowledge. (more)
类别: Foundation | 点击: 0 | 评论 | | 源: weblogs.asp.net
标签: asp.net, Azure
1
臭虫

SOLVED: Compiler error CS1519: Invalid token 'void' in class, struct, or interface member declaration

rtpHarryrtpHarry 发表于 76 天, 16 小时, 30 分钟 之前
Tuesday, December 29, 2009 12:10:55 PM GMT Wednesday, December 23, 2009 5:11:19 PM GMT
One for the search engines really but you might want to give this short article a quick read if you have been stumped by the error above. (more)
类别: Web Form | 点击: 0 | 评论 | | 源: runtingsproper.blogspot.com
标签: article, asp.net, bugfix, compile error
1
臭虫

Making Sense of ASP.NET Paths - Rick Strahl's Web Log

xgluxvxgluxv 发表于 78 天, 6 小时, 46 分钟 之前
Tuesday, December 29, 2009 12:10:55 PM GMT Tuesday, December 22, 2009 2:55:31 AM GMT
ASP.Net includes quite a plethora of properties to retrieve path information about the current request, control and application. There's a ton of information available about paths on the Request object, some of it appearing to overlap and some of it buried several levels down, and it can be confusing to find just the right path that you are looking for. To keep things straight I thought it a good idea to summarize the path options along with descriptions and example paths. I wrote a post about this a l... (more)
类别: Web Form | 点击: 0 | 评论 | | 源: west-wind.com
标签: asp.net, path
1
臭虫

Reading the ProviderUserKey when using the SqlMembershipProvider

rtpHarryrtpHarry 发表于 78 天, 9 小时, 31 分钟 之前
Tuesday, December 29, 2009 12:10:55 PM GMT Tuesday, December 22, 2009 12:10:40 AM GMT
The ProviderUserKey gives access to a unique identifier for each of the members in your membership data store. If you're doing a large amount of lookup's or want to cross link to another table you will find this technique will give you better performance than using the UserName property. (more)
类别: Web Form | 点击: 0 | 评论 | | 源: runtingsproper.blogspot.com
标签: .net, article, asp.net, membership, MSDN
1
臭虫

ASP.NET MVC: Creating reports using Chart control

gpeipmangpeipman 发表于 108 天, 19 小时, 51 分钟 之前
Saturday, November 28, 2009 5:45:52 AM GMT Saturday, November 21, 2009 1:50:27 PM GMT
ASP.NET Chart control is powerful control you can use to add charting support to your web applications. Although chart controls are mainly used with ASP.NET forms it is not very hard to use them also in ASP.NET MVC applications. In this posting I will show you how to use ASP.NET Chart control in ASP.NET MVC application and I will illustrate how to do it easily so you don’t mess up your views. (more)
类别: Architecture | 点击: 8 | 评论 | | 源: weblogs.asp.net
标签: asp.net, chart, MVC, reporting
1
臭虫

Easily extracting links from a snippet of html with HtmlAgilityPack

rtpHarryrtpHarry 发表于 110 天, 9 小时, 42 分钟 之前
Saturday, November 28, 2009 5:45:52 AM GMT Thursday, November 19, 2009 11:59:36 PM GMT
The HtmlAgilityPack is a powerful library that makes screen scraping in asp.net a breeze. This is the second in a continuing series where I demonstrate a way for you to extract all the links from a snippet of html. (more)
类别: Web Form | 点击: 4 | 评论 | | 源: runtingsproper.blogspot.com
标签: article, asp.net, HtmlAgilityPack, screen scraping
1
臭虫

ASP.NET MVC: Validating objects using Enterprise Library validation application block

gpeipmangpeipman 发表于 116 天, 20 小时, 1 分钟 之前
Friday, November 20, 2009 3:35:35 AM GMT Friday, November 13, 2009 1:40:25 PM GMT
Data validation is important topic in applications. There are many validation frameworks available and there should be one that you are happy with. I am currently playing with Enterprise Library 4.1 Validation Application Block and I am integrating it to my ASP.NET MVC application. In this posting I will show you how to use validation block in your ASP.NET MVC application. (more)
类别: Web Form | 点击: 2 | 评论 | | 源: weblogs.asp.net
标签: asp.net, Enterprise Library, MVC, Validation
1
臭虫

I bet you didn't know that adding custom attributes to your web.sitemap was this easy!

rtpHarryrtpHarry 发表于 118 天, 10 小时, 51 分钟 之前
Friday, November 20, 2009 3:35:35 AM GMT Wednesday, November 11, 2009 10:50:50 PM GMT
The site map file is a great place to store extra snippets of page-specific information. In this article we will explore how easy it is to add custom attributes to a site map by creating a user control to display a sitemap and adding custom attributes to filter out specific pages. (more)
类别: Web Form | 点击: 1 | 评论 | | 源: runtingsproper.blogspot.com
标签: article, asp.net, SiteMap, UserControl
1
臭虫

Using ASP.NET and Jcrop to crop images online

gpeipmangpeipman 发表于 127 天, 7 小时, 41 分钟 之前
Wednesday, November 11, 2009 2:02:30 PM GMT Tuesday, November 03, 2009 2:00:05 AM GMT
Cropping images in ASP.NET is easy task to do if you use right tools. In this posting I will introduce how to crop images using Jcrop and System.Drawing namespace classes. What we are building is simple and user-friendly image cropping interface that also demonstrates some simple features of Jcrop. Believe me, your users will love it! (more)
类别: Web Form | 点击: 5 | 评论 | | 源: weblogs.asp.net
标签: asp.net, graphics, image manipulation
1
臭虫

Writing cache based repositories for web application prototyping

gpeipmangpeipman 发表于 129 天, 13 小时, 56 分钟 之前
Tuesday, November 10, 2009 5:32:37 AM GMT Saturday, October 31, 2009 7:45:01 PM GMT
When I started building in-house demo application I thought about how to solve temporary data layer so I don’t have to use real database and object mappings for it. Playing with new object model and new components I move way faster if I don’t have any additional ballast that I can avoid. So I wrote simple cache based repository mechanism I can use to imitate real repositories that I will write in the future. (more)
类别: Architecture | 点击: 2 | 评论 | | 源: weblogs.asp.net
标签: architecture, asp.net, design
1
臭虫

ASP.NET.4GuysFromRolla.com: Creating a Filtering User Interface With jQuery In a Web Forms Application: Part 2

xgluxvxgluxv 发表于 147 天, 7 小时, 54 分钟 之前
Thursday, October 22, 2009 1:52:45 AM GMT Wednesday, October 14, 2009 1:47:04 AM GMT
Introduction Creating a Filtering User Interface With jQuery In a Web Forms Application: Part 1 looked at how to use jQuery in an ASP.NET Web Forms application to build a collapsible filtering user interface. When the page is loaded into the user's browser the filtering interface is collapsed. Clicking the filtering interface's title toggles the interface between its collapsed and expanded states. When expanded, a user can interact with the filtering controls - DropDownLists, TextBoxes, CheckBoxes, and ... (more)
类别: Web Form | 点击: 0 | 评论 | | 源: www.4guysfromrolla.com
标签: asp.net, JQuery
1
臭虫

ASP.NET.4GuysFromRolla.com: Creating a Filtering User Interface With jQuery In a Web Forms Application: Part 1

xgluxvxgluxv 发表于 147 天, 7 小时, 55 分钟 之前
Thursday, October 22, 2009 1:52:45 AM GMT Wednesday, October 14, 2009 1:46:04 AM GMT
Introduction jQuery is a lightweight, cross-browser JavaScript library designed to ease JavaScript's most common tasks, including inspecting and manipulating the Document Object Model (DOM) and making out of band HTTP requests to support AJAX functionality. In plain English, jQuery makes it easy to perform client-side tasks like adding or removing attributes or CSS classes to elements in the DOM, or showing or hiding elements on the page in response to a user action (such as clicking a button). jQuery i... (more)
类别: Web Form | 点击: 0 | 评论 | | 源: www.4guysfromrolla.com
标签: asp.net, JQuery
1
臭虫

创建第一个Dynamic Data Entities Web 应用 - Gil Fink on .Net

adminadmin 发表于 152 天, 8 小时, 1 分钟 之前
Friday, October 16, 2009 2:15:51 AM GMT Friday, October 09, 2009 1:40:19 AM GMT
Create Your First Dynamic Data Entities Web ApplicationCreate Your First Dynamic Data Entities Web Application Two weeks ago I was asked if there is a way to build a web back office quickly. One thing that popped into my mind was the new ASP.NET Dynamic Data framework that was shipped with Visual Studio 2008 SP1. This post is the same introduction that I made to the team members that asked me the question. Since there weren’t any customizations needed in the back o... (more)
类别: Web Form | 点击: 2 | 评论 | | 源: blogs.microsoft.co.il
标签: asp.net, Dynamic Data Entities
1
臭虫

Background Processes in ASP .Net Web Applications

xgluxvxgluxv 发表于 156 天, 7 小时, 27 分钟 之前
Monday, October 12, 2009 4:46:52 AM GMT Monday, October 05, 2009 2:13:54 AM GMT
Introduction HTTP is a stateless protocol. The advantage of a stateless protocol is that hosts do not need to retain information about users between requests. Web Server is a Http server and will service only when there is request. There are situations where we do lot of background activities like loading non-transactional information from the data base, web service calls to get external data, long and complex calculations like reporting etc. This requires web applications to proc... (more)
类别: Web Form | 点击: 2 | 评论 | | 源: www.c-sharpcorner.com
标签: asp.net, Background Processes
Previous 1 2 3 Next