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:845466
More Search Options
RSS Available
Matching Posts
Re: Problem with relationship table in Linq to SQL
Greate solution Wencui. Thank a lot.
Posted to
Data Access and ObjectDataSource Control
(Forum)
by
alcaps
on 10/20/2009
Re: Problem with relationship table in Linq to SQL
I using the Linq Namespace
Posted to
Data Access and ObjectDataSource Control
(Forum)
by
alcaps
on 10/16/2009
Problem with relationship table in Linq to SQL
Hi, I have 3 tables: tasks - idTask (PK) - taskName - taskPrice payment - idPayment (PK) - payDate - totalPrice taskXpayment (relationship table) - idTask (PK) - idPayment (PK) In the relationship diagram I have: - tasks.idTask -> taskXpayment.idTask - payment.idPayment -> taskXpayment.idPayment The taskXpayment define that a payment have a task. Then, a payment can have many tasks and a task have one or more payments. If a payment is unsuccessful, I can create another payment with the same
Posted to
Data Access and ObjectDataSource Control
(Forum)
by
alcaps
on 10/15/2009
Filed under: linq relationship conditions
Re: Problem developing in teamwork
Is there any freeware like software to do it?
Posted to
Free For All
(Forum)
by
alcaps
on 9/8/2009
Problem developing in teamwork
Hi, I'm developing in teamwork, usually 2 programmers in a single ASP.Net C# web project. But we were unable to work with the same files because appear several errors when debuging a file from network. How do I get all developers using the same project files in network? Any solution, configuration or software to solve this problem? Tks, Patrick Coelho - www.criapix.com.br
Posted to
Free For All
(Forum)
by
alcaps
on 9/5/2009
Filed under: teamwork
TableAdapter without one of two parameters
Hi, I have a TableAdapter like this: peoples.getByBirthday(initialDate, finalDate) It return peoples born in this time interval. The problem..... How to use this TableAdapter without only one of the parameters? Like peoples.getByBirthday("10/6/1970", ANY DATE ). I can use a finalDate like 1/1/2500... But it's not a good solution. Any other alternative? Tks, Patrick Coelho - www.criapix.com.br
Posted to
Data Access and ObjectDataSource Control
(Forum)
by
alcaps
on 7/17/2009
Filed under: Dataset tableadapter
Re: Dynamicaly DB password in connection string
Hi, I have in web.config: <add name="controleConnectionString" connectionString="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=|DataDirectory|\controle.mdb;Persist Security Info=True;Jet OLEDB:Database Password={0}" providerName="System.Data.OleDb"/> In code now I have: string conStr = ConfigurationManager.ConnectionStrings["controleConnectionString"].ConnectionString; conStr = String.Format(conStr, "password"); This code only create a connection
Posted to
Access Databases and AccessDataSource Control
(Forum)
by
alcaps
on 7/5/2009
Re: Login user control
Hi, The <asp:Login> control is hard to be used with Access database. And I want a very simple login... No permissions, groups, functions..... HttpContext.Current.Session["user"] = login; Oh yeah..... It´s work fine. Very thanks!! Patrick Coelho - www.criapix.com.br
Posted to
Web Forms
(Forum)
by
alcaps
on 7/4/2009
Dynamicaly DB password in connection string
Hi, To access my system, the user must enter a password. This pass must be the same of my MS Access DB. The system must try use the DB with the entered password. If sucessful, show informations. Else, show a message "wrong password". I'm using Dataset, then I must manipulate the connection string. But how???? Like this: String ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=|DataDirectory|\\database.mdb;Persist Security Info=True;Jet OLEDB:Database Password="
Posted to
Access Databases and AccessDataSource Control
(Forum)
by
alcaps
on 7/4/2009
Filed under: connectionstrings dataset access
Re: Dynamicaly DB password in connection string
I want hide the database password and limit the system access. Authentication at the application level can expose my MDB password. I want use my dynamically created string in a dataset but it only get from web.config. I want override this web.config string.
Posted to
Access Databases and AccessDataSource Control
(Forum)
by
alcaps
on 7/4/2009
Page 1 of 3 (25 items) 1
2
3
Next >
WindowsClient:
Build WPF Data Controls for Outlook Addins Easily with VS2010
Channel 9:
Channel 9 Live at PDC09: .Net Rocks Part 2
Channel 9:
Channel 9 Live at PDC09: .Net Rocks Part 1
Channel 9:
Channel 9 Live at PDC09: Wei Zhu (Facebook)
WindowsClient:
WPF Manipulation Basics
ASP.NET:
High CPU in .NET app using a static Generic.Dictionary
TechNet Edge:
Deploying Silverlight - Why and How
WindowsClient:
Windows Client Developer Roundup for 12/21/2009
Silverlight:
4 Calendars & Plans for 2010 / 5770
ASP.NET:
ASP.NET MVC 2 and Visual Studio 2010
ASP.NET:
Moving your ASP.NET Application to Windows Azure – Part II
Silverlight:
HVP – Core Scaffolding and Updated News
Channel 9:
TWC9: 2009 - The Year in Review
ASP.NET:
Tip#100: Did you know… How to view ASP.NET trace information?
ASP.NET:
Passing anonymous objects to MVC views and accessing them using dynamic
Channel 9:
Channel 9 Live at PDC09: Coding 4 Fun
Channel 9:
Channel 9 Live at PDC09: Stephen Toub
WindowsClient:
Mouse Gestures for Internet Explorer
Channel 9:
Controlling concurrency in Rx
Channel 9:
Dev Tools Ecosystem Summit Videos Available
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online