This example shows how you can use rating from ajax toolkit. This example is built like every time you rate the rate value will be stored in xml file as ratingsum. The ratingsum is divided with the clicksum which shows overall rating. Enjoy! This example can be downloaded
here
This project shows how to send Json arrays in both ways. This is a easy way to send data from server to client side and vice versa. If you use jQuery you can call .load besides toJson/parseJson methods which will load the array in a variable. You can download this project
here.
Happy coding :)...
This is used to prevent spam by bot applications. By using this check feature user needs to write the number down before sending a mail.This example can be downloaded
here
This asp.net example shows how to use Codeplexes asp.net facebook Login/Post to wall in iframe/canvas of facebook app. This is just an example of login, but you can deploy other facebook applications in same way. This project is using latest stable version wich is 5.4.1.0 written in .net 4.0. You can test this example
here and
here.
Happy Coding :D!
b.t.w. this example can be downloaded
here
This asp.net example shows how to use Codeplexes asp.net facebook Login/Post to wall example which i finally decided to share here. This project is using latest stable version wich is 5.4.1.0 written in .net 4.0.You can test this example
here.Happy Coding!
b.t.w. this example can be downloaded
here
This asp.net example shows how to use Codeplexes asp.net facebook Login/Post to wall example which I extended with GridView of friends. This project is using version 5.4.1.0 wich is written in .net 4.0.
Happy Coding!
b.t.w. this example can be downloaded
here
This example shows how you can display smileys on website. This can be used if you have a blog or forum. The code shows that before you publish a post you can insert smiley as :-) or :-D and the code will change the written smiley to a pic smiley. You can also make your own smileys or delete or insert new smiles to the source. NOTICE: if you use Server.HtmlEncode() method this won't work. Enjoy! This example can be downloaded
here
One of my latest projects is this dynamic picture gallery. This gallery contains an Accordion Pane for each album. Each album contains pictures for the particular album and is being handled by a slideshowextender. This is made so that the only thing for the user to do is to add new album folder with the pictures inside. NOTICE: by doing so you need to send a parameter from the server side which indicates the index for the particular album. The parameter is received as string type and needs to be parsed to int. GetSlides method is a service method which returns array of paths with pictures for each album. You can study this closer by downloading this project. This project example can be downloaded
here. You can test this project example
here Afterwards i needed to insert a short description for the particular album and i did it like
this. Source code can be downloaded
here.
This asp.net example shows how to use jquery with fancybox. You can read fancyboxes documentation
here. This example can be downloaded
hereHappy Coding!
This project shows how to generate PDF from a website url using wkhtmltopdf.
You can test this example
here. This example can be downloaded
here. Known issues: gif images don't work.
This project shows how to generate PDF from html using gmanny/Pechkin wrapper.
You can find original source code/documentation
here. This example can be downloaded
here. Known issues: gif images don't work.
This project shows how to use lazy loading using asp.net gridview and NorthWind DB. You can find original source code/documentation
here. Gridview will be populated initially with 40 records from the Orders table in NorthWind database in sql server. You can download the sample northwind database from
here. You can test this example
here.This example can be downloaded
here.This project is using dataset to populate the gridview but you can refactor it using Entity Framework. If you consider custom styles you can use
ListView/Repeater which is easy to style as you want. Happy Coding!
This project shows how to make a messagebox. Messageboxes are often useful to inform a user what to do or what is going on on the site. This example can be downloaded
here. This can also be done with ajax modal popup this project example can be downloaded
here. Another example shows how to make a popup
progressbar and can be downloaded
here. This final example shows how to appear a alwaysvisiblemessage and can be downloaded
here.
This example shows the use of GridView and DataList and use of MySQL as datasource. After .net connector for MySQL came it was easy to show your rows of data in GridView, DataList or ListView. But in this example it is showed how to Insert, Update and Delete through the Gridview row or DataList row. The script is written for the MySQL database but you can alter it to MSSQL if you want...You can test this example
here.Happy Coding!
b.t.w. this example can be downloaded
here