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 Wanet Telecoms Ltd 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
  • Content: Threads
  • Order by date
  1. 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
  2. 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.
  3. 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
  4. 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...
  5. 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
  6. 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
  7. tango1948

    text in <pre> tag not formatted correctley in innerHTML

    Hi I'm trying to print part of a page using innerHTML. The text inside the <pre> tage is incorrectly formatted. If I print the whole page - without innerHTML - everything's ok. Please can you check the code snippet below. function printEmp(EmpID) { var...
  8. tango1948

    Problems using the pre tag with innerHTML

    Hi, I'm having problems outputing preformatted text using the <pre> tag with innerHTML - the output is incorrectly formated - using the <pre> tag on the same text without innerHTML works fine. Anyone know of any problems or solutions for using <pre> with innerHTML. Thanks for any help David
  9. tango1948

    is encoding ignored in innerHTML ?

    Are there any problems with encoding in Javascript. I have an HTML page that uses Hebrew(ISO-Visual) when I try to print a part of the page using innerHTML the text is formated icorrectly - and it does not allow me to to select an Encoding option. If I print the whole page using window.print...
  10. tango1948

    subform changes size between design and form view

    Hi, I'm using Access 2000. I have a form with a subform in the detail section, The subform contains a web browser control. When I open the main form in design view the subform is 28cm wide, when I open it in form view its only 75% of the size it was in design view. Any explanation or ideas how...
  11. tango1948

    Text box portion of combo box appears to be locked

    Hi, My combo boxes seem to have the textbox portion locked. When I select an item from the dropdown list it appears in the textbox, but I'm unable to enter any values from the keyboard. The combo box properties are: Row Source Type: Table/Query Row Source: Select Distinct field from...
  12. tango1948

    textalign changes when seting rowsource from code

    Hi, I have a listbox with textalign = right. when the form loads with the listbox rowsource set the text is (right) aligned correctly. If I use the afterupdate event from a combobox to set the rowsource value the textbox comes out lef taligned, I've tried setting the textalign=3 in code but...
  13. tango1948

    How can I display a dropdownlist in descending order

    Hi I have a dropdownlist that's bound to a sortedlist, I would like to sort the keys in descending order, strangely I can't find a sortedlist method that will do this. Is it possible to get the sortedlist or the dropdownlist in descending order without using a Select Order By statement? Any help...
  14. tango1948

    Can i email the print version only

    Hi, I have an html page which has print and screen versions using "@media print" and "@media screen", is it possible to email only the print version - (@media print, email) Thanks for any help David
  15. tango1948

    can i detect the senders email

    Hi, Using MailMessage to send email can I detect the senders default email address for MailMessage.From without the sender having to enter it?
  16. tango1948

    Can I create a list with autocomplete properties like VCard

    Hi, I have an HTML form on which I would like to create a list of (between 50 and 100 names) with the autocomplete property like VCard and if possible text and value properties like a SELECT list. Is this possible? One othere thing the list is in Hebrew so the autocomplete should idealy be...
  17. tango1948

    how do I retrieve the hash value

    Hi I'm trying to retrieve hashed passwords from Oracle 10g using MD5CryptoServiceProvider in vs2005. This works using SQL Server with hashed passwords stored as (Binary, 16). In Oracle I'm using Raw(16) but the password is not recognized. When I view Oracle>ObjectBrowser>Tables>Data the hashed...
  18. tango1948

    how do I retrieve a hashed password

    Hi I'm trying to retrieve hashed passwords from Oracle 10g using MD5CryptoServiceProvider in vs2005. This works using SQL Server with hashed passwords stored as (Binary, 16). In Oracle I'm using Raw(16) but the password is not recognized. When I view the passwords from ObjectBrowser>Tables>Data...
  19. tango1948

    Data Access Layer error when checking ConnectionState

    Hi I have a data access layer where the connection is either sql server or oracle depending on the provider specified in the web.config, when I check the ConnectionState of the connection not being used I get: Object reference not set to an instance of an object. How can I check on an...
  20. tango1948

    Can I open a page aligned to the right

    Hi, I have a web page that I need to scroll left or right to see all the content. The page by default loads left aligned. Is it possible to load the page aligned to the right, if so how ? Thanks for any help David

Part and Inventory Search

Back
Top