DotNetShoutout - Stories tagged with ASP .NET
3
Shouts

Displaying clickable image in a GridView.

posted by dotnetfundadotnetfunda 1017 days, 2 hours, 28 minutes ago
Sunday, August 08, 2010 5:40:22 PM GMT
Here an image is displayed in each row of a GridView. And the most interesting point is these images are clickable. If one clicks on an image, he/she gets navigated to another page. (more)
category: Web Dev | clicked: 1 | comment | | source: www.dotnetfunda.com
tags: ASP .NET
2
Shouts

Paging with Repeater Control

posted by dotnetfundadotnetfunda 1018 days, 14 hours, 34 minutes ago
Saturday, August 07, 2010 5:34:51 AM GMT
Repeater doesn't have an in-built feature of paging. But we can use paging in it by using PagedDataSource class. Let me explain it in details. (more)
category: Web Dev | clicked: 2 | comment | | source: www.dotnetfunda.com
tags: ASP .NET
5
Shouts

.pdf generator in .NET - Dynamically generate .pdf in ASP.NET

published 1021 days, 8 hours, 29 minutes ago posted by dotnetfundadotnetfunda 1021 days, 16 hours, 33 minutes ago
Wednesday, August 04, 2010 11:39:56 AM GMT Wednesday, August 04, 2010 3:35:24 AM GMT
This article explains how to create a .pdf document in .NET using iTextSharp. After reading this article, you should be able to dynamically export GridView into .pdf document. You should also be able to generate .pdf with some custom text and images. (more)
category: Web Dev | clicked: 1 | comment | | source: www.dotnetfunda.com
tags: ASP .NET
5
Shouts

ASP.NET authentication and authorization

published 1021 days, 8 hours, 29 minutes ago posted by dotnetfundadotnetfunda 1022 days, 3 hours, 57 minutes ago
Wednesday, August 04, 2010 11:39:56 AM GMT Tuesday, August 03, 2010 4:11:01 PM GMT
This article will discuss how to implement ASP.NET authentication and authorization. This article initially starts with authentication and authorization concepts and later explains the three important ways of doing authentication and authorization i.e. windows, forms and passport. As the article moves ahead it explains basic, digest and integrated authentication in depth. This article also dives in depth on how forms authentication can be used to implement custom authentication and single-sign on authent... (more)
category: Web Dev | clicked: 1 | comment | | source: www.dotnetfunda.com
tags: ASP .NET
3
Shouts

FileUpload Server Control

posted by dotnetfundadotnetfunda 1025 days, 16 hours, 36 minutes ago
Saturday, July 31, 2010 3:32:18 AM GMT
Using this control, in ASP.NET one can upload files very easily. Though, it has few restrictions, yet I would say it is a fantastic Control. (more)
category: Web Dev | clicked: 1 | comment | | source: www.dotnetfunda.com
tags: ASP .NET
3
Shouts

How to work with QueryString?

posted by dotnetfundadotnetfunda 1025 days, 16 hours, 41 minutes ago
Saturday, July 31, 2010 3:27:40 AM GMT
Here i have tried to put some explanation about Query String with some examples. (more)
category: Web Dev | clicked: 0 | comment | | source: www.dotnetfunda.com
tags: ASP .NET
3
Shouts

When it Comes to Asp.Net: Ajax-Handle complex data type (e.g. Class)

posted by ashishsarda99ashishsarda99 1026 days, 7 hours, 14 minutes ago
Friday, July 30, 2010 12:54:22 PM GMT
Share|Use of complex data types in Ajax programming is a tricky part. In normal scenario we need to communicate between client and server via string manipulation only. In this article we will discuss about, Microsoft Ajax and the way we can handle complex data types. We shall use web service for Ajax communication; web service will be exposed to client using Script Manager. Complex data types can be handled using JSON objects, in this article we will discuss only about how to handle complex data types... (more)
category: Web Dev | clicked: 0 | comment | | source: aspdotnetmatters.blogspot.com
tags: webservices, ASP .NET, JavaScript, web development, WebService, Ajax, Ajax.Net
4
Shouts

Adrotator Control using XML, SqlDataSource and Timer Control

posted by dotnetfundadotnetfunda 1027 days, 13 hours, 13 minutes ago
Thursday, July 29, 2010 6:55:34 AM GMT
After studying a lot on Adrotator control, I came to this point, and tried my best to give my knowledge on this control to my readers. I hope u all will like this article of mine. (more)
category: Web Dev | clicked: 1 | comment | | source: www.dotnetfunda.com
tags: ASP .NET
4
Shouts

