Search

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

Matching Posts

  • Re: insert authenticated user using button

    I want to insert the value "userId" of the logged in user how do do this from a cookie or is there other means?
    Posted to Data Presentation Controls (Forum) by Websta4 on 7/28/2007
  • insert authenticated user using button

    how do I insert an authenticated userId in a table using a button? Can some1 please send me a sample
    Posted to Data Presentation Controls (Forum) by Websta4 on 7/28/2007
  • Re: Insert Statement does not work

    I tried but it is not working I tried using this example : http://www.asp.net/learn/dataaccess/tutorial53cs.aspx?tabid=63 but nothing happens after I click the add button HELP PLEASE ANY INPUT WILL DO ==========================aspx=========================================== <%@ Page Language="C#" MasterPageFile="~/admin/Admin.master" AutoEventWireup="true" CodeFile="SetDate.aspx.cs" Inherits="admin_SetDate" Title="Add Dates" EnableEventValidation
  • Site Samples

    were can I download or buy myspace style sample/ starterkit
    Posted to Getting Started (Forum) by Websta4 on 7/23/2007
  • Re: Insert Statement does not work

    ERROR ExecuteNonQuery: Connection property has not been initialized.
  • Re: Insert Statement does not work

    I put a break point @ the beggining of the project When it get to SqlDataSource AppointmentDS = new SqlDataSource(); Local result: AppointmentDS null System.Web.UI.WebControls.SqlDataSource null gets highlighted in red when it get to : AppointmentDS.ConnectionString = ConfigurationManager.ConnectionStrings["SiteConString"].ToString(); AppointmentDS {System.Web.UI.WebControls.SqlDataSource} System.Web.UI.WebControls.SqlDataSource "System.Web.UI.WebControls.SqlDataSource" is in
  • Insert Statement does not work

    protected void Button1_Click(object sender, EventArgs e) { SqlDataSource AppointmentDS = new SqlDataSource(); AppointmentDS.ConnectionString = ConfigurationManager.ConnectionStrings["SiteConString"].ToString(); AppointmentDS.InsertCommandType = SqlDataSourceCommandType.Text; AppointmentDS.InsertCommand = "INSERT INTO Appointments (Day , FromTime, TillTime) VALUES (@Day , @FromTime, @TillTime)"; AppointmentDS.InsertParameters.Add("@Day", Date.Text); AppointmentDS.InsertParameters
  • Inserting Authenticated User's Username to the database in gridview

    Hi designing a site were people book appointments I have a gridview when the client clicks on the Book button. I want the the (available boolean to be false) and the authenticated users username to go in the database in the username column book = (available = false) + (username =usersname) <asp:GridView ID="GridView1" runat="server" AllowPaging="True" AllowSorting="True" AutoGenerateColumns="False" CssClass="gridview" DataKeyNames="AppointmentID"
    Posted to Data Presentation Controls (Forum) by Websta4 on 7/8/2007
  • ajax calender font size is too big

    I have an ajax calenderin a gridview font size is too big even when I change the font size nothing happens. I can't see Saturday column and last row of the date /****************** calender ******************/ .MyCalendar .ajax__calendar_container { border:1px solid #804040; background-color: lemonchiffon; color: red; font-size: 8pt; z-index : 1004; } .MyCalendar .ajax__calendar_other .ajax__calendar_day, .MyCalendar .ajax__calendar_other .ajax__calendar_year { color: black; } .MyCalendar .ajax__calendar_hover
    Posted to ASP.NET AJAX Control Toolkit (Forum) by Websta4 on 7/8/2007
  • Re: Detailsview with my control

    Thats the error I get when run the page when using the default controls created by details veiw DetailsView with id 'DetailsView' did not have any properties or attributes from which to generate fields. Ensure that your data source has content.
    Posted to Data Presentation Controls (Forum) by Websta4 on 7/7/2007
Page 1 of 5 (44 items) 1 2 3 4 5 Next >