DotNetShoutout - Stories tagged with ASP.NET 3.5
2
Shouts

QueryStrings In Asp.Net 2.0 3.5

posted by amitjainamitjain 614 days, 20 hours, 35 minutes ago
Monday, September 19, 2011 7:49:51 PM GMT
Using QueryStrings in Asp.Net 2.0, 3.5 and 4.0 Several time in ASP.NET applications we need to transfer data or information provided by user from one aspx page to another. We can achieve this using several methods like Cookies,Session or Crosspage posting (more)
category: Web Dev | clicked: 0 | comment | | source: csharpdotnetfreak.blogspot.com
tags: ASP.Net 2.0, ASP.NET 3.5, C#, QueryString
2
Shouts

Set Add Expires Headers In Asp.NET 3.5,2.0

posted by amitjainamitjain 691 days, 2 hours, 54 minutes ago
Tuesday, July 05, 2011 1:30:27 PM GMT
In this example i am Explaining how to add or set expires headers for static files or images in asp.net 2.0, 3.5 (more)
category: Web Dev | clicked: 16 | comment | | source: csharpdotnetfreak.blogspot.com
tags: ASP.Net 2.0, ASP.NET 3.5, web.config, Cache
2
Shouts

Edit/Update with dapper ORM and ASP.NET MVC 3 - Dot Net logiX

published 722 days, 23 hours, 14 minutes ago posted by DotNetLogixDotNetLogix 724 days, 10 hours, 53 minutes ago
Friday, June 03, 2011 5:11:01 PM GMT Thursday, June 02, 2011 5:32:00 AM GMT
Articles (more)
category: Web Dev | clicked: 14 | 1 comment | | source: www.dotnetlogix.com
tags: ASP.NET MVC 3, ASP.NET 3.5, Dapper
2
Shouts

Advanced Dotnet Tutorial: Creating Credential Store for Form Authentication in ASP.NET 3.5

posted by learndotnet123learndotnet123 795 days, 11 hours, 57 minutes ago
Wednesday, March 23, 2011 4:27:39 AM GMT
When we don't want to use Windows Credentials to validate a user, we can utilize the ASP.NET infrastructure to implement our own authentication infrastructure which includes a custom login page that validates a user against credentials such as a database and later established security context on each request. ASP.NET leverages it's framework to support cookies and establishes the security context for each web request; this is called form authentication. Points to remember: Form authentication follo... (more)
category: Web Dev | clicked: 1 | comment | | source: advanceddotnettutorial.blogspot.com
tags: ASP.NET 3.5, credential storage, form authentication
2
Shouts

Advanced Dotnet Tutorial: E-card generator using ASP.NET 3.5

posted by learndotnet123learndotnet123 803 days, 11 hours, 39 minutes ago
Tuesday, March 15, 2011 4:46:19 AM GMT
Let us generate a simple e-card generator using ASP.NET 3.5. In this we are dividing the web page region into two half on the left there is an ordinary (more)
category: Web Dev | clicked: 25 | comment | | source: advanceddotnettutorial.blogspot.com
tags: ASP.NET 3.5, ecard generator
2
Shouts

Advanced Dotnet Tutorial: Looking inside Global.asax application file in ASP.NET 3.5

posted by learndotnet123learndotnet123 807 days, 6 hours, 51 minutes ago
Friday, March 11, 2011 9:33:42 AM GMT
What is Global.asax file: global.asax allows us to write event handlers that react to global events in web applications. How it gets called: Global.asax files are never called directly by the user, rather they are called automatically in response to application events. Point to remember about global.asax:They do not contain any HTML or ASP.NET tags. Contain methods with specific predefined names. They defined methods for a single class, application class. They are optional, but a web application has n... (more)
category: Web Dev | clicked: 1 | comment | | source: advanceddotnettutorial.blogspot.com
tags: global.asax, ASP.NET 3.5, Application file
3
Shouts

Import Gmail Contacts In Asp.Net

