Hi,
How do i update textbox using MVC Ajax UpdateTargetId option.?
I am new to MVC Ajax applications. Please any one help me out.
Thanks,
Pon Kumar Pandian .T
Hi guys,
i have one application that is deployed in IIS at Remote Desktop. if i access that application from local system
i am getting "Internet explorer cannot display the webpage" and it is running fine in Remote Desktop but not in Local system.
any solution why?
Regards
kumar
Hi I have created a text field in java and i am able to get the data from text field and store in a .txt file. But My problem is that let the my data in textfield is in bold and italic format and the font colour is red. Now I want to store the data exactly in the same format in .txt file. I donot know how to write code for that.
Anyone please help me to solve this type of problem
Thanks
Sunil Kumar Sahoo
Hi All,
I created Tabular value filter and configured to report in dashboard designer
but when I preview the report 'This report requires a default or user-defined value for the report parameter 'swcustomer''
How to i resolve this issue.
Thank you for your help.
Kumar
Hi,
i am developing one aspnet application in that i am using Sessions. if user login into the application and click on logout here i am closing session.
suppose if the user doesn't click on the logout and he close the browser. how to kill the session when user closed the brower without logout
Regards
kumar
hi,
how to view the job in text in sql server 2005?
Ex: for store procedure we use sp_helptext .is there any keyword for job in sql server 2005
regards
kumar
Hi,
I want to select the records from a table which are updated or added in the last one month (table doesn’t have any datetime field and I can’t change the table structure).
Is it possible to write a sql query for that? how to fetch those records from table
regards,
kumar
How can i use SVD algorithm in mahout for producing recommendations on explicit binary data-set (eg. a user purchased or not but no specific ratings ) in an e-commerce domain ? Also what algorithms aim at producing recommendations on such binary data-sets ?
Thanks in advance.
Pranay Kumar,
2nd yr,cse
Hi All,
Actually am try to get a report on merge conflicts. I used 'git blame' to see who has changed what line, but i couldn't find the branch and repository name information.
Is there a way to find the repository name, branch name and author name of a file from 'git blame' or from commit ids' so that whenever a merge conflict occurs i can send an email to the authors who have touched that file/lines to resolve it.
Thnaks
Senthil A Kumar
Hi,
In SQL SERVER 2005 This query works fine : Select * from sys.procedures where object_definition(object_id) like '%J%'
SELECT * FROM MSDB.DBO.SYSJOBS WHERE NAME LIKE '%J%'
but in sql server 2000 it is not working. Here i need to find the all the stored procedures and jobs which matches my string ? how to find in sql server 2000 ?
regards,
kumar
Hello Everyone,
I have UI which provide the facility to create own format by using drag and drop utility. I have also xml file which contains the data. Now task is how to automatically generate the .xsl file of the dynamically designed format for the data stored in xml form.
If you have any idea about the solution of the above problem.
I will thankful for any help regarding this…
Thanks
B. Kumar
Hi,
i want to configured the configuration file to use more than one MSDB database, which are stored in separated database instances in Stored packages of SSIS database. if any body knows let me know ?
write in steps how to do..?
Regards.
kumar
I have created a Java Swing application. It works fine.
I have created application file (.app) for that application using jar bundler.
But the main problem is that my application does not open if I click it on the Dock. I am using Mac OS. How I can launch my application by clicking on Dock
Thanks
Sunil Kumar Sahoo
I have a Fedora machine with Apache webserver and MySQL installed with some data present in both the servers. I installed cPanel on this machine with a test license.
After installing cPanel I am not able to start Apache Webserver and login to MySQL.
I am getting the following error when I try to start the webserver
Building global cache for cpanel...warn [Cpanel::AdvConfig::apache::modules] Unable to locate executable Apache binary
warn [Cpanel::AdvConfig::apache::modules] Unable to locate executable Apache binary
Hi all,
Our organisation we have 25 computers and we are trying to setup Windows Server 2003. We are planning to configure
Active Directory
NAT
DNS server
Visual Studio Team Foundation Server
Subversion (SVN)
Trac (Bug tracking tool)
FTP server
And our Hardware configuration is
AMD Athlon 64 X2 Dual (Core processor 5600+, 2.60 GHz)
Asus motherboard (M2N series)
Transcend 4 GB RAM (800 MHz)
500 GB Hard Disk (RAID enabled)
But my colleague is advising me AMD won't suite for servers platforms, and use Intel environment. Also they telling we can't install all the services to one server.
I got confusion what to do?... Is really can`t install above services to AMD computer?
Thanks...
I am using RealVNC 4.5 Enterprise on my Windows 7 client. I use this to connect to a remote system which is also running RealVNC 4.5 (on Windows 7 again).
And then i logoff the remote system (server) and all of a sudden the realvnc viewer on the client closes with the message : "Read/Select:Connection reset by peer (10054)" It also asks if i want to reconnect again. Any idea why this is happening and how do i resolve this?
There are lots of libraries for mass emailing but haven't found a good free tool which does the mass mailing out of the box with following features. Do you know any?
Templated content
Html mailing support
Multi threaded
Configurable sending delay
I am using RealVNC 4.5 Enterprise on my Windows 7 client. I use this to connect to a remote system which is also running RealVNC 4.5 (on Windows 7 again).
And then i logoff the remote system (server) and all of a sudden the realvnc viewer on the client closes with the message : "Read/Select:Connection reset by peer (10054)" It also asks if i want to reconnect again. Any idea why this is happening and how do i resolve this?
I am using a notes client(v 7.0). I created a mail account with email id [email protected] in this client(obviously on domino server also). I want to auto reply to the mail which is sent to [email protected] with same subject line which must be appended with ";SUCCESS" at the end of subject line.
How do I block a user from accessing the internet under Linux?
I'm trying the following:
iptables -A OUTPUT -p tcp --dport 80,443 -m owner --uid-owner $USERNAME -j DROP
Is that the right syntax or command?
how to block a user from accessing internet in linux.
Is the following command correct.
iptables -A OUTPUT -p tcp --dport 80,443 -m owner --uid-owner $USERNAME -j DROP
Hi All,
I want to send At command throug my application to modem. Can some one please let me know how to send AT command thr my application??
Do we need Phone object to send AT command???
The ATResponseParser class parses part of the AT command syntax used to communicate with the mobile radio hardware in a mobile handset. This is, in fact, a command syntax very much like the AT command syntax used by modems, a standard described in the 3GPP document number TS 27.007 and related specifications.
I ant to send below AT command to Mode.
6.5 Hangup call +CHUP
Table 13a: +CHUP action command syntax
Command
Possible response(s)
+CHUP
+CHUP=?
Please help me.
Regards,
Jitendra Kumar
Hi All,
I ahve created database connection with SQLite using JDBC in java. My sql statements execute properly. But sometimes I get the following error while i use conn.commit()
java.sql.SQLException: SQL logic error or missing database
Can anyone please help me how to avoid this type of problem.
Can anyone give me better approach of calling JDBC programs
Class.forName("org.sqlite.JDBC");
conn = DriverManager.getConnection("jdbc:sqlite:/home/Data/database.db3");
conn.setAutoCommit(false);
String query = "Update Chits set BlockedForChit = 0 where ServerChitID = '" + serverChitId + "' AND ChitGatewayID = '" + chitGatewayId + "'";
Statement stmt = null;
try {
stmt.execute(query);
conn.commit();
stmt.close();
stmt = null;
}
Thanks
Sunil Kumar Sahoo
Hi All,
I ahve created database connection with SQLite using JDBC in java. My sql statements execute properly. But sometimes I get the following error while i use conn.commit()
java.sql.SQLException: SQL logic error or missing database
Can anyone please help me how to avoid this type of problem.
Can anyone give me better approach of calling JDBC programs
Class.forName("org.sqlite.JDBC");
conn = DriverManager.getConnection("jdbc:sqlite:/home/Data/database.db3");
conn.setAutoCommit(false);
String query = "Update Chits set BlockedForChit = 0 where ServerChitID = '" + serverChitId + "' AND ChitGatewayID = '" + chitGatewayId + "'";
Statement stmt = conn.createStatement();
try {
stmt.execute(query);
conn.commit();
stmt.close();
stmt = null;
}
Thanks
Sunil Kumar Sahoo