DotNetShoutout - Stories tagged with ASP .NET
6
Shouts

ASP.NET - Decoding viewstate is very simple by using LosFormatter class

published 437 days, 20 hours, 57 minutes ago posted by dharadhara 445 days, 13 hours, 56 minutes ago
Tuesday, March 13, 2012 7:12:50 AM GMT Monday, March 05, 2012 2:13:15 PM GMT
Though I know viewstate is vulnerable to security as it reveals sensitive information, I always thought that its reasonably difficult to decode. But i found that decoding viewstate is very much simpler. ASP.NET has a class "LosFormatter", by using which we can decode viewstate (more)
category: Web Dev | clicked: 105 | comment | | source: beyondrelational.com
tags: .NET, ASP .NET
2
Shouts

Native Silverlight 5 Support and 100+ Enhancements | Intersoft Solutions Corporate Blog

published 463 days, 21 hours, 38 minutes ago posted by jemmyjemmy 466 days, 19 hours, 16 minutes ago
Thursday, February 16, 2012 6:31:00 AM GMT Monday, February 13, 2012 8:53:03 AM GMT
Just a month ago, the Silverlight team has finally released the long awaited Silverlight 5. The latest Silverlight release simply signals that the technology is still of interest by huge number of developers. With dozens of exciting features in Silverlight 5 such as full trust support for in-browser apps, vector printing support, 64 bit support ... (more)
category: Metro | clicked: 25 | comment | | source: intersoftpt.wordpress.com
tags: clientui, sql report viewer, WPF, ASP .NET, SQL Reporting Services
4
Shouts

Number- New HTML5 Input type

published 463 days, 13 hours, 55 minutes ago posted by dharadhara 469 days, 9 hours, 21 minutes ago
Thursday, February 16, 2012 2:14:19 PM GMT Friday, February 10, 2012 6:48:10 PM GMT
I have been writing few series of new HTML5 input types and this is another post on same series. In this post I am going to explain Number input types. The number type is for numeric values. When you use number input type it will have spinner with up... (more)
category: Web Dev | clicked: 51 | 2 comments | | source: beyondrelational.com
tags: .NET, ASP .NET
3
Shouts

Implementing Date Search functionality using Asp.net and c# | Developers Code

posted by taanu51taanu51 479 days, 50 minutes ago
Wednesday, February 01, 2012 3:19:15 AM GMT
Implemeting search functionality is common in web or windows applications.Here i would like to explain the procedure of implementing date Search functionality to bind the data in gridview using Asp.net and c#. First ,Add two Textbox controls and one button and change the properties as follows For First Textbox ,change the name as TxtFromDate and Add the Ajax Calendar Extender to that Textbox. For Second Textbox ,change the name as TxtToDate and Add the Ajax Calendar Extender to that Textbox. ... (more)
category: Web Dev | clicked: 49 | comment | | source: www.developerscode.com
tags: Search, Date, ASP .NET, Ajax, Calendar
2
Shouts

Working with Ajax Calender Extender with dd/mm/yyyy Validation | Developers Code

posted by taanu51taanu51 479 days, 19 hours, 42 minutes ago
Tuesday, January 31, 2012 8:27:53 AM GMT
Hi friends,In this article i would like to explain "How to use Ajax calendar Extender in Asp.Net applications" .Here we are displaying date in dd/mm/yyyy Format.First we need to add AjaxControlToolkit to your Application.click here to know the procedure of adding Ajax Toolkit to your applications. Open the Default.aspx and select one Textbox from Toolbox and write the following code Next apply the Regular and Required Field validations for ** Now,the Date will be display in dd/mm/yyyy Forma... (more)
category: Web Dev | clicked: 29 | comment | | source: www.developerscode.com
tags: Validation, ASP .NET, Ajax, Calendar
4
Shouts

c# and .NET interview questions:- 4 real time use of Partial classes and partial methods

published 489 days, 11 hours, 23 minutes ago posted by questpondquestpond 496 days, 16 hours, 3 minutes ago
Saturday, January 21, 2012 4:46:53 PM GMT Saturday, January 14, 2012 12:06:16 PM GMT
In this article we will explain for real time use of Partial classes and partial methods.For more articles and videos visit us on http://www.questpond.com/ (more)
category: Web Dev | clicked: 58 | comment | | source: computerauthor.blogspot.com
tags: .NET, .Net Interview Questions, ASP .NET, Asp.net interview questions, methods, partial application, classes
8
Shouts

The Dark Side of Covariance

