DotNetShoutout - Stories tagged with ASP.NET
2
Shouts

Asp.net Web Site Peformance Enhancement Tips

posted by http://uniquesaiful.blogspot.com/http://uniquesaiful.blogspot.com/ 600 days, 7 hours, 35 minutes ago
Tuesday, September 27, 2011 5:06:52 PM GMT
Asp.net Web Site Peformance Enhancement Tips On 11.09.27, In Programming, by uniquesaiful Always use Page.IsValid property. Page.IsValid confirms that all validation controls in page returns valid. Execute server side code only when page is valdated. Use Page.IsPostBack property to minimize redundant processing. Confirm that only data is loaded on first time page load. Use HttpServerUtility.Transfer method. Use StringBuilder for large string manipulation. Avoid unnecessary type conversions. Us... (more)
category: Web Dev | clicked: 1 | comment | | source: computersight.com
tags: Asp.Net performance, Speed, Web site, ASP.NET, web site speed
5
Shouts

Read word document and find the relevant emails

published 598 days, 6 hours, 58 minutes ago posted by dharadhara 600 days, 16 hours, 33 minutes ago
Thursday, September 29, 2011 5:43:39 PM GMT Tuesday, September 27, 2011 8:08:50 AM GMT
In this article we will read a word document and in that we will search if any valid email address is there and if so we will pick up those The content of the word file is as under Hello How r u Email: mail3456@gg.com Another email is aaa@zz.com And not... (more)
category: Web Dev | clicked: 11 | 5 comments | | source: beyondrelational.com
tags: .NET, ASP.NET
2
Shouts

How to select multiple records from GridView and retrieve selected records value?

posted by dotnetfundadotnetfunda 600 days, 19 hours, 14 minutes ago
Tuesday, September 27, 2011 5:27:23 AM GMT
To select multiple records from the GridView and retrieve selected records, we can follow this approach. (more)
category: Web Dev | clicked: 0 | comment | | source: www.dotnetfunda.com
tags: ASP.NET
5
Shouts

Writing a Custom ConfigurationSection to handle a Collection

published 598 days, 6 hours, 58 minutes ago posted by dharadhara 601 days, 17 hours, 6 minutes ago
Thursday, September 29, 2011 5:43:39 PM GMT Monday, September 26, 2011 7:35:41 AM GMT
Configuration is one of the major thing that you need to keep in mind while building any application. Either its an Windows Forms application or a Web site, configuration file is always needed. We write all the configuration that are needed to be changed... (more)
category: Web Dev | clicked: 27 | 3 comments | | source: beyondrelational.com
tags: .NET, ASP.NET
4
Shouts

Excel's linear regression in C#

published 600 days, 9 hours, 5 minutes ago posted by dharadhara 601 days, 17 hours, 7 minutes ago
Tuesday, September 27, 2011 3:36:42 PM GMT Monday, September 26, 2011 7:35:08 AM GMT
In this article we will see the implementation of Excel's Simple Linear regression function and Multi Linear Regression in C# Excel's Simple Linear Regression function public static Dictionary (more)
category: Web Dev | clicked: 35 | 3 comments | | source: beyondrelational.com
tags: .NET, C#, ASP.NET
4
Shouts

JQuery with webform input validation, ajax posting json to asp.net C

published 600 days, 9 hours, 5 minutes ago posted by jphellemonsjphellemons 601 days, 17 hours, 37 minutes ago
Tuesday, September 27, 2011 3:36:42 PM GMT Monday, September 26, 2011 7:04:40 AM GMT
This blog post is all about how to make a nice form and have client side validation with jQuery and the famous validation plugin. After validating the data, the form will be posted asynchronous to an Asp.Net C# Webservice/webmethod. While the post is being processed, a nice loading image will be displayed to notify the user of the progress. (more)
category: Web Dev | clicked: 26 | 5 comments | | source: www.jphellemons.nl
tags: Validation, webform, jQuery, ASP.NET, html5
4
Shouts

Jquery and ASP.NET- Set and Get Value of Server control

posted by dharadhara 604 days, 16 hours, 14 minutes ago
Friday, September 23, 2011 8:27:09 AM GMT
Yesterday one of my reader asked me one question that How can I set or get values from Jquery of server side element for example. So I decided to write blog post for this. This blog post is for all this people who are learning Jquery and don’t know how... (more)
category: Web Dev | clicked: 2 | comment | | source: beyondrelational.com
tags: .NET, ASP.NET
4
Shouts

