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="da-DK" value="100"/>
<add...
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...
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 "add new row to list" button the page does a postback calling a method in it's codebehind that adds the...
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...
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 "UpdateTasklist()".
This is not a problem if I use the <asp:button...> but I have my own (way cooler)...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.