posted by amitjainamitjain 864 days, 20 hours, 35 minutes ago
Wednesday, January 12, 2011 7:50:01 PM GMT
Several times we need to develop web applications which require to import or fetch Gmail Contacts or address book. In this example i'm explaining how to fetch or import Gmail contacts in Asp.net web applications using C# and VB.NET. (more)
category: Web Dev | clicked: 12 | comment | | source: csharpdotnetfreak.blogspot.com
tags: ASP.NET 3.5, Google API
2
Shouts

When it Comes to Asp.Net: Asp.Net Reading File From Url

posted by ashishsarda99ashishsarda99 865 days, 11 hours, 38 minutes ago
Wednesday, January 12, 2011 4:47:04 AM GMT
Share| In this article is about Reading file from URL specially Text of CSV files, which we can directly read for the source and convert them into table. By doing this we generally avoid file handling, saving the file and then reading it again. WebRequest class of System.Net library is used to read remotely hosted text file or csv file. We simply need to use following function which will read remote file and put it in a string format. String is named as output string. WebRequest req = WebRequest.C... (more)
category: Web Dev | clicked: 0 | comment | | source: aspdotnetmatters.blogspot.com
tags: ASP.NET 3.5, Remote file reading, WebRequest, web development
3
Shouts

Advanced Dotnet Tutorial: Asp .Net Dynamic Data

published 916 days, 21 hours, 2 minutes ago posted by learndotnet123learndotnet123 918 days, 10 hours, 55 minutes ago
Sunday, November 21, 2010 7:22:41 PM GMT Saturday, November 20, 2010 5:30:11 AM GMT
Asp.Net Dynamic data is a new feature intoduced in .net 3.5 Framework. Its is basically to provide Rapid Application Development (RAD) refers to a type of software development Methodology. Asp.Net Dynamic data is a framework that lets you create data-driven ASP.NET Web applications easily. Dynamic data Framework inludes the following features. DataModelling Scaffolding Templating Customization Data Modelling: It is a method used to define and analyze data requirements neede... (more)
category: Web Dev | clicked: 0 | comment | | source: advanceddotnettutorial.blogspot.com
tags: Dynamic Data, ASP.NET 3.5
4
Shouts

How to show dropdown list items in multiple colors in asp.net - Dot Net logiX

published 962 days, 1 hour, 56 minutes ago posted by DotNetLogixDotNetLogix 966 days, 8 hours, 33 minutes ago
Thursday, October 07, 2010 2:28:47 PM GMT Sunday, October 03, 2010 7:51:47 AM GMT
In this article I will explain how to show dropdown list items in multiple colors in asp.net (more)
category: Web Dev | clicked: 2 | comment | | source: dotnetlogix.com
tags: ASP.Net 2.0, ASP.NET 3.5
6
Shouts

Dean Hume - MVC Experiment : An Alternative to Captcha

published 1005 days, 3 hours, 37 minutes ago posted by deanomachinodeanomachino 1007 days, 3 hours, 3 minutes ago
Wednesday, August 25, 2010 12:47:59 PM GMT Monday, August 23, 2010 1:22:08 PM GMT
MVC Experiment : An Alternative to Captcha I'm sure most of you have at some point been exposed to a CAPTCHA control on the net. They come in loads of forms and are used to tell the difference between humans and computers (bots). If you have a website on the net, you are prone to lots of different kinds of attacks from bots - such as CSRF (Cross-Site Request Forgery) You may have noticed that on some sites you get asked simple math questions or other simple questions when submitting or posting info... (more)
category: Web Dev | clicked: 3 | comment | | source: deanhume.com
tags: Slider, ASP.NET 3.5, C#, jQuery, MVC
3
Shouts

When it Comes to Asp.Net: Page Methods

