verbatim string is a string which is interpreted
by the compiler exactly as it is written, meaning
that even if the string spans multiple lines
or keeps escape characters,etc.
Facebook access token is needed whenever you access
facebook stream of page or profile, Graph api call to post
to facebook.there are many ways by which you can generate
access token.By the following way you can create short lived
access token for a user as well as extend it to long lived
token -
There are many dialogs in faceook developer doc page -
https://developers.facebook.com/docs/dialogs/
There is a big difference in creating array of
objects in c# from c++,java.creating an array
of objects involves two step.
in windows invironment,the file system is splited into directories
and files.files holds the actual data,but directories are
storage for logical listing of files in the system.to deal with
files and folders(directories),CLR uses System.IO namespace.
the classes used are File,FileInfo,DirectoryInfo,Directory.
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 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.