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!

Recent content by darpankumar

  1. darpankumar

    How to create a new task request on

    How to create a new task request on exchange from server side? Best Regards, Darpan Gogia
  2. darpankumar

    Task Request through Exchange with exchange sdk or WSH

    i want to create a new task request in exchange 2000 with the use of exchange SDK or WSH. Please help. Darpan Kumar Gogia BirlaSoft Ltd.
  3. darpankumar

    Converting dynamic page to static?

    you need to fetch the url of the page from a com component or XMLHttp and save the source as .htm file from Scripting.FileSystem Object. Best Regards, Darpan Kumar Gogia aviint@yahoo.com
  4. darpankumar

    Returning a value when statement is true SQL and ASP

    it will store 1 in rs.Fields(0) rather than in sSQL. sSQL is only the string variable to store the query. So, Response.Write(rs.Fields(0)) Best Regards, Darpan Kumar Gogia aviint@yahoo.com
  5. darpankumar

    Stopping IE from saving an image

    Hi, You can add Querystring to the img src tag of the image such as <img src=img1.img?id=9> This id=9 can be any unique random number which would force the browser to reload the image. Best Regards, Darpan Kumar Gogia aviint@yahoo.com
  6. darpankumar

    SQL Query

    You can first group by the fields from which you want the records to be unique. then add a field count(*) to retrieve the no. of rows in the group. so this way you would be able to find out the no. of rows duplicate. Such as :- Select City,Weather,Count(*) as [No. of Common Rows] from tblCity...
  7. darpankumar

    .NET Decompiler

    You can decompile .Net Programs using the decompiler at www.remotesoft.com or see more decompilers at www.asp.net. But, unlike java, you can also save the .NET files from decompilers by using obfuscators provided at www.remotesoft.com. Darpan Gogia
  8. darpankumar

    VB .NET to mySQL help

    You can use the http://sourceforge.net/project/showfiles.php?group_id=47556&release_id=124469 link to connect to the MySQL from ADO.Net. Yours Faithfully, Darpan Kumar Gogia darpan.kumar@india.birlasoft.com

Part and Inventory Search

Back
Top