About 3 results
Open links in new tab
  1. how to pass a string from .aspx to a class | The ASP.NET Forums

    Mar 1, 2010 · Hi, I need to pass a string from my .aspx page to my .VB class. i need to capture (device_category; accept_headers : user_agent) and pass the values to my class, i tryed to …

  2. how to access gridview row? | The ASP.NET Forums

    Oct 19, 2007 · hi, i need to copy one gridview row to another gridview, but i don't know how to access the gridview row, how is the code? and how is the code to copy one gridview row to …

  3. Reading AccountExpires Property

    Use DirectoryEntry and read 'accountExpires' attribute. Decode the attribute using IADsLargeInteger using Reflection and DateTime.FromFileTime() method.