Search

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

Matching Posts

  • Re: How the deletion of a comment by an administrator in ShowArticle.aspx occurs ?

    Ok I got it. There is dlstComments_ItemCommand event where the deletion is handled. But could the deletion be done by specifying a DeleteMethod in the corresponding ObjectDataSource? Thanks
    Posted to TheBeerHouse Starter Kit (Forum) by Annddrew on 10/18/2008
  • How the deletion of a comment by an administrator in ShowArticle.aspx occurs ?

    Hi, In ShowArticle.aspx the deletion of a comment by an administrator is accomplished through: < asp : ImageButton runat ="server" ID ="btnDelete" CommandName ="Delete" CommandArgument =' <%# Eval("ID") %> ' CausesValidation ="false" AlternateText ="Delete comment" ImageUrl ="~/Images/Delete.gif" OnClientClick ="if (confirm('Are you sure you want to delete this comment?') == false) return false;"
    Posted to TheBeerHouse Starter Kit (Forum) by Annddrew on 10/18/2008
  • What's wrong with my DetailsView control ?

    Hi, I modified with obvious changes the DetailsView that is used to add and edit Articles. In Edit mode my DetailsView displays correctly but in the Insert mode it displays with all input fields collaped from left to right. I have asolutely no idea what's wrong. Please help, thanks. Here is my complete DetailsView control: < asp : DetailsView ID ="dvwArticle" runat ="server" AutoGenerateDeleteButton ="True" AutoGenerateEditButton ="True" AutoGenerateInsertButton
    Posted to Data Presentation Controls (Forum) by Annddrew on 10/12/2008
  • Re: Getting a connection error

    I found the solution to my problem in: http://www.datamasker.com/SSE2005_NetworkCfg.htm and http://support.microsoft.com/default.aspx?scid=kb;EN-US;914277 Thanks
    Posted to TheBeerHouse Starter Kit (Forum) by Annddrew on 9/28/2008
  • Getting a connection error

    I switched to the SQL Server 2005 following the instructions of the readme.txt file. Now when I run the site inside VS I get the following error message at line: return (( string )( this .GetPropertyValue( "Culture" ))); The error message is: An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under default settings SQL Server does not allow remote connections. (provider: Shared Memory Provider
    Posted to TheBeerHouse Starter Kit (Forum) by Annddrew on 9/28/2008
  • Re: Email as a User Name

    THank you very much for your answer. I have also found this post that explains how to do this: http://forums.asp.net/t/1316410.aspx
    Posted to Security (Forum) by Annddrew on 9/14/2008
  • Email as a User Name

    Hi, I would like the CreateUserWizard control to accept email as the user name and hide the E-mail textbox but I would like also the email to be working in case the user forgets his password and so on. Has anybody an idea on how to achieve that? Thanks !
    Posted to Security (Forum) by Annddrew on 9/14/2008
  • Re: how to make a gridview borderless and headerless ??

    Yes that's what I mean. Thank you all for your answers.
    Posted to Getting Started (Forum) by Annddrew on 9/2/2008
  • how to make a gridview borderless and headerless ??

    Hi, Can anybody tell me how to display a gridview without borders and without a header row? Thanks
    Posted to Getting Started (Forum) by Annddrew on 9/2/2008
  • Questions about MySQL

    Hi, I'm new to MySQL with ASP.NET so I have a couple of questions: 1- To use the MySQL .NET connector does one have to reference the connector's library and use the namespace MySql.Data.MySqlClient and use the objects: MySqlConnection con; MySqlCommand cmd; MySqlDataReader rd; ? 2- What's the connection string of a MySQL database? 3- Does MySQL provide a user interface through which one can create tables and columns as with SQL Server manager or does one have to create them using sql
    Posted to MySQL (Forum) by Annddrew on 7/1/2008
Page 1 of 9 (83 items) 1 2 3 4 5 Next > ... Last »