Search

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

Matching Posts

  • Why is there very little information on .NetPolls

    I am looking to do a survey for a "non-profit" organization. I took a quick look for a free survey tool that we could use to create it on their website. I see .NetPolls but can't find any tutorials or sample code from anyone who has used it? Is it any good? Is there a tutorial or good sample code to get it setup to save data to SQLServer 2005? Is there a better tool that a person should be looking at? Thanks, John
    Posted to Free For All (Forum) by jfeeney on 11/1/2009
  • Simple CMS for silverlight

    On my websites, I use cuteeditor to allow my clients to update the content of their simple web pages (ie. Events, news, Photos page). At this month's dotNetUserGroup meeting there was presentation on designing your first Silverlight application. Currently, if a person designs a site using Silverlight 3 is there a product available (either purchase or open source) that would give the client the WYSIWYG ability to update their content the way products such as cuteditor currently do for HTML. Thanks
    Posted to Free For All (Forum) by jfeeney on 10/2/2009
  • W3 validation

    I have built a very simple web page. When I ran it through W3 validation - http://validator.w3.org/ I found that it had more than 20 errors. Does the W3 validation work with Asp.Net 3.5 pages. If so, what settings do I need? Thanks, John
    Posted to Getting Started (Forum) by jfeeney on 9/24/2009
  • Re: W3 validation

    I can not see where to do this. When I go into http://validator.w3.org/ I see 3 tabs (validate by url, validate by file upload and validate by Direct Input). I also see a textbox where I put in the address. If I click "More Options". I see two drop downs - Character Encoding and Document Type. Both of these are set to "detect automatically". Am I in the wrong place? Is there something else that I am not seeing? Do one of the above settings have to change? Thanks, John
    Posted to Getting Started (Forum) by jfeeney on 9/24/2009
  • using ClientScript

    I am following an example to hide an email address from the following website - http://www.aspsnippets.com/post/Different-ways-to-create-mailto-link-ASPNet.aspx I have added a button to my master page <asp:Button ID="Button1" runat="server" Text="Email Me" onclick="Button1_Click" /> and in the code behind for the masterpage.aspx.cs I have the following Button1_Click event protected void Button1_Click(object sender, EventArgs e) { //Do some work string
    Posted to Getting Started (Forum) by jfeeney on 9/22/2009
  • RoundedCornersExtenders - Can it apply to a DIV

    In the asp.net/learn/ajax section I watched a video on applying the RoundedCornersExtenders to a Panel. Can the RoundedCornersExtender be apply to a DIV. I want my Masthead DIV to have rounded corners. Thanks, John
    Posted to Getting Started (Forum) by jfeeney on 9/22/2009
  • Re: RoundedCornersExtenders - Can it apply to a DIV

    Thanks for your reply. I went looking to see if a panel = DIV and found this: Panel and <div> are the same thing in HTML. The difference is that a Panel is a web control, and it makes it easier to access the control's method and properties in the code-behind. Making a <div> runat server also allows you to access the properties in the code-behind, but not as much compare to a Panel web control. A Panel control requires more processing to generate HTML, while a <div> requires
    Posted to Getting Started (Forum) by jfeeney on 9/22/2009
  • Problem with UrlRewriter

    I am using code from a book "ASP.Net E-Commerce in C#". I am using the sample code that covers the first 12 chapters and only making changes to the database and stored procedures. I am only using this on my own computer, I have not uploaded to my shared hosting server. However, the database which is being used for other reasons is on my shared hosting server. However, database issues is not the problem. The program uses UrlRewriter.Net to to create keyword rich urls (for Search Engine Optomization
    Posted to Getting Started (Forum) by jfeeney on 7/31/2009
  • Using Web Site Adminstration Tool for MS SQL 2005 on my shared hosting site

    I am working on an application that requires that I add roles to my asp.net Membership Provider. I do not have a remote copy of the database, the only copy is on the shared server. On this link - http://msdn.microsoft.com/en-us/library/yy40ytx0.aspx I found the found the following: Provider Tab Use the Provider tab to test or assign providers for membership and role management for the Web site. Database providers are classes that are called to store application data for a particular feature. By default
    Posted to Getting Started (Forum) by jfeeney on 7/30/2009
  • Formview - When I hit update button the fields return emtpy back in ItemTemplate

    I have a Formview that I have placed inside a table for formatting. I have a record that has DisplayName as Itemid, then First Name and LastName that are editable. I have two pages - one called AddCustomer.aspx and the other is aaTest.aspx. In AddCustomer I have placed the FormView items inside a table for formatting purposes. In aaTest, I just dragged a ObjectDataSource and Formview onto a form. For both pages the FormView goes back to ObjectDataSource1. On both Forms the ObjectDataSource point
    Posted to Data Presentation Controls (Forum) by jfeeney on 7/23/2009
Page 1 of 31 (310 items) 1 2 3 4 5 Next > ... Last »