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 strongm 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: tango1948
  • Order by date
  1. tango1948

    formview updates all the values not just those that changed ?

    Thanks for the reply, at the moment I have a form with over 100 fields from an AccessDataSource which I display in several collapsible <divs>. When Irun the update command I recieve a "Query is too complex" error (Access has some limitatiions in the size of a query) which is why I wanted to...
  2. tango1948

    formview updates all the values not just those that changed ?

    Hi, I was thinking about using the TextBox onChange event to build up the Update statement, seems logical and simple or am I missing something?
  3. tango1948

    formview updates all the values not just those that changed ?

    I have a Formview with a large number of fields, the update statement updates all the fields in the form. Is it possible to dynamicaly generate code that only updates fields whos values have changed? Thanks for any help David
  4. tango1948

    can I right align the screen by default?

    hi Mark, Thanks for your reply. Could you expand a bit on which broswser settings and how to set them in javascript or just point me to a link. Thanks David
  5. tango1948

    can I right align the screen by default?

    If the page is wider than the screen is it possible to load the page aligned to the right, so that the screen by default is horizontaly scrolled to the right hand edge instead of the left and remains there until you scroll left.
  6. tango1948

    where's the collapsiblepanel control - if it exists?

    Hi, I want to use the CollapsiblePanel control, I read a tutorial (www.codeproject.com/KB/cpp/CollapsiblePanelVB.aspx) that says to add CollapsiblePanel.dll to the toolbox. I can't find this file, is it in VS2003, 2005 or only the Ajax Toolkit? Thanks for any help David
  7. tango1948

    using a web form to store data -

    Thanks All, In the end I'm going the asp.net, sqlserver route. I would have liked to try xml with an xml db but no time to learn.
  8. tango1948

    using a web form to store data -

    Thanks Mark, Do you know any decent tutorials to get started.? David
  9. tango1948

    using a web form to store data -

    I thought maybe XML was a way of storing web form data. Is this an option?
  10. tango1948

    using a web form to store data -

    Hi, I have a simple scenario, I want to write a web form for each employee (employeeNo.HTM). The form consists of Label/Textbox pairs. The Label text will contain the original value for the field, the textbox the new value - if there is one. I would like to persist the data in the textboxes...
  11. tango1948

    whats the equivelent of BSTR data type in vb.net

    The wording in the documetation is: "The BSTR returned by these functions points to a cached memory block that your program inherits when the function returns".
  12. tango1948

    whats the equivelent of BSTR data type in vb.net

    Hi, I'm calling encryption/decryption c functions from a vb.net project. The functions return a BSTR data type. What's the equivelent in vb.net and how do I convert it to base64 encoding. Thanks for any help David
  13. tango1948

    using Rijndael with a randomly generated intialization vector

    Hi Chip Thanks for the reply, I'm still breaking my head to decrypt i'm having problems reading the encrypted string - wrong length, "invalid character in a Base-64 string" ect. I'd really appriciate a snippet of code that does what you suggested - the blocksize is 16 bytes. Thanks David
  14. tango1948

    using Rijndael with a randomly generated intialization vector

    Chip Hi, found the following at www.obviex.com/articles/ciphertextsize.aspx "Because the initialization vector is required during decryption, it must be stored along with the encrypted data. (Note: Unlike the encryption key, the initialization vector contains no secret, so there is no need...
  15. tango1948

    using Rijndael with a randomly generated intialization vector

    Can anyone recommend a Rijndael dll for download (not .net) for encrypting/decrypting where both the IV and the Key can be specified by the user and not randomley generated. Thanks David
  16. tango1948

    using Rijndael with a randomly generated intialization vector

    Hi Chip, Thanks for your reply. The thing is that I recieve the encrypted string with a randomly generated IV. I understand that the IV is included at the begining of the encrypted string and I thought there may be functions the .Net Cryptography library that would return the IV from a Rijndael...
  17. tango1948

    using Rijndael with a randomly generated intialization vector

    Hi, I'm using a Rijndael function with a randomly generated Initialization Vector to encrypt a string. In .Net using RijndaelManaged.CreateDecryptor(Key, IV) how do I specify the IV that was used to encrypt the string. Thanks for any help David
  18. tango1948

    text in &lt;pre&gt; tag not formatted correctley in innerHTML

    Sorry about that, I was trying to present a symplified version of the problem cause I did'nt know how to show the script with the Hebrew. Here's the whole page, hope you can see it (if not let me know how I can upload it). I'd really appriciate your comments on how I can get this to work...
  19. tango1948

    text in &lt;pre&gt; tag not formatted correctley in innerHTML

    Hi Dan Thanks for checking, what I failed to tell you and now understand is the problem is the preformatted text is in Hebrew which should appear right to left and in the main form is ok, but when I use the innerHTML the text appears left to right, so that's the real problem but I don't know...
  20. tango1948

    text in &lt;pre&gt; tag not formatted correctley in innerHTML

    Hi Dan Thanks for your reply, sorry I did'nt explain fully the page is very large (company payroll). What I'm trying to do is add a button to each payslip that will print a single employee. What I sent was only a snippet, I've tried to send a more complete example this time, please can you...

Part and Inventory Search

Back
Top