Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: jagdeep
  • Content: Threads
  • Order by date
  1. jagdeep

    image navigation

    From the email sent to a user, a link opens showing a list of images. The Next Previous Navigation is provided. I am writing code n javascript with an array of images. I need to create this list in ASP/ASP.NET and send to javascript. Other alternaties are fine too, to implement this...
  2. jagdeep

    Insert Before After row in Grid

    Hi I am working on Creating a grid under ASP.NET 2.0 c# enviornment with the following features. 1) The grid priovides a dropdown having a list of employees. Updates/Deletes/Inserts will be done on the basis of employeeID selected for a row. 2) Some fields are ReadOnly. 3) Ability to click...
  3. jagdeep

    sp_executesql nText Sql2000

    SQL Server does not allow to declare a varible of type nText The maximum possible length for nvarchar is 4000, but my sql string is longer than that is there a way of passing nText to sp_executesql in SQL 2000?
  4. jagdeep

    enable debugging for CDOEX

    I am working on a MS Exchange Server 2003/CDOEX Project in C#. To (enable debugging) in the development environment for this i need to install Visual studio 2005, on the Server where MS Exchange Server 2003 is installed. if i install Visual Studio 2005 on same server then OWA will not work...
  5. jagdeep

    retrieve a custom field

    How can i retrieve a custom field from MS exchange server 2003 contact using CDOEX and c# I am able to add a custom field - but not able tot retrieve it //Custom Property oPerson.Fields.Append("VOICEId", DataTypeEnum.adInteger, 10, FieldAttributeEnum.adFldUnspecified, "271"); //////////////...
  6. jagdeep

    syncronize records

    I wanna syncronize data from two sources. (say fields like First Name, Last Name, Email, TimeStamp) I wanna syncronize their changes during last 24 hours. I check the TimeStamp for the whole record. i dont care about fields. Whechever is the latest Updates/Creates it on other side depending upon...
  7. jagdeep

    reassign objects to dbo

    i need to detete a login ....but cant . coz it owns objects in some databases. how can i assign those objects to dbo.... so i could delete this Regards - Singh http://Jagdeep.8m.net
  8. jagdeep

    DTS detect changes

    I need to create a DTS to sync data on my test server from production server. cant set replication as these two servers dont ping each other. however i can ping them both. is there any thing in SQL - with which i can detect what rows have changed. and scheduule my DTS to run after 5 minutes...
  9. jagdeep

    displaying name-value pairs

    Hi.. I am returning name value pairs from sp like name value ---- ------ favColor Red favDrink Pepsi favAnimal Cat Can i write a sp to convert name into row headers favColor - favDrink - favAnimal Red - pepsi - Cat also, name may have multiple languages corresponding to...

Part and Inventory Search

Back
Top