Saturday 29 December 2012

Move Gridview Rows Up and Down by using JQuery in ASP.NET using C#.NET/VB.NET

Move Gridview Rows Up and Down by using JQuery in ASP.NET
ASP.NET:
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
    <title>Move Gridview Rows Up and Down by using JQuery in ASP.NET</title>
    <style type="text/css">

Thursday 20 December 2012

Compare Validation for dates of format dd-MMM-yyyy in ASP.NET using Javascript

Compare Validation for dates of format dd-MMM-yyyy in ASP.NET using Javascript
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="ajc" %>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
    <title>Compare Validation for dates of format dd-MMM-yyyy in ASP.NET using C#/VB.NET
    </title>

Compare Validation for dates of format dd-MMM-yyyy in ASP.NET using C#/VB.NET

Compare Validation for dates of format dd-MMM-yyyy in ASP.NET using C#/VB.NET
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="ajc" %>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
    <title>Compare Validation for dates of format dd-MMM-yyyy in ASP.NET using C#/VB.NET

ASP.NET How to get all file names in a folder using C#/VB.NET

ASP.NET How to get all file names in a folder using C#/VB.NET
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.IO;

Thursday 13 December 2012

Compare Validation for dates of format dd-MMM-yyyy in ASP.NET using C#/VB.NET


Compare Validation for dates of format dd-MMM-yyyy in ASP.NET using C#/VB.NET

<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
    <title>Compare Validation for dates of format dd-MMM-yyyy in ASP.NET using C#/VB.NET</title>
    <style type="text/css">
        .color
        {
            color: Red;
        }
    </style>
</head>
<body>
    <form id="form1" runat="server">
    <div>
        <asp:ScriptManager ID="ScriptManager1" runat="server" />

Monday 10 December 2012

How to convert a numeric value into English words in ASP.NET using c#/VB.NET.

How to convert a numeric value into English words in ASP.NET using c#/VB.NET.

ASP.NET:
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
    <title>How to convert a numeric value into English words in ASP.NET using c#/VB.NET</title>
</head>
<body>
    <form id="form1" runat="server">
© 2012-2018 Aspdotnet-Kishore.blogspot.com. All Rights Reserved.
The content is copyrighted to Kishore and may not be reproduced on other websites without permission from the owner.