Wednesday, December 21, 2011

How to Bind the DropDownList With Enum

0 comments 12/21/2011
We can Bind DropDownList with no of ways, Now I am going to show how to bind dropdown using ‘enum’. 

Check This How To Bind DropDownList Using List Collection and DataSet in Asp.Net



 Let’s take Countries ‘enum’ as follows

enum enCountries:int{India=0,USA,UK,UAE};


Read More»

Saturday, May 28, 2011

How To Bind DropDownList Using List Collection and DataSet in Asp.Net

0 comments 5/28/2011
We can bind DropDownList in Different ways by using List, Dictionary and DataSet.

To bind DropDownList we need to set some properties
DataSource
DataValueField
DataTextField
Let see how to use these properties to bind DropDownList

Binding DropDownList with List

In This Case the DropDownList both 'Value' and 'Text' field are same.

DropDownList ddl = new DropDownList();
List<string> countries = new List<string>();
countries.Add("USA");
countries.Add("India");
ddl.DataSource = countries;
ddl.DataBind();

Read More»

Thursday, April 28, 2011

jQuery Toggle Button Widget For Blogger

2 comments 4/28/2011
jQuery is Most Powerful and useful Library.In my blog i used jQuery to Develop no of widgets for making more useful and attractive.

List of jQuery Widgets for Blogger

In this article i am going to show how add a toggle widget for Blogger.

jQuery Toggle

Read More»

Saturday, April 16, 2011

Very Interesting Windows Magical Bugs

0 comments 4/16/2011
Today i got mail notifying about very interesting and amazing Magical bug in WINDOWS

MAGIC #1

An Indian found that nobody can create a FOLDER anywhere on
the Computer which can be named as "CON". This is
something funny and inexplicable? At Microsoft the whole
Team, couldn't answer why this happened!
TRY IT NOW, IT WILL NOT CREATE A "CON"
FOLDER



Read More»

Tuesday, April 5, 2011

jQuery Accordion Widget for Blogger

