Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:679482
More Search Options
RSS Available
Matching Posts
Re: Your own security system vs ASP.Net's ...
Personally, I always opt for the "own security system". It's way more interesting to hack a system being used by 1000s of blindly confident programmers than a unique system, for one web application...Depending on the configuration, it will probably be easier to hack something "standard", than "something else, to be determined". I'd rather take my own method than rely on something that someone else made for the masses when it comes to security.
Posted to
Security
(Forum)
by
NNM
on 12/23/2009
define illegal value for db field
Hi, I'm not sure how to do this: If you have a "self referencing table", with, for example: [something]: - PK: something_id - other field: something_parent_id Is it possible to define a DB rule: something_id CAN NEVER BE = to something_parent_id ? (please note: question is about setting rule on the database level, not code.) (SQL server 2000)
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
NNM
on 12/4/2009
Re: define illegal value for db field
Thanks! ALTER table [something] ADD CONSTRAINT something_parent_rel CHECK ( something_parent_id IS NULL OR something_parent_id <> something_id ) .. which only allows null or different values..! Thank you! (You can imagine what happens when you build a treeview on the server, and it goes into a never ending loop; well, the loop ends when "there is not enough space on the disk" and every single web app crashes, and frustrated users start calling... ---> NEVER AGAIN.) Learning every
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
NNM
on 12/4/2009
Re: Search in all solutions?
Hi, thanks, but as subject and message says: "Search in all solutions "... Not one by one...
Posted to
Visual Studio 2005
(Forum)
by
NNM
on 11/30/2009
Re: Search in all solutions?
Thanks, that's kind of what I feared... Maybe I'll make a little windows app to search like that...Shouldn't be too hard... There, the dilemma is: index or full search every time..
Posted to
Visual Studio 2005
(Forum)
by
NNM
on 11/30/2009
Search in all solutions?
Hi, does anyone know if it is possible to search in visual studio, but in all solutions..? Situations where you have 50+ projects, and want to use a function you've already written: "Ok, so where did I do that before? I know I did something like this before... Was it this project? ...No... This one?...No... I give up, guess I have ro rewrite it..."
Posted to
Visual Studio 2005
(Forum)
by
NNM
on 11/26/2009
Re: Slow to save WebMethod
Now it happens with all classes in "app_code"... Takes ages to save...
Posted to
Visual Studio 2005
(Forum)
by
NNM
on 11/18/2009
Re: enforce relationship for insert/update WITH ONE EXCEPTION!
Hi, thanks for the suggestion, but I really needed a constant (integer) as exception... And I actually found a solution: I wrap the query with these commands: ALTER TABLE [TableName] NOCHECK CONSTRAINT [constraintName] [do my data integrity destruction (lol)] ALTER TABLE [TableName] CHECK CONSTRAINT [constraintName]
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
NNM
on 11/12/2009
enforce relationship for insert/update WITH ONE EXCEPTION!
Hi, I like having relationships that make sure you don't add an illegal FK to something. But I've come into a situation where I need one exception. I want to bypass the enforce for one value (constant=0). (So that the relationship stands, except if the value you insert or update is 0.) Is that possible in SQL server (2000)?
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
NNM
on 11/11/2009
Re: RadGrid question: closing editmode
Hi, thanks, but this was an old post I should have marked as resolved. It was a matter of configuration when mixing autmatic operations with server side code. (allowautomaticupdates=true)
Posted to
Component Discussions
(Forum)
by
NNM
on 11/11/2009
Page 1 of 54 (537 items) 1
2
3
4
5
Next >
...
Last »
Channel 9:
Channel 9 Live at PDC09: Dr Brian Brooks (3M)
Channel 9:
C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 13 of 13
Silverlight:
Information for Silverlight HVP Developers…
WindowsClient:
Custom Content Loaders in Silverlight 4.0
WindowsClient:
MVVM Links\Info
TechNet Edge:
Check out how Dolly Parton uses IE8 and Web slices!!!
Silverlight:
A Silverlight HVP Update
Channel 9:
Channel 9 Live at PDC09: This Week on Channel 9 - PDC09 Daily Show Edition Day 1
Channel 9:
Maria Klawe: Scholar, Scientist and Microsoft Board Member
Channel 10:
Play the Bing Sherlock Holmes Game
Channel 9:
Channel 9 Live at PDC09: Loic Le Meur
Channel 10:
How to Delete Jump List Items
Channel 10:
Roll Back to Classic Network Indicator in Win7
Channel 9:
Jafar Husain: Silverlight Toolkit and Rx, Part 2
Channel 9:
Ping 42: Is Microsoft cool? Photo DNA, Win7 tool, 10k MIX contest
Channel 9:
Jafar Husain: Silverlight Toolkit and Rx, Part 1
Channel 9:
Francesco Logozzo - Static Checking with Code Contracts for .NET
Channel 9:
Channel 9 Live at PDC09: Doug McCuistion, NASA
TechNet Edge:
System Center Operations Manager 2007 R2 – Service Level Dashboard part 3: Configuration
Channel 9:
Reading Debate with Bill Buxton
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online