Cookies for the Beginners

posted by dotnetfundadotnetfunda 1028 days, 16 hours, 35 minutes ago
Wednesday, July 28, 2010 3:33:02 AM GMT
Here i have tried to explain the Cookie and ways of creating, accessing and deleting cookies. (more)
category: Web Dev | clicked: 2 | comment | | source: www.dotnetfunda.com
tags: ASP .NET
4
Shouts

When it Comes to Asp.Net: XMLHTTPJSClass - JSON Class for Ajax Operations

posted by ashishsarda99ashishsarda99 1030 days, 11 hours, 38 minutes ago
Monday, July 26, 2010 8:30:13 AM GMT
Share| In the development of Ajax application many times we may come across following issues. Need to update multiple text boxes simultaneously.Fill more that one dropdown lists.Combination of text boxes, dropdown lists and div tags.Calling different web pages and different webservices Means one event may lead to updating of many html elements. In such cases we will have to send Ajax request in a loop. Again for each request we will have to take care of timeouts and request failures. Here if data is s... (more)
category: Web Dev | clicked: 1 | comment | | source: aspdotnetmatters.blogspot.com
tags: JSON, Web, ASP .NET, JavaScript, web development, Ajax, XMLHttpRequest
3
Shouts

Menu Control for the Beginners.

posted by dotnetfundadotnetfunda 1030 days, 11 hours, 56 minutes ago
Monday, July 26, 2010 8:12:11 AM GMT
I have tried to give the steps for using the MENU control. (more)
category: Web Dev | clicked: 1 | comment | | source: www.dotnetfunda.com
tags: ASP .NET
3
Shouts

RegularExpressionValidator Control

posted by dotnetfundadotnetfunda 1030 days, 15 hours, 54 minutes ago
Monday, July 26, 2010 4:14:48 AM GMT
I have tried to use few of the properties of this control in my example.This will give a clear picture of the various benefits of this control. (more)
category: Web Dev | clicked: 1 | comment | | source: www.dotnetfunda.com
tags: ASP .NET
10
Shouts

Having some fun with the ListView control in ASP.NET - .NET Development - Gal Ratner

published 1029 days, 10 hours, 16 minutes ago posted by galratnergalratner 1031 days, 16 hours, 34 minutes ago
Tuesday, July 27, 2010 9:52:03 AM GMT Sunday, July 25, 2010 3:34:14 AM GMT
The ListView control is a natural progression of the GridView. It displays data by using user-defined templates instead of row fields, allowing for layout flexibility.  Paging, sorting, inserting and editing records are all built into a ListView, and, can be greatly manipulated both in the layout and functionality. Let’s look at some cool features we can implement on our own ListView. For the sake of this article I have created a basic ListView that has an ObjectDataSource along with an in memory list o... (more)
category: Web Dev | clicked: 4 | comment | | source: galratner.com
tags: listview, ASP .NET
3
Shouts

Show Client Side Alert Message From Server Side Code Even When Update Panel is Used

published 1036 days, 9 hours, 25 minutes ago posted by http://uniquesaiful.blogspot.com/http://uniquesaiful.blogspot.com/ 1037 days, 14 hours, 20 minutes ago
Tuesday, July 20, 2010 10:43:37 AM GMT Monday, July 19, 2010 5:48:19 AM GMT
Show Client Side Alert Message From Server Side Code Even When Update Panel is Used On 10.07.08, In Programming, by uniquesaiful Show client side alert message from server side code even when update panel is used.Show client side alert message from server side code even when update panel is used Developers might want to display client side message with information from server side to their users when they have completed some execution at server side. People may try in different way for this purpose. ... (more)
category: Web Dev | clicked: 1 | comment | | source: computersight.com
tags: alert, ASP .NET
2
Shouts

Development Blog :: Chris Poulter

published 1040 days, 7 hours, 33 minutes ago posted by chrispoulterchrispoulter 1041 days, 7 hours, 32 minutes ago
Friday, July 16, 2010 12:35:23 PM GMT Thursday, July 15, 2010 12:36:15 PM GMT
Working as a web and database developer I often come across useful snippets of information about the technologies, tools and standards I use professionally. In order that I don't forget them and that someone out there may find them useful I keep a blog detailing the problems and solutions I discover. (more)
category: Web Dev | clicked: 0 | comment | | source: www.chrispoulter.com
tags: C#, T-SQL, ASP .NET, CSS, HTML, MVC
5
Shouts

