Cannot configure FrontPage 2002 Extentions - "not authorized"
Hi everyone, I have a Windows 2003 box with IIS 6.0 installed. My workstation is an XP machine with Visual Studio 2005. When I attempt to connect to my website from VS, I get an error sayin...
0 replies
Cannot configure FrontPage 2002 Extentions - "not authorized"
Problem solved, has to do with the loopback feature on W2K3. [url]http://support.microsoft.com/kb/896861[/url] -- vpoko ------------------------------------------------------------------...
0 replies
Re: Does browser cache images?
Hi All the browsers cache images for faster retrieval and [url]http://www.globeinpicture.com/Cache/CacheImages.htm[/url] the above url will hopefully help you. thanks David Alberteeke...
1 replies
Re: 2 dropdownboxes and datagrib
Hi, As per my knowledge, if you want to refresh the datagrid as per some value(like dropdownlist in your case), you have to write some condition or code for that. And you have to bind the datag...
1 replies
Re: HttpContext.Current.User returns null (forms authentification); ho
Ok. What is supposed under forms cookie? Is it just a hidden field to store data between site page cross-posting? Or it's a server-side data, that is unique for every user? Besides this, where i...
0 replies
Javascript w/My AJAX Callback - Why Doesn't This Work Correctly?
Hey guys, here's what I have... To help manage browser windows with session state on the server, I have some javascript code in one of my master pages that gets planted into most (content) pages ...
0 replies
TreeView Control: Highlight Multiple Nodes?
I have a treeview control that contains a list of filenames which I am searching. If a file in the tree matches the search criteria the entire node is expanded. Often times there are other files i...
0 replies
Validation of viewstate MAC failed
Hi, I come from an ASP background, and I am currently working on a .NET project, so please excuse me if this is a dumb question ... I have written a dynamically generated menu that uses the fol...
2 replies
Validating a text box
How do I validate a text box field which only requires a number in it?
4 replies
Re: Valid appraoch to State management?
The Session object already does this. In essence, as an analogy, you are suggesting that you create a box to put everything in, and put it in the box to put everything in, unless I'm misunderstand...
1 replies
Publisher to asp.net
Someone in our company created web pages in Microsoft Publisher 2003. Is there any way to get them into VS 2005 asp.net pages? Thanks. David
1 replies
Re: Published VS2005 service to IIS server (win 2003) gets 404 error
On Oct 24, 5:01 pm, Peter Bromberg [C# MVP] <pbromb...@yahoo.yohohhoandabottleofrum.com> wrote: > Is "skipjack" marked as an Application in IIS? It needs to be. > -- Peter &g...
0 replies
Filling C:\Windows\Temp!
We have a web service that gets quite a few hits. We are noticing that C:\Windows\Temp is filling up with temporary DLLs that never get cleaned up. They certainly appear to be related to the web s...
6 replies
RE: Asynchronous HTTPModule executes synchronously ?
Hi John, Have you got any further ideas on this? If there is any other questions on this ,please feel free to post here. Sincerely, Steven Cheng Microsoft MSDN Online Support Lead T...
0 replies
RE: User control to custom control
Hi JJ, Have you got any progress or do you have any further questions? If so, please feel free to post here. Sincerely, Steven Cheng Microsoft MSDN Online Support Lead This posting ...
0 replies
Re: How to show a pop-up window on the page?
Thanks!
1 replies
Re: Search for rules in HtmlHead.StyleSheet property
Thanks for your reply Andrew, Yes, the current implementation of the Page.Header.StytleSheet is quite limited. If you want to manually manage the page inline stylesheet section, you can cons...
2 replies
Diferences?
Any diferences between: for (int i = 1; ds.tables[0].rows.count; i++) { do something } and foreach (DataRow row in ds.Tables[0].Rows) { do something } What you recomends?????? ...
7 replies
Re: Adding a client event handler to tags other than the tagkey
"Nathan Sokalski" <njsokalski@hotmail.com> wrote in message news:OJJty4CHIHA.5544@TK2MSFTNGP02.phx.gbl... [cross-posting removed] >I want to add a client-side onchange event...
0 replies
Re: Checkbox = null, Specified cast is not valid.
Hi rkbnair, As for the problem here, it seems the "Bind(..)" expression is the cause. "Bind" is a bi-direction databinding keyword and which only support the following usage...
0 replies
Re: Static variables in ASP .NET/VB .NET
Hi Peter, The advantage is that it's an easy way of caching objects for the duration of the page - think of it loosely like the singleton pattern. I could do the same thing with private variab...
1 replies
Re: Debugger not working in copy of VS 2003 ASP.Net
On Oct 31, 2:36 pm, DCC700 <anonym...@devdex.com> wrote: > All the settings you mentioned were correct, however after shutting down > my computer last night and reopening this morning. I...
0 replies
Thumbnails
I have a gallery-like application. (The gallery will be actually presented in Flash, but the management (cms) of the images will be in asp.net. ) My question is, is it ok to create Thumbnail imag...
5 replies
When to use
I am confused as to when to use "Container.DataItem" and when to use DataBinder.Eval(Container.DataItem, xxx)"? In my VB.Net pages I use Container.DataItem. In one of my pages I...
0 replies
First Next Last