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,
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 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…
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
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,
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 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…
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,
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,…
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…
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
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 am working on OTRS where i want to set OTRS Login page on otrs.mydomain.com.
I am having machine CentOS release 6.2 (Final).
Currently I am accessing it,using otrs.mydomain.com/otrs/customer.pl for customer login
AND otrs.mydomain.com/otrs/index.pl for admin login.
I changed DocumentRoot to /opt/otrs but its not working as it should.
OTRS…
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,…
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…
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…
Hi all,
To add the Command prompt in VS 2008 express edition, i have done the following steps:
Tools-ExternalTools-Click on Add- Then I have entered the following information.
Title: Visual Studio 2008 Command Prompt
Command: cmd.exe
Arguments: %comspec% /k ""C:\Program Files\Microsoft Visual Studio 9.0\VC\vcvarsall.bat"" x86
Initial…
Hi All,
I have created a sample java socket application. I used Socket s = new Socket(ip, port) Now it works fine. but when my internet connection is very slow that time after a long interval (even if sometimes after 2 minutes) i used to get SocketTimeOutException in that line. means it gives that error while creating…
Hi
I am bit confusion of list index type,my mapping file has like below
<list name="transactionItems" cascade="save-update,delete-orphan"
lazy="false">
<key column="TRANSACTION_ID" />
<list-index column="IDX" />
<one-to-many class="TransactionItem" />
</list>
whenever hibernate load a…
HI all,
I am using javax.mail packaage MINEMESSAGE,MimeMultipart class to send a mail, but even though I mention type utf-8, unicode characters are not working in body text. like pound sign is not working. please help what to do. here is my message headers
To: kumar.k@mysite.com
Message-ID:…
I am using Fedora linux where ulimit -n 10000 increases file limit upto 10000. I want to achieve the same using java program
How to write java program to increase file limit using ulimit
I have tried with the below program but it didnot work well. The program didnot give any error. but didnot…
How to write a java program which will tell me whether I have internet access or not. I donot want to ping or create connection with some external url because if that server will be down then my program will not work. I want reliable way to detect which will tell me 100% guarantee that whether…
Hi All,
I have created a login page using java swing. and i created jar for the application. Now when I run the jar then my login page is displayed then i minimize the application and again run the jar then another instance of my application is displayed (means now in my system I…
hi,
i want to generate all the subsets of size k from a set.
eg:-say i have a set of 6 elements, i have to list all the subsets in which the cardinality of elements is 3.
I tried looking for solution,but those are code snippets.
Its been long since I have done coding,so I find it hard to…