I have a form having gridview, textboxes and dropdownlist etc. I want to give option to user to click on the button "save" to save the whole form on network directory
What is the best think to do...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23103778.html
I am trying to debug a SQLServer query in my .NET app. I am using SQL Server Express 2008 and have SS Express Management Studio. Is there any way I can access a simple log of queries that hit the...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/SQL_Server_2008/Q_2325...
Hi,
I would like to be able to set a datetime filed in an sql server database table to null value from an asp.net page. My stored procedure looks like this:
ALTER PROCEDURE [de8-tk4-9s2].[Upd...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23272257.html
Hi
I use SCOPE_IDENTITY() for getting the last created ID in a table.
On one table, I use a random generated number as table ID (for a 8 digit random id-number).
When running this,
...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23304229.html
I am writing a clean up routine to go in the session end of my asp.net, it is to remove abandoned orders and replace the allocated stock. the problem is there will be multiple lines of products in ...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_23510290.html
I have my ASP.NET application that needs to connect to the SQL server. It works great in Visual Studio. It doesn't work on when I publish the website to the web server. I've done some research b...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23700748.html
Hi,
I am working on an ASP.Net w/C# and SQL2005 backend App, to act as a Purchase Order system for my company. I have a question regarding the proper table design. I have created 2 tables, one c...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/SQL-Server-2005/Q_2279...
Hi all,
I am having trouble grasping the method to insert data from multiple tables... I am building a PO system that has a first step of choosing a Vendor and Ship To, upon clicking Continue, t...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_22806712.html
Hi,
I am developing an ASP.Net based purchase order system for my company. Currently I have a login page, protecting a default existing po requisition summary page with links to create a new po....
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_22808942.html
(in ASP.NET Web-Application) Its easy to get the number of Users which are online , but along with this i also want the UserName of all online-Users . I also want to check for a particular user wh...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23017953.html