Fetch list of property name and value from any object
In any of the scenario where we have to wrote a common function where we can use any of the object type but all have set of common property so we need to fetch those properties. In one of the my...
View ArticleIn MVC controller returns rendered html
In MVC development sometime developers need to get rendered html code from controller’s action method. In my one of the requirement I am updating page’s specific portion by java script by json method,...
View ArticleBind cascading dropdown by ajax/json in MVC application
An Asp.net MVC developer can use this code to bind cascading drop down by ajax/json . Let’s say we have country drop down. When user selects country, states of selected country will be filled by json....
View ArticleUpload photo in flickr by asp.net code
In my applications are providing to facility to share their customer’s images but for that key issue is where those images need to store because generally every host environment have very limited...
View ArticleResponsive Web Design for all Devices
In current days visitors are accessing web site by multiple devices, so it is necessary to support web site for multiple device with different screen resolution. Let say web site should be accessible...
View ArticleBenefits of HTML5 and CSS 3.0
Most of the web programmer is familiar with hypertext markup language and css. These two language are use full to run layout in browser and easy for search and indexing. But the problem is html is not...
View ArticleEnter IIS binding entry by C# code
In many situation required to multiple domain in one web application. A specially for web based content management system. So in this kind of application this is very much important to bind each url...
View ArticleExport to Excel in asp.net MVC
In a scenario comes on asp.net MVC application comes where user need to export in excel , csv, xml file by asp.net MVC application as tabular data. So on export button form will be submitted and...
View ArticleFetch web page title tag, meta description and logo path from URL
This article is focus on how to fetch any web page title, meta description and logo path from web site url by C# code. In this code I have first fetch the html source form provided url and then based...
View ArticleUse MVC Web API
Visual studio 2012 provides a features of the asp.net MVC with web api with web services to rest service call. So when need to create web services we can use this one rather than creating a traditional...
View Article