Interfacing with C# Client and Oracle

posted by dharadhara 605 days, 15 hours, 20 minutes ago
Thursday, September 22, 2011 9:21:33 AM GMT
In this article we will learn how to interface C# client application with Oracle database. We will look into the CRUD operations We will make the application that will work both with inline queries as well as through Stored Procedures. Let us frist create... (more)
category: Web Dev | clicked: 3 | 1 comment | | source: beyondrelational.com
tags: .NET, C#, ASP.NET
5
Shouts

WCF # 3–Creating A Web Service (Implementing/Creating a WCF service with code and Configuration files)

posted by dharadhara 606 days, 14 hours, 49 minutes ago
Wednesday, September 21, 2011 9:52:10 AM GMT
Hi Friends, In our last article Creating a WCF Service completely in code we saw how to create a WCF service completely in code today we will see how to create a WCF Service using Code and Configuration files. * WCF provides rich support for defining service... (more)
category: Web Dev | clicked: 5 | 1 comment | | source: beyondrelational.com
tags: WCF, ASP.NET
7
Shouts

Throwing Exceptions from WCF Service (FaultException)

published 600 days, 9 hours, 5 minutes ago posted by dharadhara 607 days, 16 hours, 38 minutes ago
Tuesday, September 27, 2011 3:36:42 PM GMT Tuesday, September 20, 2011 8:03:36 AM GMT
Handling exceptions in WCF service is different than usual exceptions handling in .Net. If service raise exception it should propagate to clients and properly handle by client application. Since Exception object is .Net specific so it cannot propagate... (more)
category: Web Dev | clicked: 24 | 1 comment | | source: beyondrelational.com
tags: .NET, WCF, ASP.NET
7
Shouts

Heat Map Control in WPF

