While deploying a particular project I'm getting deployment error like "module has not been deployed"... but I'm able to deploy other projects... the error shown is as follows
In-place deployment at F:\onlineexam_1\build\web
deploy?path=F:\onlineexam_1\build\web&name=onlineexam_1&force=true failed on GlassFish v3 Domain…
Please help me to solve this problem:
I have a form in which i have written onSubmit calling a javascript function.
please tell me in that javascript function how can i check that who was the event generater ( i mean on which button click this even raised)..
Note: onsubmit function call is in form tag..
i am using javascript…
Please tell me what is difference
== if i write query directly in storedprocedure
== and write query in string variable and than run it in exec in stored procedure.
i am using ms sql server 2005
im now using mplayer to play incoming audio streams from network. i need to use gstreamer to play that. my code to play the audio using mplayer is like this:
arg<<"http://192.168.0.2/img/video.asf"<<"-novideo";
program="mplayer";
process=new QProcess(this);
process-start(program,arg);## Heading ##
i am converting my date to Universal Time using mydate.ToUniversalTime() in vb.net its giving me right time but its giving me time in "5/4/2010 4:30:00 AM" format (in vb.net) but i want it in "Wed, 05 May 2010 05:50:00 GMT" format.. please help me to make it in "Wed, 05 May 2010 05:50:00 GMT" format.
Hello all,
actually i downloaded code for scroll from.......
http://sorgalla.com/jcarousel/
but when i added it in my page and add using code ...
function addElement(url,imagePath){
alert(url);
alert(imagePath);
var container = document.getElementById('sncs');
items = container.getElementsByTagName("li");…
I want to get multiple file by parsing a input file Through Java.
The Input file contains many fasta format of thousands of protein sequence and I want to generate raw format(i.e., without any comma semicolon and without any extra symbol like "", "[", "]" etc) of each protein sequence.
A fasta sequence…
i am using VS2005 (c#.net desktop application). when i am adding eventHandler to a combo of datagridview, its automatically adding same eventhandler to all other combos of same datagridview..
my code:
private void dgvtstestdetail_EditingControlShowing(object sender,…
I want to programatically enable TCP connections on SQL Server. I believe we can achieve this by modifying registry entries and restarting SQL Server service. What registry should I edit?
Please Help me in creating a replace function.
Problem:
Their is a alfanumeric value of any lenght (string) and i want to replace its all characters with 'X' except right four characters
Like :
Value : 4111111111111111
Result Should be: XXXXXXXXXXXX1111…
i have an xml like :
<?xml version="1.0" encoding="UTF-8"?>
<entry>
<entry_id></entry_id>
<entry_status></entry_status>
</entry>
i am writing data in it like:
XmlNode xnode =…
Hi. I have problem that how can i can send image path to the function........
myn code is........
<a href="#" onclick="addElement(this.id);" id="cricket" tabindex="1">Cricket</a>
i want to send my image path in the…
Hi. I have problem that how can i can send image path to the function........
myn code is........
Cricket
i want to send my image path in the function addElement along with id.....
Please somebody help.....
I got visual studio 2005 express edition installed on my machine.But it did not contain any C# or web developer with it. So i later installed visual C# too. Now , I can create a C# project through visual C#. But I cant use visual…
I know that dot net dlls and exe contain their assemblies with them so every body can extract code from it. so to tell me how can i create my own dotnet obfuscator and tell me if their exist any other way to protect my…
In my datagridview , when in click on datagridviewComboBoxColumn to populate its dropdownlist it not show me dropdown list for that i need to click 2 times. at first time it just focus to datagridviewComboBoxColumn and…
i have the code if i press down button it goes to next textfield but to go to previous textfield what should be the code ...
<html>
<head>
<script language="JavaScript">
function…
CSS Code(what I need)
<style>
div[id!='div1']// I actually needed an inequality operator for NOT EQUAL TO
{
font-size:40px;
}
</style>
HTML code
<body>
…
i am new to windows services programming. I have confusion about what to set the Account type while writing a windows services.
how to choose or how to determine to which account type we need to…
Please tell me why some specific controls are inherited from IPostBackDataHandler interface (which maintains their state using HTTP Post header). and if state of controls like textbox are…
Ok my last post disapper so I ask again.
Ok if you cant send me code to stock trading app, i understand its dificult for to get code from forum
can you point me to techonologies to use…