Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: KenniM
  • Content: Threads
  • Order by date
  1. KenniM

    Problem retrieving appSettings from Web.Config

    Hi everyone! As the subject says I have problems retrieving appSettings from my web.config file. The web.config file is placed at the root as it should be and I have the following name/values added: <appSettings> <add key=&quot;da-DK&quot; value=&quot;100&quot;/> <add...
  2. KenniM

    Creating a resx file without VS.NET

    I want to create a resource file (resx) but I don't know how to do this. It seems as if it is the easiest thing in the world if you have Visual Studio.Net - however I'm not that forunate. So is there a way to create one without VS.Net and how should it be formatted. I know it uses XML-format...
  3. KenniM

    Refreshing keeps adding to Database!

    Thank you for taking your time to look at this post! :D I have a page with a list of data comming from a database. On the same page one can add a new row to that list! When hitting &quot;add new row to list&quot; button the page does a postback calling a method in it's codebehind that adds the...
  4. KenniM

    Changing Textbox from Codebehind???

    Maybe I should get some sleep, 'cause it seems that even the simplest things are becoming big problems now! Problem: 1) I have a asp:Textbox named Textbox_Subject on my aspx. 2) I have a Codebehind file for the above aspx. ?) How do I clear/alter the text in that Textbox from within my...
  5. KenniM

    Button probs calling method!

    Okidoki! here goes... I have a form with two input controls and a submit button! When I click my submit button I want the aspx to PostBack and use a codebehind class method called &quot;UpdateTasklist()&quot;. This is not a problem if I use the <asp:button...> but I have my own (way cooler)...
  6. KenniM

    Problem referencing a class!

    I have tried to find a post on this subject but haven't been able to find one that helps me! 1) I have a directory containing my .cs classes. 2) I have a codebehind file from where I want to use these classes. ?) Can I do this without compiling my classes to a dll? I've read that you can...
  7. KenniM

    Accessing Usercontrol-properties from aspx-codebehind

    I've been trying to get help on this issue for a while now but still after reading everything and trying everything(nearly:D) I'm asking your help. The problem is the same for many others. I have my UserControl consisting of an ascx and ascx.vb file. The userControl is Registered and used in my...
  8. KenniM

    How do I make a complete copy of my Access DB in sql / Ado

    I need to make a complete copy af an Access Database using SQL and ADO. I can get this to work while only copying the Tables, but i need the MSys tables too in order to get all information - relationships and so on. So if anyone know how to copy ALL tables, views, Msys from one database, using...

Part and Inventory Search

Back
Top