Articles
|
XSLT stands for Extensible Stylesheet Language Transformations. It is technology developed by W3C to convert the XML documents to HTML/XHTML document in order to present it in a browser. We can also use this technology to convert the XML data to a different XML format.
Posted on 5/11/2010 @ 12:07 AM
By Satheesh Babu B
in ASP.Net
|
There will be requirements where we need to start and control an exe in server using an ASP.Net application. Since web based applications have its own limitation one can’t achieve every complex requirements using a web application. Moving forward, we will see how this can be implemented using ASP.Net and C#.
Posted on 4/24/2010 @ 8:02 PM
By Bala Murugan
in ASP.Net
|
ListView is a new databound control that is shipped with ASP.Net 3.5. In this article, we will see how to use GroupTemplate for grouping data using ListView control. By using GroupTemplate we can display data in tiled format using ListView control. Reade more..
Posted on 4/10/2010 @ 9:24 PM
By Satheesh Babu B
in ASP.Net
|
In this short article, we will see how to fetch the control that raised the postback from the codebehind.
Posted on 3/19/2010 @ 8:41 AM
By Satheesh Babu B
in ASP.Net
|
GridView control is one of the most widely used databound control in ASP.Net. It will be good and user friendly if make the GridView control’s row itself selectable instead of having separate buttons in every row for Select, edit and delete actions. Read more..
Posted on 3/11/2010 @ 8:23 AM
By Satheesh Babu B
in ASP.Net
|
Postback is a mechanism where the page contents are posted to the server due to an occurence of an event in a page control. For example, a server button click or a Selected Index changed event when AutoPostBack value is set to true. Read more..
Posted on 3/4/2010 @ 7:55 AM
By Satheesh Babu B
in ASP.Net
|
There is no inbuilt rich text editor control readily available in existing ASP.Net control set. Since, developing a rich text editor ourselves is time consuming and complicated task, we can try using some of the readily available rich text editor in the internet. TinyMCE editor is one such editor that can be integrated and used in ASP.Net projects for providing rich text editing options.
Posted on 2/25/2010 @ 7:00 AM
By Satheesh Babu B
in ASP.Net
|
CKEditor is formerly called as FCKEditor. It is an open source WYSIWYG editor which is called FCKEditor till 2.x version and got renamed to a new brand called CKEditor and continued its evolution from 3.0 version. his version of CKEditor supports the integration of the jQuery library by exposing some API.
Posted on 2/12/2010 @ 6:37 AM
By Satheesh Babu B
in ASP.Net
|
CKEditor is formerly called as FCKEditor. It is an open source WYSIWYG editor which is called FCKEditor till 2.x version and got renamed to a new brand called CKEditor and continued its evolution from 3.0 version. Moving forward, we will see how the new CKEditor can be used in an ASP.Net website.
Posted on 2/4/2010 @ 7:38 AM
By Satheesh Babu B
in ASP.Net
|
JavaScript is one of the very versatile scripting languages that are used in Web applications. Even though we can accomplish everything in server side programming using C#, it is still advisable to do some of the things like validations, etc in clientside using JavaScript. In ASP.Net 1.x, we don’t have that much support in the framework to hook JavaScript functions from the asp.net page dynamically.
Posted on 2/2/2010 @ 7:24 AM
By Satheesh Babu B
in ASP.Net
|
|