User Profile

Collapse

Profile Sidebar

Collapse
cygsoft
cygsoft
Last Activity: Feb 1 '08, 10:31 AM
Joined: Jun 20 '07
Location: Coimbatore
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • cygsoft
    replied to Changing LDAP port for Active Directory,
    Thanku for your timely help.

    I gone through that documentation and I have got some ideas for working on that further.
    See more | Go to post

    Leave a comment:


  • cygsoft
    started a topic Changing LDAP port for Active Directory,

    Changing LDAP port for Active Directory,

    Hi friends,

    I am now creating Active Directory users in W2K. My problem is the user i create was in a disabled format. In order to create the enabled user, I need to use the SSL for secure authentication. But by default my AD is now running at port 389. But i need to change the port to 636, in order to create an Enabled Account.

    Please can anyone tell me how to change the Active Directory port.

    Looking...
    See more | Go to post

  • Yes,
    the final resultset has to be returned after deletion and displayed.
    See more | Go to post

    Leave a comment:


  • One small change.....
    In case of MVC architecture, is it possible to delete the individual records by calling bean file.

    It works well for inserting and displaying the records........ .
    I just give here the servlet and bean file for inserting and displaying.
    Can anyone modify it and make it use for deleting the records........ ...

    Servlet file

    [CODE=java] import javax.servlet.* ;
    import...
    See more | Go to post

    Leave a comment:


  • When it is executed a compile time error is generated.
    The problem is with the "request.getPar ameter()" and returning the ResultSet....
    See more | Go to post

    Leave a comment:


  • Deleting dynamic records in database using Servlets and JDBC

    Hi,

    I have got the codings for inserting and displaying the records in the database. But i couldn't able to delete a specific row, which is created dynamically.

    i.e, if i give any one of the field value in a text box, then using the request.getPara meter() method i have to delete the entire record with the value given in the textbox.

    I need the jdbc codings....... for that........

    i have...
    See more | Go to post

  • hi,

    Thankyou very much for your solution, but it support to delete one row alone, if I select more than one checkbox rows, it does not support, it support to delete first selected checkbox row.
    So please give the solution.

    Thanks in Advance.
    See more | Go to post

    Leave a comment:


  • hi,

    I post the HTML code here,


    [HTML]<HTML><HEAD><TI TLE>Delete</TITLE>
    <SCRIPT language="Javas cript">
    function checkCheckboxes ()
    {
    var e=document.getE lementsByName(" delId[]");
    for (i=0;i<e.length ;i++)
    {
    if (e[i].checked==true)
    {

    var agree=confirm(' Are you sure you want to delete these email...
    See more | Go to post
    Last edited by acoder; Jul 2 '07, 10:33 AM. Reason: Code in tags

    Leave a comment:


  • cygsoft
    replied to how to sort a table using combobox
    hi,


    I have table header sorting, now I want combobox sorting,Please reply

    I need urgently...


    Thanks in Advance.
    See more | Go to post

    Leave a comment:


  • Hi,

    I post my code here ,In this code I have one deletebutton, while i click the deletebutton if checkboxes is not select one alert box is display, if one or more than one checkbox is select confirm box is display that time I want click ok means that selected checkbox rows should delete.


    function checkCheckboxes ()
    {
    var e=document.getE lementsByName(" delId[]");
    for (i=0;i<e.length ;i++)...
    See more | Go to post

    Leave a comment:


  • cygsoft
    replied to Abstract class vs. interface
    in Java
    In abstract class there can be a non-abstract method with implementation could be present. Whereas in interface no method should be implemented.
    See more | Go to post

    Leave a comment:


  • delete some checkbox rows while click the delete button

    Hi

    I have one table, in that contain deletebutton and some checkboxes.How many checkbox is selected, that is delete while click the deletebutton .

    Please reply urgently....... ...

    Thank in Advance
    See more | Go to post

  • cygsoft
    replied to how to sort a table using combobox
    how to sort a table of data

    I have set values in a table .with in the combo box date, sender, subject are there . And under the combo box one submit button is there that is sort immediately. If ichoose date in the combobox and click sort immediately button it will sort the table of data using the date vise and i choose sender means it will sort according to the sender. How can i do this please help me.

    Thanks in Adv...
    See more | Go to post

    Leave a comment:


  • cygsoft
    replied to how to sort a table using combobox
    hi

    i am explaining clearly. In a single combo box the values such as Date, Sender, Subject are stored.

    And I have some lists of senders of email in the page. If I choose Date in the Combobox then the sender lists should be sorted in Datewise manner. If i Choose Sender then the lists should be sorted alphabetically by Sender name.

    Can anyone please help...
    See more | Go to post

    Leave a comment:


  • cygsoft
    replied to Uniformity of Browsers
    Thanks for your reply....
    See more | Go to post

    Leave a comment:


  • cygsoft
    started a topic how to sort a table using combobox

    how to sort a table using combobox

    I hava a combobox. in that contain date,subject,se nder. How to sort date,sender and subject while using combox in inbox
    See more | Go to post

  • cygsoft
    started a topic Uniformity of Browsers

    Uniformity of Browsers

    Hi

    I have designed some Web Pages using Dreamweaver. The screens are looking fine when previewed with IE 6 browser.

    But when I view those in Netscape, the screens are totally collapsed. So can anyone help me how to design webpages to provide uniformity in browsers.
    See more | Go to post

  • Thanks a lot.
    The example you have given is very much useful.

    I had worked out tht format using the following codings. I just share my codings here.

    the codings for editing

    function editvalidate(sr c)
    {
    var currObj = src;
    while( (currObj.tagNam e != "TR") && (currObj.tagNam e != null) ){
    currObj = currObj.parentE lement;
    }
    ...
    See more | Go to post

    Leave a comment:


  • editing the values dynamically

    I have a table contains the email Id and edit and delete options.and i hava a create new button.If iclick the createnew button it goes to the jsp page it contains email Id text field.if we enter the email id and submit on that page control goes to the same page and i want to see the email id dynamically in that table the edit and delete options also created dynamically.if i click the edit option it goes...
    See more | Go to post

    Leave a comment:


  • help needed urgently....... .
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...