Category: ASP.NET
Posts of Category: ASP.NET
  1. Create Dynamic Menu in ASP.NET MVC – A Complete How to Guide

    Create Dynamic Menu in ASP.NET MVC – A Complete How to Guide A menu plays a significant role in lending an amazing UX by making an application easily navigable. It can be used to make accessibility to a partic...Learn More
    ASP.NETMVC
  2. 5 Things You Must Consider Before Using ASP.NET Development

    **5 Things You Must Consider Before Using ASP.NET Development** Today’s contemporary web needs expect you to opt for a programming framework that comes loaded with remarkable benefits. Before choosing a partic...Learn More
    ASP.NET
  3. 5 Facile Yet Incredibly Valuable Ways to Enhance ASP.NET Developer’s Efficiency

    **5 Facile Yet Incredibly Valuable Ways to Enhance ASP.NET Developer’s Efficiency** The ASP.Net Development has arguably redefined and restructured the ambit of web application development. The new age capabil...Learn More
    ASP.NET
  4. Create ASP.NET MVC 5 Application Using Model First Approach [Detailed Guide]

    Create ASP.NET MVC 5 Application Using Model First Approach [Detailed Guide] Many ASP.NET developer find writing and managing code for data access a monotonous job. But there is some good news. Microsoft provid...Learn More
    ASP.NETMVC
  5. 4 Free ASP.NET Hosting Websites

    4 Free ASP.NET Hosting Websites Here you will know about some best and free asp.net hosting websites. Are you a student or developer? Do you have ASP.NET website? Want to test your ASP.NET project online? Want ...Learn More
    ASP.NETWebsiteHosting
  6. why don't show the textbox value?

    I've written this value to show the textbox5 value but it is not showing the value of this textbox. Where Is the problem i can not find it, it shows only blank. Design Code: <p class="style1"> For...Learn More
    ASP.NETC#DatasetTextbox
  7. How to get expiry date for cached item?

    I store an object in MemoryCache: void foo() { ObjectCache cache = MemoryCache.Default; SomeClass obj = cache["CACHE_KEY"] as SomeClass; if (null == obj ) { obj = new SomeClass(); .... CacheIt...Learn More
    ASP.NETC#
  8. Upload file on ftp

    I want to upload file from one server to another ftp server and following is my code to upload file but it is throwing an error as: {"The remote server returned an error: (550) File unavailable (e.g., file not ...Learn More
    ASP.NETC#
  9. Merge duplicate datatable records into XML document

    I have a datatable with category/subcategory records in the format below: hierarchy id1 cat1 id2 cat2 id3 cat3 4 3105 Mens 3195 Shorts 3130 Shorts 4 3105 Mens...Learn More
    ASP.NETXMLC#Hierarchydatatable
  10. DotNetOpenAuth OpenId Provider Intermittent issue while using with .Net 4.0

    I was trying to use Sample application OpenIdProviderWebForms Application from DotNetOpenAuth-4.0.0.12084. It was working fine with OpenIdRelyingPartyWebForms when I used it as it is but suddenly I started get...Learn More
    ASP.NETopeniddotnetopenauth
  11. OAuth Exception issue

    The following URL causes an OAuth exception. I have no idea why this is as locally this is working OK. It is only when it is on the domain does it fail. The app is configured correctly each time in the Faceb...Learn More
    ASP.NETC#Facebookasp.net-mvcasp.net-mvc-4
  12. Can't connect to SQL Server from asp.net application

    Hi i want to publish my application in a IIS server. First i create a database in my sql server and put all my needed data on it. Then i update my web.config to use the new remote Database. Unfortunatly i get a...Learn More
    ASP.NETsql-serverconnection-string