Search

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

Matching Posts

  • Re: Connecting FileUpload with

    LOL thanks. I am so imbarrassed. Ok everything worked fine except when I go to the database the values are NULL.
    Posted to Web Forms (Forum) by Paulie222 on 10/18/2009
  • Re: Connecting FileUpload with

    funny thing is that I added a textbox below the FileUpload and just called it txtUpload and put a label in front of it and called it file name. When it reads the text from the text box it adds it to the database and then puts it in the format string via {0}, and the picture shows up in the Gridview. However, is their a way that you can get the path from FileUpload to copy to the database instead of getting NULL values?
    Posted to Web Forms (Forum) by Paulie222 on 10/18/2009
  • Connecting FileUpload with

    Ok here is the problem that I am having. I am trying to connect two web server controls together to get a smooth transition of displaying avatars from the database. Let me explain. Here is the code that I am using: <%@ Page Language="VB" AutoEventWireup="false" CodeFile="Default.aspx.vb" Inherits="_Default"%> <%@ import Namespace= "System.Data.SqlClient" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http
    Posted to Web Forms (Forum) by Paulie222 on 10/17/2009
  • Re: Saving Property Values of the User Profile

    ok now that I get it to save a value, how can I get the profile to save it in more than one cell one the table, that way I can databind it in a table and display it, rather than it putting the whole profile information in one cell?
    Posted to Security (Forum) by Paulie222 on 9/2/2009
  • Re: Displaying uploaded images

    Ok i tried the following code off of ASP Snippets: Imports System.Data Imports System.Data.SqlClient Imports System.IO Partial Class upload Inherits System.Web.UI.Page Public Function InsertUpdateData(ByVal cmd As SqlCommand) As Boolean Dim strConnString As String = System.Configuration.ConfigurationManager.ConnectionStrings("conString").ConnectionString Dim con As New SqlConnection(strConnString) cmd.CommandType = CommandType.Text cmd.Connection = con Try con.Open() cmd.ExecuteNonQuery
    Posted to Data Presentation Controls (Forum) by Paulie222 on 8/10/2009
  • Re: Displaying uploaded images

    yes for some reason you could not see it mixed in with the code And almost every thing works fine except I get this error message at the top of my screen: Cannot open database "dbFiles" requested by the login. The login failed. Login failed for user 'PAUL-221658D1A2\Paul' I have set my authentication type to internet, however I noticed it displayed my username whenever I logged into the Website Administration Tool.
    Posted to Data Presentation Controls (Forum) by Paulie222 on 8/10/2009
  • Displaying uploaded images

    I am kind of new to ASP.NET, and I have been working around social networking applications and user profiles. I was playing around with the FileUpload Control and was wondering if I could display, for example avatars, in a gridview or table format for the user to choose and update their picture on the profile page. Thanks.
    Posted to Data Presentation Controls (Forum) by Paulie222 on 8/4/2009
  • Re: Building a Web Forum

    Actually the book had the inherits=_Default". So I changed that and still nothing happened. I don't really get what you mean in your first statement about the root namespace. According to the dummies book the namespace should have been imported when I called the statements: Imports System.Web.Configuration Imports System.Data.SqlClient Imports System.Data Does this have to do anything with the Repeater ID="ForumRepeater" not being declared?
    Posted to Visual Basic .NET (Forum) by Paulie222 on 6/23/2009
  • Installation of SQL Express Edition 2008...Setup of new Database

    Ok here is the problem that I am having. I just recently installed a new viedo card and reinstalled windows. Previous to this I was running everything fine and just wanted to transfer all the files via a memory stick. Anyway, I installed Visal Web Developer 2008 fine and then tried to install SQL Express Edition and this is the error that I got. Also I can not make a new database on the ASP Configuration Administrator, and it tells me when I try to choose a provider that the connection can not me
  • Re: Building a Web Forum

    Isn't the repeater declared in line 13 of the aspx page? 13 < asp:Repeater ID= "ForumRepeater" runat= "server" > I don't know what you mean by designer file, but I copied the code right out of the book. And just so I understand, even if I was to declare the ForumRepeater manually would I just put it as: Dim ForumRepeater As String
    Posted to Visual Basic .NET (Forum) by Paulie222 on 6/16/2009
Page 1 of 3 (24 items) 1 2 3 Next >