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...
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
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
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.
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
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...
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".
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
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
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...
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
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...
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
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.