User Profile

Collapse

Profile Sidebar

Collapse
vanitha05
vanitha05
Last Activity: Nov 12 '09, 07:34 AM
Joined: May 9 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Hi ,

    Thank you for your reply ,

    I have tried to get the data as said by you but I ma getting the following error

    "OLE DB provider "SQLNCLI" for linked server "[server]" returned message "Login timeout expired".
    OLE DB provider "SQLNCLI" for linked server "[server]" returned message "An error has occurred while establishing a connection...
    See more | Go to post

    Leave a comment:


  • Unable to join 2 tables which are in 2 differenet servers

    Hi all,

    I am trying to get the data from 2 tables which are in 2 different servers , to get that i have used
    "sp_addlinkedse rver" .Using this I am able to connect to the server also .I have used the following commands

    for example my server ip is 11.12.23.121

    EXEC sp_addlinkedser ver '11.12.23.121'
    EXEC sp_addlinkedsrv login @rmtsrvname = '11.12.23.121'

    after this I...
    See more | Go to post

  • Unable to get the response code from authorize .net

    hi everyone,

    In my application I am trying to get the response from authorize .net ,if i am using HTTP web response i am able to the response from site like approved or failed etc but if i mention x_relay_url(return url is the page to where authorize .net will send the response) ,it is not able to come back to the page. I am using https://test.authorize.net/gateway/transact.dll for demo purpose, when i am submitting my transaction it...
    See more | Go to post

  • Binding the data to grid view in windows application

    Hi all,

    I want the code to bind the array/dataset to gridview in windows application .
    Its urgent requirement, please give reply soon.

    Thankyou
    See more | Go to post

  • vanitha05
    started a topic java scipt clcik() event is not working in mozilla
    in .NET

    java scipt clcik() event is not working in mozilla

    hi,
    in my application i have to operate my page through key board.
    when i click on particular key i have perform some action,
    like when i click on key "S" Link Button should be clicked through java script .

    its working perfectly in IE, for Mozilla i am not able to do this .

    my code
    [code=javascript]
    if(event==115)
    {
    document.getEle mentById('LinkB utton').click() ;...
    See more | Go to post
    Last edited by Frinavale; Jan 11 '08, 05:17 PM. Reason: Added [Code] Tags
No activity results to display
Show More
Working...