 | How to insert text into TextArea at the cursor position using Javascript? Hi,
I am trying to insert text into TextArea box dynamically at the cursor position. I can append to the end but I am looking for some kind of Javascript to insert at cursor position.
... | 10 months 4 wks ago | SBajra | 5 replies | |
 | How to validate XML using schema (XSD) in C# .NET? I created a schema (XSD) for my XML file. During runtime I need to validate if the XML file is valid based on the schema that I created. Is there any way in .NET to validate XML file aga ... | 1 yr 1 month ago | SBajra | 4 replies | |
 | How to validate email in Visual Basic .net Hi,
I need to validate email address using VB.NET. I am kind of new to VB.NET world. So, this question may be trivial to most. :)
Thanks in advance. | 1 yr 1 month ago | Antonio Sarc | 4 replies | |
 | Create dynamic array in C# I am looking for way to create dynamic array that I can easily insert/add new elements. How do I create dynamic array in C# .NET? | 1 yr 1 month ago | Harshal Chaudhari | 3 replies | |
 | Difference between ScriptManager.RegisterClientScriptBlock vs ScriptManager.RegisterStartupScript? What is the difference between using ScriptManager.RegisterClientScriptBlock vs ScriptManager.RegisterStartupScript? I thought both embeds Javascript to the page during Asyc calls.
Can ... | 1 yr 1 month ago | SBajra | 1 replies | |
 | Appfuse:Could not find artifact com.sun:tools:jar:1.5.0 Hi,
My environment is like this
JDK 1.6
Appfuse 2.1
I am using Maven plugin in eclipse to build the project but getting this error:
Could not find artifact com.sun:tools:jar:1.5.0
... | 1 yr 1 month ago | Yogaraj Khanal | 6 replies | |
 | Can I merge .exe and dll into one single executable file? I have windows .NET application with .exe which uses other .dll files. And I need to redistribute this .exe and .dlls files. and it will be nice if I can combine all .exe and .dll into o ... | 1 yr 2 months ago | Kai Film | 3 replies | |
 | How do I generate.designer.cs file from coded ui test UIMap.uitest file How do I generate .designer.cs file from coded ui test file UIMap.uitest file? I mistakely deleted the .designer.cs file thinking it will be auto generated by Visual Studio.
Please help. | 1 yr 2 months ago | SBajra | 1 replies | |
 | How to stop child web.config application from inheriting parent web.config value? I have a problem. I have installed ASP.NET 4.0 in IIS web site root but I do have other ASP.NET 2.0 application as virtual directory under same web site.
Now the problem is, in root we ... | 1 yr 2 months ago | Sam Buchana | 2 replies | |
 | TFS error - The path... is already mapped in workspace I am creating a new build in Team foundation server. But I am getting workspace mapping error whenever I tried to execute.
The path C:\Builds\5\TFSProject\testproject is already mapped ... | 1 yr 2 months ago | SBajra | 1 replies | |
 | Add Work item while checking using TF.exe Hi,
I am using TFS Source control check-in policy "Work Items" to enforce attaching work items whenever someone check-in the code. It works all good but I also have MSBuild sc ... | 1 yr 2 months ago | SBajra | 1 replies | |
 | TFS exception: Internal error in Custom Path Policy. Error loading the Custom Path Policy policy I am using TFS power tool and using custom check-in policy provided with TFS power tool. I am using "Custom Path Policy" for defining check-in path for source control check-in ... | 1 yr 2 months ago | Elizabeth Davis | 2 replies | |
 | ASP.NET 4.0 error - The relative virtual path 'aspnet_client/WebForms.js' is not allowed here. I am trying to convert ASP.NET form application from .NET framework 2.0 to latest 4.0. It compiles all good with .NET framework 4.0 but whenever I tried to execute my application, I get ... | 1 yr 2 months ago | SBajra | 1 replies | |
 | Split Six digit numeric value from a sentence I have a alphanumeric sentence starting with a six digit number. I need to separate/split that six digit number from the sentence. There is a mix of Alpha nad numbers in the entire sente ... | 1 yr 2 months ago | SBajra | 1 replies | |
 | Difference between .NET client profile and full .NET framework installation? I came across .NET client profile. But I am kind of confused how this is different than full .NET framework installation? When should we prefer .NET client profile vs. full .NET framewor ... | 1 yr 3 months ago | G-Stone | 2 replies | |