CODEDIGEST
Home » 
Search
 

Technologies
 

CodeDigest Navigation
 

Technology News
No News Feeds available at this time.
 

In Community
No News Feeds available at this time.
 
ASP.NET
Articles
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
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.
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#.
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..
In this short article, we will see how to fetch the control that raised the postback from the codebehind.
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..
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..
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.
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.
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.
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.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15