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:654835
More Search Options
RSS Available
Matching Posts
Re: Can I delete the attribute NAME from the FORM tag?
Add <xhtmlConformance mode="Strict" /> under the <system.web> in the web.config
Posted to
Getting Started
(Forum)
by
Jorgitto
on 10/26/2009
Re: Problem connecting to SQL Server
Try to grant access to yourpcname\ASPNET to that catalog. By default, ASP.NET uses this user to access to a SQL Server Database I hope this helps Regards Jorge
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
Jorgitto
on 4/27/2006
Re: SQL Error (SQL Express Related)
Have you installed SQL Express Edition on your pc? Look into the web.config the following: <add name="LocalSqlServer" connectionString="Data Source=.\SQLExpress;Integrated Security=True;User Instance=True;AttachDBFilename=|DataDirectory|aspnetdb.mdf"/> What happens is that the "AttachDBFilename" command only works with SQL Express or SQL Server 2005. If you are working with SQL Server 2000, you have to attach you database to your default instance using the Enterprise Manager. You can also use
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
Jorgitto
on 4/27/2006
Re: Do you have to have oracle client on a webserver?
If you are using the System.Data.OracleClient namespace you don't need to install the Oracle Client on the Server, but, if you have used the Oracle.Data.OracleClient namespace you have to. The thing is that the dll provided by Oracle (Oracle.DataAcess.dll) uses other natives dlls that are installed when you deploy the ODP.NET in you computer. Regards Jorge
Posted to
Oracle
(Forum)
by
Jorgitto
on 4/27/2006
Re: How can I show all Values on Null Selection with ACCESS...
Try this way < asp : AccessDataSource ID= "AccessDataSource1" runat= "server" DataFile= "App_Data\NorthWind.mdb" SelectCommand= "SELECT * FROM Employees WHERE (((Region) Is Null)) ORDER BY EmployeeID" > </ asp : AccessDataSource > This is an example from the NorthWind database Regards Jorge
Posted to
Access Databases and AccessDataSource Control
(Forum)
by
Jorgitto
on 4/26/2006
Re: How to call code behind classes within another aspx class
First you must create the object User _user = new User() UserManagement _userMng = new UserManagement() And the you can access to the methods and properties of that object _user.EmailAddress = hello@hostaname.com ; _user.FirstName = "Ray"; and so on... Finally _userMng.RegisterUser(_user); Regards Jorge
Posted to
MySQL
(Forum)
by
Jorgitto
on 4/26/2006
Re: Gridview Update works in Visual Web Dev Express but not on localhost
Hello, This happens because the asp worker process does not have the required permissions to write in that database. You should see the thread called "FIX: Operation must use an updateable query - error when using Access db" in "Announcements and FAQs". Here you'll find out how to solve the problem Regards Jorge
Posted to
Access Databases and AccessDataSource Control
(Forum)
by
Jorgitto
on 4/26/2006
Re: Using Sql code from aspx code behind - ASP.NET with C#
Ray, Change this line of code in the page_load event: using (MySqlCommand cmd1 = new MySqlCommand("select * from rooms", DbHelper.CreateConnection())) The problem is that the MySqlCommand object receive two parameters: The first one is the sql clause (string) and the second one is a MySqlConnection object Regards Jorge
Posted to
MySQL
(Forum)
by
Jorgitto
on 4/26/2006
Re: MySql Connector .NET 2.0 DbProviderFactories
See the post http://forums.asp.net/thread/1209055.aspx I hope it help Jorge
Posted to
MySQL
(Forum)
by
Jorgitto
on 4/25/2006
Re: I can not see tables in mySQL using VS 2005
Why don't you try using the .Net MySQL connector? 1) Go to http://dev.mysql.com/downloads/connector/net/1.0.html 2) download "Windows Source and Binaries, no installer (ZIP)" 3) Unzip and look for the folder named bin. You'll find the MySqlData.dll for .NET Framework 2.0 in net2.0\release. 4) Add the library to you Proyect If you need an example, look into the "Samples" folder of the unzipped file Regards Jorge
Posted to
MySQL
(Forum)
by
Jorgitto
on 4/25/2006
Page 1 of 1 (10 items)
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
Channel 10:
Reading Debate with Bill Buxton
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
IIS.NET:
SiteShell
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
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online