EggHeadCafe - A Global Community Of Programmers

Millions of Microsoft technology professionals visit EggHeadCafe to learn about .NET, SQL Server, ASP.NET, WCF, LINQ, IIS, WPF, Silverlight, SharePoint, Windows Server, Windows 7, Excel, Word, and a lot more!  We have thousands of programming discussions.

Need a question answered?  Microsoft technology experts who may know the answer to your question are online right now.  So, why not become a member (free) and ask them your question right now?

New Questions

Dear All, In the below code "On Error Resume Next" is not working. My first value is BDP if am not able to find that next value is SECURE, it should go to next. but is not happeeing. Please help Sub FindLob() Dim cl As Range Dim ws As Worksheet Dim SearchString As String Dim searc...
Hi Guys, This is driving me mad and I'm sure it should be fairly straight forward. Using VBA, I'm lifting two sheets from a master workbook and saving them. One of the worksheets in the new workbook has some code in it and I'm trying to assign this code to a button on the other sheet. The problem I'm having is that no matter what I do, the code will try to ru...
Dear Friends Here i need to get help from yours side. I need to use Open Source , Portal CMS to my application. Can u tell me How i can achieve it ? Which one is best and good? How we can implement in my application ? Please Help me dear friends? ...
is their any way to implement HTML5 or XHTML5 in Visual Studio 2008 as i require to work in HTML5 features
var _Col_Name_lst = (from DataColumn x in _hdr[0].Table.Columns select x.ColumnName).ToArray(); _Col_Name_lst ----- This has a collection of string array like 0 - EMl 1 - AZEER 2 - VISTA -------- Here in abov...
$(function(){ $('#').click(function(){ var Isvalid=true; var filter = /^[1-9][0-9]*$/ if($('#').val()=='') { $('#<%= tbxarea....
I wanna clear all the controls in a Form. I have used the following Code: foreach (var control in this.Controls) { if (control is DevExpress.XtraEditors.TextEdit) &n...
What is signal R? How do I get started on this?
this is what I am trying to accomplish ... I have a list of events. Each event has tactics on how to implement the event and each tactic has costs. I am building the tactics list dynamically (can have more than 1 tactic for an event) and trying to build an editable gridview of the costs (can have more than 1 row of costs) for each event. When I click the edit button on the...
Dear All, I have below scenario. Please help me out. in Column A, i have the data which is copy pasted from a website. That data may contain, any of the below like ABCD, EFGH, IJKL, MNOP.. I need to search in the data whether any of the ABCD, EFGH, IJKL, MNOP..is existed or not, if existed, I want to select that value. I am able to do it, but if AB...
I do have a modal pop up extender , I have javascript functionality to call , but not sure how to implement the functionality in javascript here is my code when i click on this button teh pop up should show. function Showpopup() { // var pop = document.getElementById("mo...
An error is coming while i am running my web application the error is "It is an error to use a section registered as allowdefination this error can be caused by virtual directory not being configured as an application in IIS"
Hi, Here in my MVC application I have written Jquery methods for clearing the validation errors,so for example if we take 2 radio buttons then click on yes radio button it validates some controls when click on No radio button it clears the validation errors,so then when Click on No controls adjustment differs i.e styles are changing So please give me the solution...
Hi, How to get the xpress copy of "SiteCore" CMS, which is built on .net framework. We have requirements in Sitecore projects, to explore would like to download and install sitecore.. If anybody knows how to get it would be helpful to me... Advise... BTW have written to SiteCore-Sales asking for xpress copy, have not received reply... ...
hi , need help on data validation option in excel, i want when i select drop down list like one is CATOGREY-A,CATOGREY-B,CATOGREY-C, Other , when ever i select catogery A in cell like A4 in next cell B4 drop down list shows Geeta and if Select CATOGREY-B,in next cell shows drop down Neena. thanks anu
Hello everyone, Good afternoon. I have an urgent issue, I want exclude "From" attribute in the header of an email when i send to someone. I want to use our own "from" email address and just have a text box where if we enter new value or Email id, instead of actual "From" so this has to be display to the sent person email. Thanks.
Hi Expert, I want to kill my page on iis 7 which is running in Internet Explorer ,but same code is running fine on local system but it is not work on iis . please help me out .
Hi, I want to schedule job in SQL Server 2008 Express edition, but I didn't find Server Agent in it. How Can I schedule job for express edition. Let me know pls. Thanks Devendra
Hi All, I have three check boxes like chkEnglish,chkGerman,chkFrench. According to these checkboxes there are three div, and in these div there some textbox and button. mean every checkbox contain a block of form mean for separate language. so my query is when user check any checkbox then that for will open. like if anyone check chkEnglish t...