Latest Blog Posts - DotNet Cluster
- How to hid div while click the check box using jqueryon Apr 16, 2013 in JavaScript JqueryIts very useful while click the checkbox the onclick funcation called jquery that hidden value used div will be open while checkbox checked. Uncheck the checkbox the div will be hid. <input type="checkbox" id="ChangePassword"...
- Unable to start debugging on the web server. See help for common configuration errors, Running the web page outside of the debugger may provide further informationon Apr 10, 2013This error will happened when we will create new virtual directory in your project. your are miss some property settings. I have also some issue. I fixed easily. Open IIS Manager Select the Application pool drop down Change the ASP.NET V4.0 Save t...
- Error 175: The specified store provider cannot be found in the configuration, or is not valid.on Mar 27, 2013Store provider connection not found When i have Start in my MVC4 project by the time, I have a this issue, i was very confiused about this issue first i have to install MVC4 only after that i have to install MVC3 then i was installed MySql Connector...
- How to handle 404 Server side error in .neton Mar 2, 2013 in .NetThis server side error usually will be come, when we give the wrong URL. now how we can handle the in your .net application. That time we will show the custom error message. like this create one 404.aspx page in your own way to display that error m...
- Program that gets invalid characters [C#]When accepting input from your user, your program should expect that invalid characters will be entered. For example, your program has a custom file name dialog. You want to quickly detect invalid path characters. So: You can use the Path.GetInvalid...
- Program that uses Path.Combine [C#]Path.Combine is a useful method, but there are edge cases it cannot solve. It can't figure out what you want if what it receives is confusing. But different inputs can yield the same result path. Next: Here's a screenshot where we combine the folder...
- Program that uses GetExtension [C#]The Path type includes also support for extensions. We can get an extension, with GetExtension, or even change an extension with ChangeExtension. The method names are obvious and easy-to-remember. GetExtension handles extensions of four letters. It...
- Program that uses verbatim string [C#]Extensions GetFileNameWithoutExtension will return the entire file name if there's no extension on the file.Path.GetDirectoryName returns the entire string except the file name and the slash before it. Syntax When specifying paths in C# programs,...
- Program that tests Path class [C#]The extension of the file, the actual filename, the filename without extension, and path root. The path root will always be "C:\\", with the trailing separator, even when the file is nested in many folders. GetFileName. You can get the filename alo...
- Program that uses Path methods [C#]Path handles file path processing.Its a major thing the Path type in the System.IO namespace. Its very critical when using directly with paths. Examples If you need to extract filename path in your program. You can access it by adding "using System...
Loading Comments...
Comments
{ds_PageTotalItemCount} commentcomments
{pvComments::date}
{pvComments::comment}

