I'm stuck on what might be some simple ASP.NET syntax: I have a page that allows a user to enter a code into a textbox, and then checks that code against a database table to return the values of one...
[accidentally posted to the ASP forum]
I am trying to set up a Master-Details feature in ASP.NET 3.5 with two distinct lists of links on the "Master" side and one control on the "Details" side, all...
I am trying to set up a Master-Details feature in ASP.NET 3.5 with two distinct lists of links on the "Master" side and one control on the "Details" side, all displaying on the same page. For...
I would like to make a change to an existing ASP.NET 2.0 "Product Details" page so that certain products are flagged with a warning label. The website's product details page already uses such...
I have a table of information that I want to display in a Gridview or a Datalist; when the boolean column "MadeinUSA" is TRUE, I want to display a little .gif flag image in that row of the displayed...
I have an existing ASP.NET 1.x commerce site up and running, but with the IIS server "switch" set to 2.0, so it can accept new ASP.NET 2.0 pages and features.
I am adding a "links" page to a website, and thought that, instead of manually entering the links into HTML, I could use an ASP.NET Datalist bound to a database table; this way, the website owner...
I'm trying to make a single "page patch" to an existing ASP.NET website. All I want to do is comment-out some phone number validation code that I want the app to ignore, and recompile the...
I'm trying to make some minor changes to the validation code of a checkout page in an ASP.NET webapp. The original builder of the site stripped out the VB codebehind files, leaving just the...
I see what you mean. Since the site is actually running now and taking orders, I want to be able to restore it quickly in case my small change "breaks" the .dll upon recompile.
I think I may be all set with this question now: someone told me that codebehind files are routinely taken away after the site is compiled and made public, for security reasons. I downloaded the Lutz...
I don't really care about a slight difference in performance - it is just a simple online store app. If I can get away with resurrecting that one codebehind...
I'm trying to insert a quick-and-dirty Javascript email form in an .aspx page. For some reason, trying to execute the form returns a "Object reference not set to an instance of an object"...