published 502 days, 14 hours, 25 minutes ago posted by dharadhara 504 days, 20 hours, 38 minutes ago
Sunday, January 08, 2012 1:43:59 PM GMT Friday, January 06, 2012 7:31:31 AM GMT
What’s wrong with the following code? var names = new HashSet (more)
category: Web Dev | clicked: 37 | 1 comment | | source: beyondrelational.com
tags: .NET, ASP .NET
2
Shouts

Creating Custom Transform Type for Bundling and Minification in .NET 4.5 | dotnetExpertGuide.com

published 515 days, 19 hours, 54 minutes ago posted by nandipnandip 518 days, 1 hour, 40 minutes ago
Monday, December 26, 2011 8:15:27 AM GMT Saturday, December 24, 2011 2:29:06 AM GMT
Yesterday, we have learnt how to implement default Bundling and Minification with ASP.NET MVC 4 application as well we also examined how to create custom bundle which bundle and minify only specified files. While creating custom bundle, we suppose to pass transform type to bundle. Microsoft.Web.Optimization assembly shipped with two inbuilt transform type namely JsMinify and CssMinify. In addition to built-in transform type, we can also create our own custom transform type. Today we will examine how to c... (more)
category: Web Dev | clicked: 30 | comment | | source: www.dotnetexpertguide.com
tags: vNext, MVC 4, ASP .NET
2
Shouts

Display Slide OutBox depend up on Content using HTML and JQuery | Developers Code

posted by taanu51taanu51 521 days, 23 hours ago
Tuesday, December 20, 2011 5:09:31 AM GMT
Hi Friends,In this article i would like to explain the integration of slideroutBox at the Bottom of your webpages using HTML and Jquery.I am already using Third party Plugin for my blog for this feature.This plugin is provided by simple Reach..Its working Gr8..But this time,I am trying to create a custom Slider Outbox which will display depend up on content.So Lets start the implementation. First,create a new html page and Add the following css code in Head Section to create Slide... (more)
category: UX | clicked: 37 | comment | | source: www.developerscode.com
tags: ASP .NET, CSS 3, jQuery, HTML 5
2
Shouts

Efficient Use of Try Catch Block | dotnetExpertGuide.com

posted by nandipnandip 535 days, 18 hours, 32 minutes ago
Tuesday, December 06, 2011 9:37:50 AM GMT
In all application, whether it is web or desktop, whether it is built in .NET or JAVA or any other language, we all are using (and we should use if we are not!) Try Catch Block or similar available mechanism to handle the exception. But recently while I was working on one application, I observed that Try Catch Block was also used to make decision!!! As Try Catch mechanism is provided to handle exception and hence it is heavy operation and utilizes more CPU, we should not use Try Catch for such decision ... (more)
category: Web Dev | clicked: 10 | comment | | source: www.dotnetexpertguide.com
tags: Programming, C#, ASP .NET
4
Shouts

How to get the primary key value of the GridView rows in JavaScript or popup page?

published 569 days, 2 hours ago posted by dotnetfundadotnetfunda 571 days, 22 hours, 16 minutes ago
Thursday, November 03, 2011 2:09:25 AM GMT Monday, October 31, 2011 5:52:59 AM GMT
To get the primary ke value of the GridView records in JavaScript, we can follow this approach. (more)
category: Web Dev | clicked: 21 | 1 comment | | source: www.dotnetfunda.com
tags: ASP .NET
2
Shouts

How to: Delete all files from a particular folder using ASP.NET - Webwizo's Blog

published 575 days, 13 hours, 20 minutes ago posted by webwizowebwizo 575 days, 20 hours, 51 minutes ago
Thursday, October 27, 2011 2:49:45 PM GMT Thursday, October 27, 2011 7:18:53 AM GMT
Delete all files method is being used when you store uploaded temporary files in specific folder and want to remove all now. Here I am showing very easy and little method which will definitely help you out. (more)
category: Web Dev | clicked: 18 | 1 comment | | source: blog.webwizo.com
tags: ASP .NET, VB .NET, CSharp, C# .NET
6
Shouts

new solution explorer feature in visual studio11 developer preview

published 575 days, 13 hours, 20 minutes ago posted by dharadhara 577 days, 22 hours, 15 minutes ago
Thursday, October 27, 2011 2:49:45 PM GMT Tuesday, October 25, 2011 5:54:45 AM GMT
Microsoft Visual Studio11 Developer preview comes with bunch of new features and Solution explorer is also get some new features in it. There are few new icons added at top of solution explorer like below. Create new window with copy of this Window Feature... (more)
category: Web Dev | clicked: 30 | comment | | source: beyondrelational.com
tags: .NET, ASP .NET
3
Shouts