7 comments 4/05/2011
Accordion is more use as Multi Tabbed Widget.you might have been seeing on many sites.
I this article i am going to how to add Accordion as a Widget for your blog.
Check out my other useful jQuery Widgets For Blogger


  • Closeable jQuery Floating Message Box For Bloggers




  • Simple jQuery Multi Tabbed Navigation Widget For Blogger




  • Smooth Scrolling Widget For Blogger



  • image

    Read More»

    Saturday, April 2, 2011

    Smooth Scrolling Widget For Blogger

    0 comments 4/02/2011
    So many blogs contains lengthy pages,the readers fell difficult to navigate in page.In so many blogs or sites you may find this jQuery  Scroll to top Widget,If u your looking for that,Then go add this jQuery Smooth Scrolling Widget  to give more look and fell for your blog.Check these other jQuery Widgets

    »jQuery Floating Message Box Widget

    »jQuery Multi Tabber Widget

    Just see Demo of Scrolling to Top and jQuery features



    Read More»

    Thursday, March 31, 2011

    A Great News To (Photo)Blogger Authors

    1 comments 3/31/2011
    Absolutely this is great news blogger Authors especially photo bloggers,Blogger introduces new futures to authors to project their blog with great look and fell.

    Blogger currently offers five dynamic views for its public blogs. These views are only accessible if allowed for by the blog author


    Flipcard: available at http://funevil.blogspot.com/view/flipcard

    Mosaic: available at http://funevil.blogspot.com/view/mosaic

    Sidebar: available at http://funevil.blogspot.com/view/sidebar

    Snapshot: available at http://funevil.blogspot.com/view/snapshot

    Timeslide: available at http://funevil.blogspot.com/view/timeslide

    These views require modern browsers such as Internet Explorer 8+, Firefox 3.5+, Chrome or Safari. Many elements of these views will not work should you have an older browser.
    In all views, search is available in the upper right hand corner. Clicking on the ">" arrow in the very top left of the header bar will slide the header bar across and allow you to choose different views for the current blog as well as type in a new blog URL.
    There is also a feedback link for each view.

    Flipcard


    • Mouse over any of the cards to see the post title and comment count. As you scroll down, additional posts will continue to load.
    • Click on a card to see the post in full view. You can navigate through the posts using J (older post) and K (newer post) or the arrow keys. Hit escape or click Back to all posts to return to the Flipcard view.
    • In the upper left, click to sort by Date, Author and Category.

    Read More»

    Sunday, March 27, 2011

    All In One Floating Subscribe N Share Widget For Blogger (Extension)

    0 comments 3/27/2011
    In last article i write article on Floating Message Box for Blogger, Now in this article i am going to configure that one as a Fully Loaded Social Widget.

    List Of Futures

    »eMail Subscription
    »Add This Share Widget
    »All Connection To Your Blog

    Now see how add the widget,For this you need to add the this widget Closeable jQuery Floating Message Box For Bloggers

    Read More»

    Saturday, March 19, 2011

    Closeable jQuery Floating Message Box For Bloggers

    4 comments 3/19/2011
    I very eagerly waiting for to make this available for blogger, Previously i make jQuery Tabber Widget For Blogger now in this article i will show how to display the jQuery Message Box

    »I think no need to mention(First Download the Template)







    Read More»

    Saturday, March 12, 2011

    How To Display PreFixText In Different Style Of ASP.NET AutoComplete Extender

    3 comments 3/12/2011
    In this article i am going to show how to display PreFixTest In Different Style.Before going to forward i think you have idea about How to Use AutoComplete Extender, If not check This Article
    and in last article i discussed about AutoCompleteExtender with Progress Image


    Read More»

    Wednesday, February 23, 2011

    Poor Error Handling In MSDN

    0 comments 2/23/2011
    Today i am browsing MSDN in between i notify this error.

    Read More»

    Sunday, February 13, 2011

    AutoCompleteExtender with Progress Image

    0 comments 2/13/2011
    In last article i discussed about how to use AutoCompleteExtender,Now i am going to show here how to show progress image while retrieving results from DataBase,It is more use full if the DataBase Contains large no of records.



    Read More»

    Saturday, February 12, 2011

    How To Use Ajax AutoCompleteExtender in Asp.Net

    1 comments 2/12/2011
    Ajax a powerfull script on the web,It provides lot's more functionality to improve your application Perfomence and look and fell..

    In this article i am going to show how to work with AutoCompleteExtender (Control in AjaxControlToolKIt).

    AutoCompleteExtender is an ASP.NET AJAX Control that can be attached to any TextBox control, and will associate that control with a popup panel to display words that begin with the prefix typed into the textbox.

    Can we get the Auto Suggestion from server in two ways
    1.From Webservice
    2.From Static Method



    Read More»

    Wednesday, January 26, 2011

    Simple jQuery Multi Tabbed Navigation Widget For Blogger

    10 comments 1/26/2011
    So many people  heard about jQuery, for me still now no chance to work on that,finally the day came and i did tabbed navigation in one of my project.While working on that i got idea to make Blogger Widget.

    Still i remember,How much struggle i faced to setup Multi Tabbed Widget on my blog. But here now i am going to show in easy 3 steps.




    Read More»

    Sunday, January 23, 2011

    Recent Posts Widget With Thumblines For Photo Bloggers

    0 comments 1/23/2011
    One of Photo Bloggers request me to post this aticle,So Many Photo Bloggers are suffered to find appropriate Recent Post Widget to their blog. I added this widget on my Photo Blog Fun Evil

    I Modified the original Blogger widget Developed by Kranthi.

    Lets see how to install.....

    Read More»

    Saturday, January 15, 2011

    Maintaine Scroll Position After PostBack For Partial Page in Asp.Net(Using Div)

    0 comments 1/15/2011
    Some times our page contains scrollable division inside the page,In last article i disused about Maintain Scroll Position After PostBack in Page Level , But it maintains scroll position for page level only not inside.


    For This to achieve we need to take two hidden fields to store scroll position in between postbacks

    First add the following javascript code in head section of page...

    Read More»

    Friday, January 14, 2011

    Maintaine Scroll Postion After Postback In ASP.Net

    0 comments 1/14/2011
    In this article i am going to shows how to Maintain Scroll Position After PostBack.

    The MaintainScrollPositionOnPostback page property attribute allows to do that in different ways as follows...

    It is must need property for long pages...


    Read More»
  • Friends
  •  

    Recent Posts

    Copyright 2008 All Rights Reserved Tech Tasks Template by Rajesh Kumar Chekuri