Hello,
I am a novice attempting to follow these instructions:
http://www.dotnetbips.com/articles/c1e0ca90-5f5d-47aa-a739-492b562e810a.aspx
My goal is to create a GridView that I can add re...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23244572.html
I am building a website with a data table that is accessed by several different pages in the website.
Assume user is on page B looking at a gridview bound to data table Games. User goes to page ...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23548441.html
Is there a way you can use information that is put into a textbox to update a database? For example: A user puts in his/her email address and inputs a password, it updates the database when they c...
http://www.experts-exchange.com/Programming/Languages/.NET/.NET_Framework_2.0/Q_23773280.h...
I am attempting to input data into "members" database based on what a visitor enters on a registration page. I put in the code, configured the sqldatasource and I am getting this error when I run t...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23783755.html
I have already created a registration page and now want to finish it by using something to validate that the username isn't already in the database. I can't see where I can use a validator, therefo...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23789263.html
I have a range field validator that checks a quantity textbox for a product before its added to a shopping cart to be between 1 and 10. It works the first time but when the user trys to add more of...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23888295.html
I have an application that creates a new process in SQL server everytime it goes to a different page because it needs info that is in the server. Is it something that relates to my handling of my c...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23142938.htm...
200,000 users in a SQL Server table need searching for populating an AutoCompleteExtender on a web form. The user will begin typing, and the returned data will be complete names where the forename ...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23232579.html
I am using a DetailsView control on an ASPX page. I have designed it so the user can enter 14 different fields, including three dropdown lists. I cannot bind it directly to a database or even pro...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23484337.html
I am new to using Javascript methods in conjunction with VB code. I do understand how most of it works and having been a C programmer in the past, I can easily read Java as well. Bloated disclaim...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_23512871.html