Search

You searched for the word(s): userid:685046

Matching Posts

  • Re: Need to decrypt a datatable (datarow one at a time)...

    One other piece of this puzzle is that you will notice I have to remove the KEY and IV in the datatable because I do not want this thrown out to the front end. This further complicates things since you need it to decrypt every row. How can I get everything accomplished in one function or just in this subroutine and I will convert it to a function? Thanks in advance, B
    Posted to Data Presentation Controls (Forum) by cyiamxtc on 5/11/2009
  • Need to decrypt a datatable (datarow one at a time)...

    Thanks in advance for all the folks that are willing to help... I have an issue where I have gotten all the information in the database to be encrypted. Each row has an IV and a KEY which is autogenerated by the program and then inserted into the row along with the data. The data is encrypted using the IV and KEY that were inserted into the database. Now I need to decrypt the table and have some problems. Ulitmately I would love to write a function that takes in a datatable which is encrypted and
    Posted to Data Presentation Controls (Forum) by cyiamxtc on 5/11/2009
    Filed under: encrypt, Data table, decrypt
  • Re: Could not load file or assembly 'Microsoft.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.

    That has certainly gotten me past the inability to compile, but now I am getting "Microsoft JScript runtime error: 'Sys' is undefined".... I am really close to uninstalling all this AJAX crap. What a bug filled bunch of bull. I am burning DAYS on this and cannot demo the application because of a MS bug... Could anyone PLEASE help me on this? I have VS 2005 and VS 2008 installed and have the same problem in both. Nothing seems to get me past the "Microsoft JScript runtime error
    Posted to ASP.NET AJAX Discussion and Suggestions (Forum) by cyiamxtc on 4/21/2008
    Filed under: Ajax asp.net 2.0
  • Re: 'Sys' is undefined.

    I love it....there is nothing like a nice smart answer to a problem you have no idea how to solve. Folks that write responses like "Folks need to learn how to read release notes." have NO CLUE what they are doing. I see it on every single client site and every web post. Guaranteed.
  • Re: How to fix a Sys.WebForms.PageRequestManagerParserError in page with UpdatePanel?

    I have no idea what to do now...I have uninstalled the "real' version and have gone back to the CTP and STILL no results. I get the same error. It stops on this line of code: Sys.WebForms.PageRequestManager._initialize('ScriptManager1', document.getElementById('form1')); I can run this perfectly fine inside Firefox but run this in IE7 and it give the error message: Microsoft JScript runtime error: 'Sys' is undefined Reading every single thing that I can on the internet
    Posted to ASP.NET AJAX Discussion and Suggestions (Forum) by cyiamxtc on 4/17/2008
    Filed under: ajax
  • Re: (1 item remaining) slowdown

    I dont see how that is the case with me here? I am dying to know what is going on since I just started with a content placeholder and still get the same message " Content controls have to be top-level controls in a content page or a nested master page that references a master page." This is amazing considering the code is: <%@ Master Language="VB" CodeFile="SiteMaster.master.vb" Inherits="SiteMaster" %> <%@ Register src="Controls/CopyRight.ascx"
    Posted to Visual Web Developer 2005 Express (Forum) by cyiamxtc on 4/16/2008
    Filed under: master page .net masterpage
  • Re: Oracle procedure , oracle datareader

    Here is functional code from one of my Oracle methods. One thing that you are missing is the Oracle Procedure. We need to see that in order to determine if you are using a weak bound ref cursor or what you are doing when oracle returns the data. Private Sub GetObjectInfo() Dim sObjectName As String = Me.ctlObjectCreateEdit.SelectedValue Dim oPL(1) As DataLayer.StoredProcParameter Dim mainValueArray() As String = sObjectName.Split(CChar("-")) Dim mainValue As String = mainValueArray(1).ToString
    Posted to Oracle (Forum) by cyiamxtc on 3/24/2008
  • Re: cannot import namespaces in web project...

    Actually, this is insane, but I had to rename the site/namespace/class. The application was getting confused on the project if you can believe that. Brillian minds think alike though, as I tried to add the assembly as you mentioned. :)
    Posted to Visual Studio 2005 (Forum) by cyiamxtc on 8/29/2007
  • cannot import namespaces in web project...

    I have recently migrated to a "web project" instead of a "web site" following the words of one of my coworkers. Now the most simple things are failing for me as in importing a namespace. I cannot inherit it nor can I import it at all. Nothing inside the class is recognized. Please see the example below: This all worked inside the website but now fails... Here is the encryption namespace I am trying to import: Option Explicit On Option Strict Off Imports Microsoft.VisualBasic Imports
    Posted to Visual Studio 2005 (Forum) by cyiamxtc on 8/28/2007
  • Re: Web UI

    I cannot find images anywhere. I have seen several sites: http://www.virtuallnk.com/professional-icons.aspx?provider=google&refer=app&gclid=CIzV5_jb7IkCFR_wgAodxFIaGA or like Telerik that offer "complete solutions" however, I am looking for what you are - just the images. If you can find any, please let me know as I would be interested in getting these as well. Thanks, B
    Posted to Web Forms (Forum) by cyiamxtc on 1/25/2007
Page 1 of 2 (14 items) 1 2 Next >