how to show/hide panel inside datalist using jquery
Written by Super Userif you wanted to use jquery like for showing/hiding panel
when button clicked inside datalist itemtemplate then you
experienced that the action is repeated per item.
MySQL provides drivers for .Net enabling building database
applications by their appropriate languages.
we can use DataSet to populate DataList or
GridView efficiently.DataSet is the best
option for accessing rows of tables.
I wanted paging for showing datalist items in pages.for
that i used pageddatasource.it's necessary very much.
following codes show how to add paging for datalist items -
how to make textbox wider when in focus using jquery
Written by Super Useryou may have seen input textbox becomes wider
dynamically in some websites when mouse cursor is
placed on it(in focus) to take some user input.It's
attractive to see and in this way it makes spaces
for larger input.
code behind file codes -
using System;
using System.Collections.Generic;
using System.Linq;
using System.Windows.Forms;