Search results for query: *

  1. M

    Image from Image folder into Byte Array?

    I can convert an image that is retrieved from a FileUpload object into a byte array and insert it into the database.. When the user signs-up i wish tosimply insert into the Picture (DB Type = Image) field to an image i already have saved in my images folder? Anyone know of a way to do this...
  2. M

    Profile object not retrieving username or IsAnnomymous

    My problem is that even when the user is logged in and call the 'Profile.UserName' and assign it to a string, it is not retrieving anything. Also even when logged in the Profile object is not seeing that the user is not Annomymous The reason I know that the user is logged in is because the...
  3. M

    Createuserwizard trouble

    Thank you 'jwh' for the help! Very much aprreciated.. Also this was posted in the ASP forum
  4. M

    Createuserwizard trouble

    I have edited the createuserwizard to have some extra textboxes, dropdownlists etc I wish to get the values of these objects.. I use the code below to retrieve it and test to see if i have the correct value by outputting it into a Msgbox! I have also tried the code that is commented out but...
  5. M

    Getting the selected value from DetailsView. VB.NET

    Well my problem is that i wish to get the value of a row which is currently selected in a detailsview and insert it into a another database. Now the sql is not the problem it is getting the text out of the detailsview thats the problem. But the DetailsView intellisense does not have anything...
  6. M

    Getting the selected value from DetailsView. VB.NET

    Well my problem is that i wish to get the value or a row which is currently selected in a detailsview and insert it into a another database. Now the sql is not the problem it is getting the text out of the detailsview thats the problem. But the DetailsView intellisense does not have anything...
Back
Top