Ok, here's my design problem...
These database holds cellular service data, here's a simplified set of tables to demonstrate the problem.
* Plan
* Device
* Add-on
... and the Relationships
* Add-ons <> Devices (not all add-ons are available for all devices)
* Plans <> Add-ons (not all add-ons...
For my latest project I need to implement a security scheme that allows the creation of user roles and then the ability to assign permissions to those roles. Just like in most Forum products where you can give certain roles permissions like, "Allow Edit Post, Moderate Post, Delete Post, etc..."...
When you're running your app from VS I think you can use CTRL-F5 to rebuild and start the application and that will keep the window open. If you just use F5 to rebuild and start the app then the window will close unless you add the Console.ReadLine() at the end of your code.
Sorry korach -- that isn't the issue. Other folders have the Security tab at the same time that these folder don't have it. Even the parent folder of the bad directories has a Security tab.
I did restart the computer the it created the Security tab -- but my real problem is why it is creating...
korach -- the folders in question do not have a security tab, the only tabs they have are General and Sharing. I check that before and it was one of the thigns that boggled me -- they should have the Security tab but don't.
obislavu -- I'm trying this out now, I'll let you know how it goes.
I have some code that does the following:
1. look for directory - if it exists, delete it
2. create the directory
3. create a new textfile in the directory
Now the code works perfect - it does just what it should except it only works for maybe 2 runs and then it roadblocks with an Access...
Ok, I'm writing a simple helper class for sending HttpWebRequests programmatically w/ the ability to optionally include GET or POST parameters. I thought I had it all done but I've run into a few problems...
First with sending GET params (I'm just cutting my code in snippets from my class so it...
We have two people at our company working on the same ASP.NET project via Visual Studio.NET from their individual workstations. The project uses some extra assemblies that are only on one of the workstations, as a result only the workstation with those assemblies is able to build the project. Is...
I'm looking for an application like FMS's Sourcebook (http://www.fmsinc.com/dotnet/SourceBook/) for keeping a reference of code-bits. I don't really want to put out the $$$ for Sourcebook, do you know of any good alternatives?
Thanks for you help.
I'm having trouble finding a good way to check if a querystring item exists before I try and access it. Right now I'm doing the following but there has to be a better way...
try
{
x = Request.QueryString["someItem"];
}
catch { }
How can I find out if "someItem" is in...
thank you i'll have a look at that. i'm actually executing a PHP script with params passed via POST. The script doesn't return anything it just executes and lets my page continue processing, more or less like a remote sub routine. thanks
I need to POST data to another page all in code, I'm picturing something like this.
post_data.params.add("name", "value")
server.execute("url", post_data)
yes i know server.execute won't do that but you get it what i mean right? If someone could give me some code...
first off I've never used PHP before, I'm an ASP/.NET guy :) but on this particular project I have to write a script in PHP and I need help...
I need to take a date like "5/12/2003" and subtract it from todays date to get the numbers of days returned. The reason is I need to find out...
you got it right thank you. The other way i found is to use RegularExpressions.
Thanks a bunch.
Gone looking for myself. Should I arrive before I'm back, keep me here.
I should clarify that in the process of replacing each result I need to store the #### in a variable so I can't simple search for "{\cf11\super" and "}" and remove them.
Gone looking for myself. Should I arrive before I'm back, keep me here.
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.