published 604 days, 9 hours, 19 minutes ago posted by dharadhara 607 days, 16 hours, 42 minutes ago
Friday, September 23, 2011 3:22:14 PM GMT Tuesday, September 20, 2011 8:00:00 AM GMT
In this short article we will look into how to make a Heat Map control in WPF What is Heat Map? A heat map is a graphical representation of data where the values taken by a variable in a two-dimensional table are represented as colors(Adopted from Wikipedia... (more)
category: Web Dev | clicked: 100 | 2 comments | | source: beyondrelational.com
tags: .NET, WPF, ASP.NET
6
Shouts

Post a message in Twitter using TwitSharp

published 600 days, 9 hours, 5 minutes ago posted by dharadhara 608 days, 13 hours, 31 minutes ago
Tuesday, September 27, 2011 3:36:42 PM GMT Monday, September 19, 2011 11:10:39 AM GMT
In this short article we will look into how can we post a message/twit in Twitter application Before going to do any programming, first we need to create an application in Twitter. We will follow the below steps for doing so. Steps to create an application... (more)
category: Web Dev | clicked: 30 | 15 comments | | source: beyondrelational.com
tags: .NET, ASP.NET
2
Shouts

Software patterns - GRASP - Summary of article series

posted by dotnetfundadotnetfunda 608 days, 19 hours, 16 minutes ago
Monday, September 19, 2011 5:25:38 AM GMT
This is last article of series for "Software patterns- GRASP" and we would summarize the discussions we had so far and conclude the series. (more)
category: Web Dev | clicked: 0 | 1 comment | | source: www.dotnetfunda.com
tags: ASP.NET
2
Shouts

Select Find Nth Highest Salary Record In Sql Server

posted by amitjainamitjain 612 days, 16 hours, 1 minute ago
Thursday, September 15, 2011 8:40:46 AM GMT
This is most frequentky asked question how to select or get nth highest record or nth row/record from any column of sql table. for example select get or fetch 2nd (second highest) or nth highest salary of employee or 10th highest record from the table. There are various ways to achieve this result, i've mentioned few here. (more)
category: Data | clicked: 2 | comment | | source: csharpdotnetfreak.blogspot.com
tags: SQL 2008, Database, ASP.NET
3
Shouts

Dean Hume - MVC Data URI HTML Helper

posted by deanomachinodeanomachino 612 days, 16 hours, 39 minutes ago
Thursday, September 15, 2011 8:02:51 AM GMT
Coding Tips & TricksHomeAboutContactCV MVC Data URI HTML Helper Tweet I have recently been looking into web page performance and one of the things I came across is the Data URI scheme. When you reference an image in your HTML, the client needs to go and retrieve the image. This creates an HTTP request and adds to the time it takes for the page to load. What is the Data URI scheme - well, it is a URI scheme that provides a way to include data in-line in web pages as if they were externa... (more)
category: Web Dev | clicked: 10 | comment | | source: deanhume.com
tags: C#, Data Uri, MVC, ASP.NET
4
Shouts

c# and .NET and ASP.NET interview questions: - How to change cells color of GridView according to some condition?

posted by questpondquestpond 613 days, 10 hours, 16 minutes ago
Wednesday, September 14, 2011 2:25:14 PM GMT
This is not one of the typical .NET interview questions but on knowledge aspect it might be very helpful and also helpful while you dealing with GridView. (more)
category: Web Dev | clicked: 4 | comment | | source: computerauthor.blogspot.com
tags: .NET, .net Interview Question, grid View, Asp.net interview questions, ASP.NET
7
Shouts

WCF # 2 - Implementation Of a Web Service (Writing/Implementing a WCF Service Entirely in Code)

published 614 days, 16 hours, 57 minutes ago posted by dharadhara 615 days, 14 hours, 24 minutes ago
Tuesday, September 13, 2011 7:44:49 AM GMT Monday, September 12, 2011 10:17:35 AM GMT
Hello Geeks, In this article we will see how to implement a simple Web Service using WCF. This section describes how to implement a simple service with WCF. By simple, we’ll assume HTTP as the wire protocol, and we’ll assume a text based representation... (more)
category: Data | clicked: 19 | 2 comments | | source: beyondrelational.com
tags: .NET, WCF, ASP.NET
9
Shouts

Enlarge Image using JQuery in ASP.Net

published 608 days, 6 hours, 7 minutes ago posted by taanu51taanu51 615 days, 14 hours, 44 minutes ago
Monday, September 19, 2011 6:34:23 PM GMT Monday, September 12, 2011 9:57:37 AM GMT
Hi friends... Today i am going to explain the topic "Enlarge the Image using JQuery in ASP.Net". Onething you should remember that, if you use jQuery related coding in your web page then you must add jQuery.js file must be included in that page. Here, you just include the following Script in your web page.Implementation: Create a Web Form named as "EnlargePhoto.aspx".You should include the images in "Images" Folder Path, which you want to enlarge in your page. Copy and paste the following code in your... (more)
category: Web Dev | clicked: 80 | 15 comments | | source: www.developerscode.com
tags: JavaScript, jQuery, C# .NET, ASP.NET
5
Shouts

Remove Trailing Slash From the URLs of Your ASP.NET Web Site With IIS 7 URL Rewrite Module

published 614 days, 16 hours, 57 minutes ago posted by http://tugberk-ugurlu.myopenid.com/http://tugberk-ugurlu.myopenid.com/ 616 days, 14 hours, 9 minutes ago
Tuesday, September 13, 2011 7:44:49 AM GMT Sunday, September 11, 2011 10:32:47 AM GMT
One of the aspect of SEO (Search Engine Optimization) is canonicalization. In this blog post, we will see how easy to work with IIS Rewrite Module in order to remove evil trailing slash from our URLs (more)
category: Web Dev | clicked: 36 | 1 comment | | source: www.tugberkugurlu.com
tags: IIS 7, SEO Advice, IIS URL Rewriter 2.0, SEO, URL Rewrite, IIS, ASP.NET
7
Shouts

Working With JQuery Ajax API on ASP.NET MVC 3.0 - Power of JSON, JQuery and ASP.NET MVC Partial Views

published 615 days, 12 hours, 33 minutes ago posted by http://tugberk-ugurlu.myopenid.com/http://tugberk-ugurlu.myopenid.com/ 618 days, 3 hours, 51 minutes ago
Monday, September 12, 2011 12:09:00 PM GMT Friday, September 09, 2011 8:50:12 PM GMT
In this blog post, we will see how easy to get going with JQuery AJAX API on ASP.NET MVC. Also, we will see how we can make use of Partial Views to transfer chunk of html from server to client (more)
category: Web Dev | clicked: 60 | 1 comment | | source: tugberkugurlu.com
tags: Partial View, ASP.NET MVC, JQuery AJAX, jQuery, ASP.NET
Previous 1 2 3 4 5 6 7 8 9 10 ... 57 58 Next