All Forums >> [Scripting] >> ASP >> Help with and user editing and buttons Do you like VisualBasicScript.com? Link to us and help spread the word about our forum. Thanks!
Hello all. I have a few questions on basic things I am having trouble with.
First off and easiest, I have a Navigation Frame at the to of my site, with links to the rest of the site, but I want to use buttons instead, as they look better. How can I buttons to link to another page? I tried using teh NavigateUrl attribute like a normal HyperLink in asp.net but it doesn't work. Is there something I could add/modify in the behind code to accomplish this?
Second, I have a datagrid on a page of the site with two date columns that I want to be able to edit. I tried adding an edit column based on another chart with an edit column but it doesn't work properly. When I click edit to change a row, it changes to update or cancel options in that row like it should but it doesn't let me change what I want to. The only reason I can think of is that they are dates and I was basing on editing text. How can I change the code to allow me to edit them? The information is in a MS Access database.
I have managed to figure out the problem with the buttons, but I still cannot figure out what is wrong with my code to edit the date columns. Anyone have any ideas?
Thank you for your reply, but it seems I have made a mistake. In the Access database where the info is coming from Expires and Note(now changed to Received) are text fields, but on the web page I want to use the text boxes to force the user to enter a date in a specific format so that everything ends up looking the same. How would I accomplish this? At the moment I am just editing them as text.
--Rikki
< Message edited by Rikki_UW -- 2/11/2008 2:38:30 AM >