Search

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

Matching Posts

  • css club starter kit

    I am using the club starter kit. I am having problems with the CSS. I will change the background color, for example. It will change on the screen, but when I go to build it, it is still shows the old colors. I look in the actual CSS file and it is changed but it still builds without the changes. I do not understand what could be happening. It is the first time that I used a starter kit, so when it happenned the first time, I thought it was something I was doing wrong. I had not gone very far so I
    Posted to Club Web Site Starter Kit (Forum) by meminot on 6/18/2009
  • Re: using custom classes in web application

    Thank you. It works great now.
    Posted to Getting Started (Forum) by meminot on 5/4/2009
  • Re: using custom classes in web application

    OK, that is what I thought but something must be wrong with how I wrote the class because when I try to write int x = Class1.MathDrillsValues("Facts:Division") and I step through the code it goes to following method: public static int MathDrillsValue() { throw new NotImplementedException(); } The rest of the code for the class is below. I do not understand what I am doing wrong. Do I need to do something to "implement" the method? using System; using System.Collections.Generic;
    Posted to Getting Started (Forum) by meminot on 5/4/2009
  • using custom classes in web application

    I am working on my first web application and am trying to add a class to hold a method that will be in many of my web pages. I can do this in a c# windows application but can't get it to work in the web application. I want to return an int value from a string input. I will probably need to update this list so I want to put it in one place and be able to call it from several pages. I cannot find any directions on how this is supposed to be done. Can anyone help me or point me to some directions
    Posted to Getting Started (Forum) by meminot on 5/4/2009
  • Re: detailView and insert commands

    That is what I was afraid of. Back to the learning to learn how to use the stored procedures from the application.
    Posted to Web Forms (Forum) by meminot on 1/23/2009
  • Re: detailView and insert commands

    Actually, when I look at the table definition, it has two primary keys. It is a table created by Visual Web Developer by putting membership items on the page out of the tool boxes. What I am trying to do is be able to update member roles. I see that there is a stored procedure called: aspnet_UsersInRoles_AddUsersToRoles Am I going to have to use that or can I do something to insert directly into this table? If I have to use the stored rocedure I will have to do some reading. I have not done any of
    Posted to Web Forms (Forum) by meminot on 1/23/2009
  • Re: users on a website

    I finally figured this out. It was the fact that I thought I could just copy the database to the host server using the copy website page. I had to publish the database to the server and then point to that database. Once I did that it all worked fine.
    Posted to Configuration and Deployment (Forum) by meminot on 1/23/2009
  • detailView and insert commands

    I am creating a membership website. I inserted a DetailViews on a page when I try to configure the datasource and hit the advanced button it will not let me select generate insert or update statements or use optimistic concurrancy. From the intro training videos and walkthroughs it seems like it is supposed to do that. Is there some reason that this would not work? I mention that it is a membership website in case there is some kind of settings on the aspnet_UsersInRoles in the ASPNETDB.MDF table
    Posted to Web Forms (Forum) by meminot on 1/23/2009
  • Re: playing sound as a response to a button click

    Thank you that handled it.
    Posted to Web Forms (Forum) by meminot on 1/23/2009
  • playing sound as a response to a button click

    I wrote a windows application in C# that I am trying to duplicate as a web application. I need to have a sound play in response to a buttom click. This is a reading/phonics program. The text value changes on the button as the student is learning different sounds and words. I need to be able to point at the sound on the server based on the text value of the button and have it play without navigating away from page. I tried the following and it worked fine while testing it on my computer but when I
    Posted to Web Forms (Forum) by meminot on 1/23/2009
Page 1 of 2 (14 items) 1 2 Next >