Forum: JSP Aug 17th, 2009 |
| Replies: 1 Views: 255 Dear friends,
i am Jai.. i have developed a web based product where i have implemented Localisation concept..when the user selects the languages in a webpage.d webpage will convert itself into... |
Forum: Java May 16th, 2009 |
| Replies: 0 Views: 702 Dear Friends,
am working on a project where i have to convert the HTML file to a PDF file. am using tidy and fop methods for converting. am not good at XSL style sheet.
when i try to run the... |
Forum: JSP Apr 23rd, 2009 |
| Replies: 4 Views: 1,241 THanks for the reply.. Will try with your idea and get back to you.. |
Forum: JSP Apr 22nd, 2009 |
| Replies: 4 Views: 1,241 I have to finish this work in 4 days... how could it possible for me to read javabean..servlets and MVC.. Anyways thanks for the quick response.. Please let me know if there is any other way to do... |
Forum: JSP Apr 22nd, 2009 |
| Replies: 4 Views: 1,241 Dear Friends.,
Am new to the java world.. I am creating a application where i have to generate a html page from a Dynamic jsp page..
I have tried my best and i was able to create a static html... |
Forum: VB.NET Apr 1st, 2009 |
| Replies: 0 Views: 318 Dear Friends,
Am new to Vb.net and
Am working on a project where i have to get the selected text from a word file(Ms word 2007)
Please Advice how i can do this.. I have a Created an ADD-IN... |
Forum: JSP Mar 9th, 2009 |
| Replies: 1 Views: 1,361 Hi Friends..
I have solved the problem by putting the value in session...
session.setAttribute( "KType", KType);
and retrived it back in ex2.jsp as
String szKType =... |
Forum: JSP Mar 9th, 2009 |
| Replies: 1 Views: 1,361 Dear Friends,
I am working on a project where i have a JSP page(ex1.jsp) and in that JSP page i have 2 frames((ex2.jsp on top) and (ex3.jsp in bottom))...When ex1.jsp is called..it has to load... |
Forum: JSP Feb 24th, 2009 |
| Replies: 0 Views: 580 Hi.
I would like to know if there is a way to change the language only inside a textboxin a JSP page.
For examble i would like to press a button in keyboard and the user can insert hindi characters... |
Forum: JSP Feb 19th, 2009 |
| Replies: 0 Views: 453 Dear friends..
I working on a Project..here i have to let the user to type in respective languages(hindi,tamil,kannada etc...)
I have done this by passing the user input to a javascript file..... |
Forum: JSP Feb 2nd, 2009 |
| Replies: 3 Views: 717 Thanks for the reply.. I have solved the Thread by changing the database version.. From 8.0 to 8.3(Supports UTF-8 encoding)
I have removed the function call search and changed the method
... |
Forum: JSP Jan 31st, 2009 |
| Replies: 3 Views: 717 Dear Friends,
I a working on a project where i have to let the user to type in other languages(hindi,tamil,kannada etc..) and i have to store into the database and retrive it back and show it to... |
Forum: VB.NET Jan 8th, 2009 |
| Replies: 1 Views: 939 Dear friends..
I have solved the Thread with slight modification in the XML file...
<?xml version="1.0" encoding="utf-8"?>
<TaskDetails>
<Task Name="PS0001234">
<Status>Start</Status>... |
Forum: VB.NET Jan 7th, 2009 |
| Replies: 1 Views: 939 Dear All..
I been working on XML for the past 2 weeks and am bit new to this concept..however i have put my effort to solve my problem..
I have suceeded in creating and appending a node to a... |
Forum: VB.NET Jan 7th, 2009 |
| Replies: 1 Views: 716 Hi all..
I have Solved this Thread By Myself..Here is the code if some one needs..
Public Sub xmlAppend(ByVal TaskId As String, ByVal Status As String)
Dim Tskid, stats As String
... |
Forum: VB.NET Jan 6th, 2009 |
| Replies: 1 Views: 716 Dear fiends,
Am Posting a Lot Nowadays.. Sorry if i had Disturbed you all...Hera my XML file..i Have to append a node below this..can some give me any idea how to do it..When i try..it is over... |
Forum: VB.NET Jan 6th, 2009 |
| Replies: 1 Views: 901 hi all,
I have a XML file like as shown below..
i need to replace the value of status for a particular task..can u help me how to do it..
<?xml version="1.0" encoding="utf-8"?>
<Task>... |
Forum: VB.NET Jan 6th, 2009 |
| Replies: 0 Views: 2,407 Dear All,
AM creating a XML file from my Database. I have created Sucessfully and now i need to append a another node to this below XML file
Ex : <TaskName Value="PS0002440" Status="Process"... |
Forum: VB.NET Jan 5th, 2009 |
| Replies: 6 Views: 783 Hi RamyMahrous,
I solved the Problem..Thanks for the Support.. |
Forum: VB.NET Jan 5th, 2009 |
| Replies: 6 Views: 783 Thanks..ill put my try..But is dataset is related to Listview or DataGrid... |
Forum: VB.NET Jan 5th, 2009 |
| Replies: 6 Views: 783 am generating the listview data's from a database...now i need to copy the some columns of data's or all listview data's to a XML file...I tried as much as i can..i am not able to find the solution... |
Forum: VB.NET Jan 3rd, 2009 |
| Replies: 6 Views: 783 Dear Friends.
I need to copy particular columns from a listview to a XML file.
Example
i need 1st and 3rd Columns data's to be copied to a XML file. Can any one help with any example... |
Forum: VB.NET Jan 3rd, 2009 |
| Replies: 2 Views: 529 |
Forum: VB.NET Jan 3rd, 2009 |
| Replies: 2 Views: 529 Dear friends,
I am new To Vb.net World. I have to Create a XML file like as shown below.
<Task>
<TaskStatus ID="PS0002436" status="Start" />
<TaskStatus ID="PS0002435" status="Start" />... |
Forum: VB.NET Dec 31st, 2008 |
| Replies: 4 Views: 1,029 Thanks for the Quick response..Will try this and reply you.. |
Forum: VB.NET Dec 30th, 2008 |
| Replies: 4 Views: 1,029 Will this Work on MsWord..I need to Count The No of Pages and Line in a MsWord File |
Forum: VB.NET Dec 29th, 2008 |
| Replies: 4 Views: 1,029 Dear Friends,
Am new to vb.net environment. i need to display the number of lines in word file using vb.net..please can anyone help me with this. any code will be appreciated..
Thanks and... |