(Ambily KK) ASP.Net Dynamic Data is used to develop data driven web applications using dynamic page and field templates. In this article we will look into the custom routing mechanism supported by ASP.Net Dynamic Data.
Tag: Development
Updating My Online Boggle Solver Using jQuery Templates and WCF
(Scott Mitchell) With WebForms, each ASP.NET page’s rendered output includes a element that performs a postback to the same page whenever a Button control within the form is clicked, or whenever the user modifies a control whose AutoPostBack property is set to True.
Rotate Text Link Advertisements Using jQuery in ASP.Net
(Satheesh Babu) There will be requirements where we need to rotate text ads or links in an ASP.Net page. For example, to provide features like news or stock ticker we need to basically rotate the news text or links at equal intervals.
Subterranean IL: Volatile
(Simon Cooper) This time, we’ll be having a look at the volatile. prefix instruction, and one of the differences between volatile in IL and C#.
ASP.NET authentication and authorization
(Questpond) This article will discuss how to implement ASP.NET authentication and authorization. This article initially starts with authentication and authorization concepts and later explains the three important ways of doing authentication and authorization i.e. windows, forms and passport.
Host Silverlight in an ASP.NET Application
(Raj Kumar) Silverlight 4 comes with tools, controls and functionality that is impossilbe to implement in ASP.NET. Companies are already building cool Silverlight controls. Currently, I am working on a Website where we have to build some Silverlight custom controls and integrate these controls with
Changes in System.IO classes in .NET Framework 4.0
(Vipul Patel) Earlier versions of .NET Framework (prior to .NET Framework 4.0 and going back to .NET 2.0) had many APIs in the System.IO namespace for enumerating lines in a file, enumerating files in a directory, etc. These APIs returned arrays which could then be looped over to process each item.
Using Recaptcha in AJAX Prototype Framework with PHP
One of the biggest problems with form handling is spam. If the form is not protected with captcha, then most likely spam and auto-form submission will happen. But thanks to Google Recaptcha, PHP and AJAX technology, a webmaster can now implement captcha protection without severely affecting the user
Appending One Array To Another With ArrayAppendAll() In ColdFusion
(Ben Nadel) This is just a super quick post about merging or concatenating two arrays in ColdFusion. Currently, the only way to natively join two arrays in ColdFusion is to use arrayAppend(), pushing one value at a time from the incoming array onto the target array. You can use the undocumented Coll
jQuery Selectors (Attributes and more filters)
(Bipin Joshi) In the previous part, I explained basic selectors and basic filters. Now let’s try to understand attribute selectors, content filters, child filters and visibility filters.