Build Online C# Syntax Checker with Roslyn | dotnetExpertGuide.com

posted by nandipnandip 579 days, 22 hours, 21 minutes ago
Sunday, October 23, 2011 5:48:45 AM GMT
As far as the web development concerns, Possibilities are lot increased with Roslyn project. In future we might see web application for online syntax checker-formatter, online code compiler (Upload code and download dll / assembly!!!), and might even whole online IDE based on SaaS model!!! Possibilities are endless. Here we will see how we can create online C# syntax checker with the help of Roslyn.Compilers.CSharp.DiagnosticList class. (more)
category: Web Dev | clicked: 5 | comment | | source: www.dotnetexpertguide.com
tags: Roslyn, ASP .NET
2
Shouts

Simple explanation about Query String in Asp.net | Developers Code

posted by taanu51taanu51 613 days, 8 minutes ago
Tuesday, September 20, 2011 4:01:53 AM GMT
Hi friends.Here i am going explain about Query String in simple way.Actually we know that it is one of the way of the Client side Management Technique.it is one of the important technique inclient side management technique   QueryStrings(URL): It is a client side management technique. It is used to pass the values or information from one page to another page through URL. Example: For example There are two pages named as FirstPage.aspx and SecondPage.aspx Our aim that we will pass the user's ... (more)
category: Web Dev | clicked: 16 | comment | | source: www.developerscode.com
tags: C#, ASP .NET, QueryString
3
Shouts

ASP.NET MVC 4 Mobile Project Template | dotnet Expert Guide

posted by nandipnandip 614 days, 14 hours, 43 minutes ago
Sunday, September 18, 2011 1:26:53 PM GMT
This post is part of ASP.NET MVC 4 Article Series. With ASP.NET MVC 4, it’s even easier to setup and carry out a project which target mobile and tablet device. Yes MVC team introduce a new project template with MVC 4 which target mobile and tablet platform. This project template is build on the base of jQuery Mobile. And hence it is also optimized for better experience for touch screen.To get started with Mobile Project Template in MVC 4Create a new ASP.NET MVC 4 Web ApplicationSelect Mobile Application... (more)
category: Web Dev | clicked: 17 | comment | | source: www.dotnetexpertguide.com
tags: vNext, MVC 4, ASP .NET, MVC
2
Shouts

How to sort the GridView data in ASP.NET?

posted by dotnetfundadotnetfunda 615 days, 22 hours, 13 minutes ago
Saturday, September 17, 2011 5:56:47 AM GMT
In this article, we shall learn how to sort the GridView data in ASP.NET. (more)
category: Web Dev | clicked: 3 | 1 comment | | source: www.dotnetfunda.com
tags: ASP .NET
2
Shouts

Displaying user details using ModalPopupExtender

posted by dotnetfundadotnetfunda 617 days, 22 hours, 33 minutes ago
Thursday, September 15, 2011 5:36:51 AM GMT
ModalPopupExtender is used to open a pop-up or to open a separate ASP.NET page as a pop-up (more)
category: Web Dev | clicked: 2 | 1 comment | | source: www.dotnetfunda.com
tags: ASP .NET
7
Shouts

How to populate GridView from code behind?

published 609 days, 12 hours, 47 minutes ago posted by dotnetfundadotnetfunda 618 days, 14 hours, 28 minutes ago
Friday, September 23, 2011 3:22:14 PM GMT Wednesday, September 14, 2011 1:41:05 PM GMT
In this article, we shall learn how to populate GridView from code behind. This tutorials is for beginners. (more)
category: Web Dev | clicked: 37 | 15 comments | | source: www.dotnetfunda.com
tags: ASP .NET
8
Shouts

Allow only Numerics using JQuery in ASP.Net | DevelopersCode

published 609 days, 12 hours, 47 minutes ago posted by taanu51taanu51 619 days, 1 hour, 17 minutes ago
Friday, September 23, 2011 3:22:14 PM GMT Wednesday, September 14, 2011 2:52:36 AM GMT
Hi friends...Today i am going to explain the topic "Allow only Numerics using JQuery in ASP.Net".Our Requirement is, we have textbox which must be allow only entering numerics(Numbers). There are many ways to implement this.But have a look at to implement this by using JQuery. For this you must include the Javascript Code in section of your Web Form. Head Section Body Section Example : Explaination: Assume that in your web form there is a textbox that can be accessed only the numerical value... (more)
category: Web Dev | clicked: 47 | 14 comments | | source: www.developerscode.com
tags: C#, ASP .NET, JavaScript, jQuery
Previous 1 2 3 4 5 6 7 8 9 10 11 Next