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
Re: Static variables in ASP .NET/VB .NET
>> I just think the static approach looks neater! >> > Well obviously that's a personal preference, and nothing wrong with > that... In addition to "looking neater",...
1 replies
Adding Event to C# VS 2003
I normally use DW to create my pages and never have to worry about events. They are just created. In DW, all my code and design are on one page (no code-behind). When I create a Page_PreRender...
0 replies
HELP: Moving projects to another drive
All my ASP.NET websites/projects are in my C:\Work drive. I want to move them to F:\Data\Work For each project I have a web deployment project as well, such as: C:\Work\Project1 C:\Work\Projec...
2 replies
Re: New browser window
"guy" <guy@discussions.microsoft.com> wrote in message news:A52DA94E-CD6B-48C3-89DF-8741A5EB96B1@microsoft.com... >I have done this loads of time, but need a reminder - how do ...
4 replies
Re: Static variables in ASP .NET/VB .NET
> In C# (unlike C++), static variables can't be declared inside methods Fair enough but the ubject of this post details that the OP was using VB.net which does allow such. VB used Static as...
1 replies
Problem with VS 2003 and Events
One of the differences with building one page style in DW and code behind in VS 2003 is you have to declare the events (apparently). For some reason my events will disapper. For example: I ...
1 replies
Convert a 'normal' website to an ajax website.
How can I add ajax functionality to my website. I already know about the code but are there references I need to include? TIA - Jeff.
4 replies
Re: Creating controls dynamically based on user input
> If I shouldn't need to create a table dynamically then how would you > create a table which will have a undetermined number of rows? The point is that you add rows to the datasource which ...
0 replies
How to use SeparatorTemplate with repeater
I have a repeater with header / item / alternate item and footer templates which works great (or at least ok). I want to put an <hr/> tag as a separator but as soon as I put that in the o...
3 replies
Diferences? Decimal (18,2) and Numeric(18,2) SQL SERVER
What is ?
2 replies
First Prev Next Last