published 1015 days, 6 hours, 5 minutes ago posted by ashishsarda99ashishsarda99 1016 days, 8 hours, 7 minutes ago
Sunday, August 15, 2010 10:20:17 AM GMT Saturday, August 14, 2010 8:17:59 AM GMT
Share|This article is all about the page methods and their usage. PageMethods is the part of Ajax.net and Script Manager. MS Ajax gives us ability to directly create a web method on aspx page. And also enable to directly call this web method from the page. This method is termed as Page Method. This is very easy way to implement Ajax functionality on the page. Like ICallback event handler here also we need to manipulate the string. Page Method works simply as Web Methods Script Manager Play critic... (more)
category: Web Dev | clicked: 0 | comment | | source: aspdotnetmatters.blogspot.com
tags: ASP.NET 3.5, PageMethods, web development, Ajax, ASP.NET
3
Shouts

dotnetExpertGuide: EMBED JAVASCRIPT FILE IN .NET ASSEMBLY

posted by nandipnandip 1161 days, 7 hours, 15 minutes ago
Monday, March 22, 2010 9:09:50 AM GMT
EMBED JAVASCRIPT FILE IN .NET ASSEMBLY With the release of ASP .NET 2.0 AJAX Extensions 1.0, building AJAX application with .NET technology is quite easier without writing single line of JavaScript. But still if we want to develop rich AJAX application then coding in JavaScript is must for greater control over the application. In this article, I will explain how to embed JavaScript file in Assembly and how to invoke this embedded file from ASP .NET web form. This technique is useful when we h... (more)
category: Web Dev | clicked: 0 | comment | | source: dotnetexpertguide.blogspot.com
tags: ASP.NET 3.5, ASP.NET 2.0 tutorial, ASP.NET
5
Shouts

Use ASP.NET 4 Browser Definitions with ASP.NET 3.5 - Stephen Walther

published 1176 days, 59 minutes ago posted by jantujantu 1176 days, 6 hours, 47 minutes ago
Sunday, March 07, 2010 3:25:35 PM GMT Sunday, March 07, 2010 9:37:50 AM GMT
We updated the browser definitions files included with ASP.NET 4 to include information on recent browsers and devices such as Google Chrome and the iPhone. You can use these browser definition files with earlier versions of ASP.NET such as ASP.NET 3.5. The updated browser definition files, and instructions for installing them, can be found here,The changes in the browser definition files can cause backwards compatibility issues when you upgrade an ASP.NET 3.5 web application to ASP.NET 4. If you encoun... (more)
category: How To | clicked: 0 | comment | | source: stephenwalther.com
tags: ASP.NET 3.5, ASP .NET, ASP.NET 4
7
Shouts

How to send mail asynchronously in asp.net

published 1183 days, 3 hours, 30 minutes ago posted by http://jalpesh.blogspot.com/http://jalpesh.blogspot.com/ 1185 days, 20 hours, 29 minutes ago
Sunday, February 28, 2010 12:54:31 PM GMT Thursday, February 25, 2010 7:56:04 PM GMT
With Microsoft.NET Framework 2.0 everything is asynchronous and we can send mail also asynchronously. This features is very useful when you send lots of bulk mails like news letter. You don’t have to wait for response from mail server and you can do other task . Let's create a simple example to send mail. For sending mail asynchronously you need to create a event handler that will notify that mail successfully sent or some errors occurred during sending mail. Let’s create a mail object and then we will ... (more)
category: Web Dev | clicked: 1 | comment | | source: jalpesh.blogspot.com
tags: ASP.Net 2.0, ASP.NET 3.5, System.Net.Mail
2
Shouts

Code Tech Blog

posted by hunterz85hunterz85 1219 days, 21 hours, 52 minutes ago
Friday, January 22, 2010 6:33:17 PM GMT
The main disadvantage of the custom paging in my previous article is, the pager links are not simply a hyper link to a page. Instead, they are associated with javascript which makes a postback to bind the current page records and thus making it not search engine friendly. A link is search engine friendly if it has a target page associated with it through href property. Search engines will automatically reach the target page and will index those pages in this case. Moving forward, in this article we wil... (more)
category: Web Dev | clicked: 2 | comment | | source: codetechblg.blogspot.com
tags: Custom Paging, search engine optimisation (seo), GridView, ASP.NET 3.5, SEO Paging, Linq, Linq Data Source