| Thread | Last Post | Replies |
|
| Find root folder of the site. | 31 Jan 2009 19:52 GMT | 2 |
If there is a subfolder on the site, and I want to reffer to the root-folder of the site. How can I do that ? (for example there is another subfolder-2 of the site, and I want to reffer
|
| some questions. | 31 Jan 2009 15:00 GMT | 1 |
1. I wan't that on a my site, I would enable *.aspx file only for the administrator users of the site, and noone else should see and even execute that file.
|
| Regenerating the *.aspx.designer.vb file | 31 Jan 2009 13:27 GMT | 1 |
On certain occasions Visual Studio 2008 does not generate or regenerate the designer file (*.aspx.designer.vb) automatically. If there is only one or two controls that I have added, this is not a problem because I can simply add them manually and let them get replaced when the ...
|
| Multiple ASPSESSIONID cookies | 30 Jan 2009 23:18 GMT | 2 |
I ran across an something i do not understand while doing network traces of out intranet to troubleshoot a problem. It seems a certain user has many, many aspnetsessionids in the header. it looks like this.
|
| allowDefinition='MachineToApplication' beyond application level. compile error | 30 Jan 2009 20:13 GMT | 1 |
How to fix the below error? I am trying to debug a "Hello World" ASP.NET program that I wrote in MS XP OS using Visual Studio 2008, but now I get this error in Vista OS when I copy and paste the same into a Vista folder.
|
| Visual Studio editor acting as if Ctrl or Shift keys are depressed | 30 Jan 2009 18:39 GMT | 1 |
I just installed VS2005 Pro (along with Resharper) and I've noticed that the editor is doing some really funky things. For example... If I highlight a word and start typing, I would expect what I type to replace the highlighted text. It does not, it just appends what I type to the ...
|
| what really is <%# %>, does Eval, Bind needed? | 30 Jan 2009 18:23 GMT | 2 |
I found I can use <% # Contaniner.DateItem.Property.SubProperty%> or <%# page-variable #> Why or ( when) we need use <%# Evel("Property")%>? And when to use <%# #> directly?
|
| AJAX UpdatePanel on postback. | 30 Jan 2009 16:53 GMT | 2 |
I cannot find an AJAX feed here, so I am posting in here... I want to set the visibility of my updatePanel to true upon postback from an ASP.NET button. It works fine, but the panel flashes in it's starting position before moving to it's final (correct) one. How can I get around
|
| Charting options in ASP.Net 1.1 | 30 Jan 2009 16:49 GMT | 1 |
Is there any in-built charting functionality in ASP.Net v1.1?
|
| Ajaxcontroltoolkit tabcontainer | 30 Jan 2009 14:58 GMT | 3 |
ASP.NET 3.5 I hava an Ajaxcontroltoolkit Tabcontainer on my web page and what I am trying to do is NOT to load all of the data in the Tab Control at the page_load event.
|
| what is best or "right" way to bind to property of property | 30 Jan 2009 09:47 GMT | 1 |
Related to my previous post, what is best or "right" way to bind to property of property? Thanks, Ryan
|
| bind to property works, add something won't work | 30 Jan 2009 09:46 GMT | 1 |
In the data bind control, I try to bind same property twice to different property, <asp:GridView ID="gvTraffickingNetwork" runat="server" AutoGenerateColumns="False" >
|
| AJAX UpdatePanel & HtmlGenericControl ('div') | 30 Jan 2009 05:53 GMT | 4 |
I'd like to know, how can i update an UpdatePanel content with an HtmlGenericControl (div) on click event? sample code: <div id="Button01" runat="server");">Text</div>
|
| Can populate aspx listbox with CodeBehind, but can't iterate through it | 30 Jan 2009 02:12 GMT | 2 |
I'm just getting my feet wet with code-behind forms for my aspx pages, and I've run into a puzzler. I have a listbox on my web page called lstProject. When the page loads, the listbox is populated from a database. This works great, but I'm
|
| Web TV | 30 Jan 2009 02:01 GMT | 4 |
I want to setup a system for broadcasting some vedios on web. Just like http://www.geo.tv/geoip/ (Web TV Concept, not on demand). I want to set up my own hardware and software at my place. My preference is Microsoft's platform as we have experts in this area.
|