Button array disappears after click event
Why do my buttons (array of buttons) disappear after I click any of them? Here is the code structure. Thanks a lot in advance.
Why do my buttons (array of buttons) disappear after I click any of them? Here is the code structure. Thanks a lot in advance.
I am so used to attach a process when debugging ASP.NET application in .NET 2.0 and VS.NET 2005. I don’t know what happened to this functionality in VS.NET 2008.
I’ve implemented Scott Hanselman’s method for keeping up with a dev/qa/prod version of web.config:
http://www.hanselman.com/blog/CommentView.aspx?guid=93bfa4b3-44cd-4681-b70e-f4a2b0386466
I need to change the background colour of a button using C# code (Visual Studio 2008).
I’ve installed (in this order):
64bit Windows7,
64bit Visual Studio 2008,
Microsoft Free Web Platform Installer (WEB PI)
– installed iis7
– bunch of samples
– …
asp.net mvc 1.0
Visual Studio 2008 sp1
I have a gridview that I want to validate when it is in edit mode. how do I do this?
Can anyone tell me how to substring a GridView BoundField object please?
I’m developing a new functionality for web site project with VB.NET default language in VS 2008. As my preferred language is C# I create subfolder for C# code in the App_Code folder and add appropriate codeSubDirectories element to web.config file. The problem is that I can’t refer VB.NET classes in my C# code. All VB.NET classes and structures are placed in global namespace in the App_Code. But even if I place some VB.NET class in the same namespace I’ve use for my classes in C#, I still can’t use them. Also, I’ve try to move my class to global namespace but this also doesn’t help me.
I have an ASP.NET web site. I keep getting the error below in VS 2008. The site works fine from a browser. I have made every folder using IIS manager an ASP.NET app. Why does it keep complaining? The site’s folder is below a parent folder.
I am not familiar with web site apps instead of web application app. Where are the options to use IIS or the internal web server like WAP has?