| Articles |
How to add a Facebook "Like" or "Recommended" button in Silverlight and Asp.netYou ran to my article thinking that you will definitely do this in silverlight. Well it is practically not possible because you have to use iframes to do that and iframes cannot be used in xaml. But I will show you how can do it for your silverlight application not necessarily injecting it in your xaml.Views: 15988 | Posted by: Vuyiswamb | Votes: 1 | Rating: 5 out of 5 |
Gmail style file upload in ASP.NETIn this article, I shall show how to upload files in Gmail style where there is no Upload button, no file upload control. Just a link and thats it!Views: 36877 | Posted by: SheoNarayan | Votes: 3 | Rating: 3.67 out of 5 |
FileUpload - uploading file to the server without clicking a buttonIn this article, I shall show how to beign the file upload process without user explicitely clicking the Upload button.Views: 13827 | Posted by: SheoNarayan | Votes: 1 | Rating: 5 out of 5 |
|
|
Advanced Customization in ASP.Net Dynamic DataASP.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 various validation options and custom pages.Views: 11570 | Posted by: Ambily.raj | Votes: 1 | Rating: 5 out of 5 |
CAS (Code access security) & .NET 4.0 Security model FAQ (With Full Video demonstration)This article first starts with the basic concepts of CAS like evidence, permission, code groups and caspol.exe. It then moves ahead to demonstrate how CAS can be implemented in real world. This article further talks about ground up changes made in .NET 4.0 for CAS. In those regards it discusses about security transparent model and sandboxing.Views: 11861 | Posted by: Questpond | |
Customization in ASP.Net Dynamic DataASP.Net Dynamic Data is used to develop data driven web applications using dynamic page and field templates. In this article we will see how to customize our ASP.Net Dynamic Data web application.Views: 12351 | Posted by: Ambily.raj | Votes: 1 | Rating: 5 out of 5 |
Routing in ASP.Net Dynamic DataASP.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.Views: 10014 | Posted by: Ambily.raj | Votes: 1 | Rating: 5 out of 5 |
How to apply custom paging to a DataGrid controlIn this article I have explained how you can apply custom paging to a DataGrid control. With the help of this custom paging you can easily navigate the records one by one present in the DataGrid control. Also I have given a code snippet that will give you the brief idea that how you can apply custom paging to the controls.Views: 5588 | Posted by: Tripati_tutu | |
|
|
ASP.Net Dynamic DataASP.NET 4.0 supports different types of web application development and associated templates. In this article, we will talk about the ASP.Net Dynamic Data and how we can create a fully functional web application without writing a single line of code.Views: 24808 | Posted by: Ambily.raj | Votes: 1 | Rating: 5 out of 5 |
How to perform Insert,Update,Delete and Load operations onto the DatabasePerforming Insert ,Update,Delete and Load operations onto the database using SQL authentication.Views: 4023 | Posted by: Swethaperugu | Votes: 1 | Rating: 3 out of 5 |
ASP.NET Security Update Now AvailableRemember vulnerability of ASP.net I talked about before, now updates are available for all frameworks of .NET and also for all os platformsViews: 1932 | Posted by: Vikas413 | |
ASP.NET Security Vulnerability and it’s solutionVulnerability in ASP.NET Could Allow Information leak, how to solve it and link to good knowledge base post ;)Views: 2454 | Posted by: Vikas413 | Votes: 1 | Rating: 5 out of 5 |
Passing multiple IDs to the database from ASP.NET ApplicationMany a time we come into the situation where we need to pass ProductIds or ItemIds separated by comma from UI to the database. The first thing that comes in our mind is its easy by using IN keyword in the SQL Server but this is not as easy as it looks like. In this article, I have shown how to handle this situation easily in the client side itself.Views: 4463 | Posted by: SheoNarayan | Votes: 3 | Rating: 4.33 out of 5 |
.NET 4.0 MEF FAQ (Socket, Plug and extension)This FAQ deep dives in to .Net 4.0 MEF fundamentals (Import and Export) and also explains when to use MEF over DI / IOC. This article also explains step by step on how to use MEF in various technologies like Silverlight, WPF and ASP.NET.Views: 12349 | Posted by: Questpond | |
Dynamically adding an item in a DropDownList Control.Here i am going to explain how to add an item dynamically in a DropDownList Control.Views: 16506 | Posted by: Ganeshji | Votes: 1 | Rating: 5 out of 5 |