please, how can I add LoginForm to MasterPage? I Added LoginForm Control to Mast开发者_开发技巧erPage, but when I try click to another button, Validators in LoginForm show alerts... How Can I fix it p
I am currently trying to开发者_开发技巧 make a form for a website in work. I have created the script in Perl using Forms2Go and have entered the send mail and bin paths given to me. At the first the s
I have a site that is set up to validate the user from time to time. Every time the user is validated the user is redirected to the login page, which is another web application under IIS. Since the us
I usually place an app_offline.htm in my root directory when I am releasing a website to a production environment. However sometimes if there has been a few big changes to the sit开发者_JAVA百科e, I w
I am trying to get a parameter for my update from the gridview but it is an ID column that I do not want displayed. If I display the data in a boundfield it works fine but if I set the visibility to f
ASP.NET 4.0 Webform website master page: left side panel (navigation menu purpose): use UpdatePanel control (AJAX), so when selecting new menu, the whole page won\'t reload. Only conte开发者_如何学Cn
I have one class for selecting, updating and deleting record in db (sql server 2008) and one class for represent table record, i think it\'s call \'Activ record\' design pattern.
I\'m having trouble figuring out something that should be simple but I\'m having trouble trying to figure it out.
I have been asked to support a legacy app and I can\'t get access to the code behind files. I nee开发者_运维技巧d to add a new feature that gets a list of items from the database on page_load, what wa
So I\'ve found myself with a conundrum.We have some old asmx web services in our app that have worked fine for ages.