Search results for query: *

  1. T

    PostBackUrl to a new window?

    Within EditProfileRedirect.asp you have to put this javascript code to be executed on closing browser window.function fun(){ window.opener.document.forms[0].target=""; window.opener.document.forms[0].action="someotherurl"}
  2. T

    pdf converter component

    Well I forgot to mention I have to use it within an asp.net application. My problem is user's will upload documents in .doc, .xls, .ppt formats. Other users will be able to download them as it is or as pdf. So that specific component or library is what I need. Thanks for your answer.
  3. T

    pdf converter component

    Hi all Can you please send me some links to any component that will convert .doc, .xls, .gif ,.jpg , .drw, .ppt files to pdf. The component if not free should be priced below $300 us.
  4. T

    Parameter Collection Editor for Stored Procedure

    My application can run any stored procedure from any database.What I do is basically retrieve parameter list from a stored procedure and create textboxes and labels based on them.Upon clicking execute the procedure runs and displays either num records inserted or any other relevant message. I...
Back
Top