i am using a Repeater control in Master Page and on click i want to filter...
Hi Friends,I am using a Repeater control for categories in Master Page and on click i want to filter the row in default page.Master page Repeater control :shoes (3)shirts (12)Deafult page Repeater...
View ArticleMicrosoft monitoring agent recording for web requests and responses
Hi,As per my findings Microsoft monitoring agent records only errors related information for a web application.Is there any way by which it can record all web requests, Responses and CPU Usage , Memory...
View ArticleMVC HtmlHelper ListBoxFor and ListBox MultiSelectList Bug
The HtmlHelper.ListBoxFor and HtmlHelper.listBox methods have a design bug. A very frustrating and annoying bug, as no error is thrown, it simply doesn't correctly display the selected values.I'm not...
View ArticleIs it possible to to retrieve interface from an p/invoke call?
HiI have an Win32.dll, written in Delphi, that has methods that returns interfaces. Is it possible to retrieve these interfaces to C# by using P/Invoke?If YES or NO, please tell me how or why........
View ArticleWeird behavior of LogonUser - Why do I get "Access denied" on the 2nd...
using System; using System.Data; using System.Data.SqlClient ; using System.Threading; using System.Collections.Generic; using System.Runtime.InteropServices; using System.Security; using...
View ArticleEvent log trace listener to log messages to custom event source
I've got an EventLogTraceListener set up in my code and currently configured to write to the default Windows event log, in this case the Application log. I've created a new event log source and I want...
View ArticleHow can I make Create GUID appear in Tools menu in VS2012 Pro ?
I use Windows8 x64 machine, and I need the file Properties\AssemblyInfo.cs to compile web application. In Visual Studio 2012.3, Under Tools menu, I can not find the 'Create GUID' submenu. In order to...
View ArticleGetting randomly kicked out on a new Lenovo Ideapad U330
I am using a staffing software developed by www.intelliplan.se. I use this software on a Fujitsu and Acer Ultrabook with no problems running windows 8.1.But on the Lenovo ideapad U330 I am randomly...
View ArticleTimeout in FindFirst and FindAll System.Windows.Automation.AutomationElement
Hello,I am using an object System.Windows.Automation.AutomationElement class and calling FindAll and FindFirst methods of that class through the object. It fetches the correct results in maximum cases,...
View ArticleFulldownload of MVC 5.0
I need to download the full package of MVC 5.0. I can not use webinstall and I can not use nuget.Where can I get the full installation package from? Microsoft tends to forget the people behind...
View Article"access denied" for Process.GetProcessesByName
Hello, I have an application which is in C# & i want to call user defined service(which is developed in VC++).I am calling this service using "Process" class. This application is run under Local...
View Articleany API/Tools to compare changed file and get summary report (get the total...
Hi Friends,Is there any tools or API which can be used to compare two files (text format) and get the summary i.e. total number of new linesadded, lines deleted and lines modified?We need only no. of...
View ArticleSMTPClient.Send fails with error " System.Net.Sockets.SocketException: An...
C# service fails to send email with multiple attachments. The failure occurs when sending >3 attachments. This failure occurs even if the total attachment size under 100KB.Troubleshooting notes: -...
View ArticleHow to Read large volume of directory using Enumerate Directories?
I have developed an application to read large volume of my directory information (Both files and folders).my directory size would be more the 1000 GB.when I try to read the directory using the...
View Articleconvert HTML to RTF (rich text format)
Hello all,I created a WinForms application. On my form, I have a RichTextBox. The user can edit the text, including formatting then save it to Access 2007 in a Memo data type with the properties set...
View Articlebest way to license .net application
Hi, Can anyone suggest a best way to license my application so it requires an activation.. therefore, application will be protected from being shared with others? Is there a free tool within Visual...
View ArticleHow do you unload a Windows 7 registry hive using C#?
Hello, I'm new to C# programming so I haven't learned everything. For now, though, I'm trying to write a program that will--among other things--load a hive (i.e. NTUSER.DAT) into the registry, do a...
View ArticleAbout Music/Movies can play in the website use C#.Net
Like the title,I want to play Music/Movies in my website. I do a music website and have so many different file name, so I'd like use Mplayer to do it. I use .Net MVC3.0 . But I don't...
View ArticleGetting a security policy exception when we changed a site to .net framework...
Required permissions cannot be acquired.Description:An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error...
View Article@Html.DropDownList fails on Selected = true
It seems that the @Html.DropDownList fails to render <options></options> with Selected value set. I have an example: @foreach (SelectListItem item in ViewBag.Agare as...
View Article