19
Feb/10 2
Feb/10 2
Is It Possible To Execute Windows Script Hosting Procedures In A Web Page Script.?
IE doesn't seem to support wsh objects and methods. I keep getting errors like "Object required 'WScript'" and "ActiveX component cannot create object 'GetObject'. Is there some libraries you can include to IE.
If not is there a way to call a .vbs or .js file from a web page?
25
Sep/09 0
Sep/09 0
Select Data From A Web Page Using Ado.net And Stored Procedures Tutorial
How to use a stored procedure to show data on a web page with zero coding! ASP.NET 3.5 and Visual Studio 2008.
1
Sep/09 0
Sep/09 0
Practical Entity Framework For C#: Stored Procedures In Entity Framework
ADO Entity Framework can be used in ASP.NET as well. There are only minor things to keep in mind. The EntityDataSource makes using an Entity Model in ASP.NET much easier. In this video, Todd Mirand...