5 More Tailspin Spyworks Videos Now Live - Joe Stagner

published 1054 days, 7 hours, 1 minute ago posted by jantujantu 1056 days, 7 hours, 18 minutes ago
Friday, July 02, 2010 1:07:30 PM GMT Wednesday, June 30, 2010 12:50:50 PM GMT
The www.asp.net content team ahs pushed 5 more of my Tailspin Spyworks sample application videos live for your viewing pleasure. TailSpin SpyWorks - Adding Items to the Shopping Cart TailSpin SpyWorks - Display Shopping Cart TailSpin SpyWorks - Update the Shopping Cart TailSpin SpyWorks - Migrate the Shopping Cart TailSpin SpyWorks - Final Check Out   Work continues ……. (more)
category: How To | clicked: 3 | comment | | source: misfitgeek.com
tags: blog, ASP .NET
7
Shouts

ASP.NET MVC - MvcSiteMapProvider 2.0 is out!

published 1069 days, 6 hours, 32 minutes ago posted by rajuraju 1069 days, 12 hours, 4 minutes ago
Thursday, June 17, 2010 1:36:18 PM GMT Thursday, June 17, 2010 8:04:39 AM GMT
I’m very proud to announce the release of the ASP.NET MVC MvcSiteMapProvider 2.0! I’m also proud that the name of this product now exceeds the average length of Microsoft product names. In this blog post, I will give you a feel of what you can (and can not) do with this ASP.NET-specific SiteMapProvider. As a warning: if you’ve used version 1 of this library, you will notice that I have not thought of backwards compatibility. A lot of principles have also changed. For good reasons though: this release is... (more)
category: Web Dev | clicked: 2 | comment | | source: blog.maartenballiauw.be
tags: MvcSiteMapProvider, ASP .NET, ASP .NET MVC
3
Shouts

VWG goes XAML - A sneak peak to VWG Sites

posted by webguiwebgui 1076 days, 23 hours, 43 minutes ago
Wednesday, June 09, 2010 8:25:23 PM GMT
In this video we show the new ability to develop Visual WebGui application using Xaml in what is called Visual WebGui Sites. Visual WebGui sites lets you work as a web site editing code and design and simply refreshing the page to see the results. (more)
category: Web Dev | clicked: 4 | comment | | source: www.visualwebgui.com
tags: Web application, Framework, Web, ASP .NET, web development, web developers, XAML, Ajax, ajAX framework
6
Shouts

Using a native Dll via LoadLibrary within ASP.NET runtime

posted by reshmireshmi 1090 days, 18 hours, 57 minutes ago
Thursday, May 27, 2010 1:11:57 AM GMT
I was recently debugging a code that was trying to load a native Dll using LoadLibrary within ASP.NET process. The code was trying a load native Dll and then dynamically invoke a method by name using GetProcAddress. The loadlibrary code was working as expected within a managed Dll and was also tested with in a console application.  But it started throwing exception when it was used by the ASP.NET process. Debugged and figured out the exception was FileNotFoundException for loading the Dll via LoadLibrary... (more)
category: Architecture | clicked: 4 | comment | | source: naveensrinivasan.com
tags: Win32Api, Win32, ASP .NET
6
Shouts

Extending NerdDinner: Exploring Different Database Options - Scott Hanselman

published 1092 days, 7 hours, 25 minutes ago posted by jantujantu 1093 days, 4 hours, 22 minutes ago
Tuesday, May 25, 2010 12:43:13 PM GMT Monday, May 24, 2010 3:46:22 PM GMT
The original NerdDinner Sample was very simple. Two samples, simple, in fact. Perhaps it's the new Northwind, as it's a good way to start working with ASP.NET MVC. However, it's not a perfect sample or an idealized example on how to do many things that users want to do.Fortunately, there's been lots of cool folks in the community who have "forked" NerdDinner and done interesting stuff with it. Each of these samples is usually focused on a specific scenario, so they won't necessarily be merged with the ... (more)
category: Web Dev | clicked: 2 | comment | | source: www.hanselman.com
tags: ASP.NET MVC, Data | NerdDinner, ASP .NET, Source code, Open Source, ASP.NET