My Linux Stuff - Complete Blog For Linux Articles

My Linux Stuff - Complete Blog For Linux Articles

A Website For Complete Linux OS,Step by Step linux Installtion, Linux Tips and Tricks and Linux Stuff and so on... Connect and sharing here....

Subscribe Now!

Enter your email address:

Wednesday, December 29, 2010

What do we Understand by the word "THEME" in asp.net ?

Answer: Theme is a group of property settings that allows to define the look and feel of the controls to be consistent through out the Web Application . One of the advantage with themes is unlike CSS we can even Design server side controls like for example Treeview the style of rendering elements into the browser can be changed as per our wish. Here we can even change entire Web Application look and feel by just changing the theme properties. Hence these Themes could be very much useful for UI development of a web appl...

India Bix Site For Online Test For Technology , Puzzles , Apptitude & Technical Questions So on etc..

...

What Is Event Bubbling ?

What Is Event Bubbling? For every control in asp.net there are some pre defined events which could be handled for example let us take a button which has an OnClick() event when ever a single click is made to that button that event raises.But if that particular button is in any of the following Server controls like GridView,Repeater,DataList etc .We cannot retrieve the button onClick() event directly. For that let us consider we have the same button in GridView.Here Button is the child control where as the parent control is our Gridview. These...

Saving images into the database in asp.net and displaying to the GridView

Introduction This article has been written in the response of the question asked in this Forum thread http://www.dotnetfunda.com/forums/thread2974-explanation-about-ashx-pagehandler-page-with-example.aspx where the author was able to save the image into database successfully but couldn't show the record into the GridView. Namespace used in this articleYou will...

Related Posts Plugin for WordPress, Blogger...