| Thread | Last Post | Replies |
|
| Using LogParser to find all files > 200k | 31 Oct 2005 15:20 GMT | 2 |
I'd like to user logparser to search recursively from a starting directory for all files greater than 200k. Then save the file name, path and date to an html file. I've see where users have used the Top 10 command which I can replicate, but I'm having difficulty doing a search ...
|
| CSS Constants | 26 Oct 2005 06:52 GMT | 1 |
Not sure if I'm in the right place but here goes. I'm creating a css file that will basicly stay the same except I am going to be using differnt colors for each section of a website. I'm wondering if there is any way to create a constant in css so that I only have to enter the ...
|
| How to #include with .net | 23 Oct 2005 14:06 GMT | 3 |
I have the following at the top of my page ------------------------------------------------------------ <script runat = "server" > Function Login_Action(ByVal UserName As String, ByVal Password As
|
| Disable Button | 21 Oct 2005 22:23 GMT | 1 |
I have a Submit button that starts a lengthy server-side C# process. Users tend to click it repeatedly, causing Oracle errors. Detecting and preventing the problem in Oracle has had only limited success. Can a Submit button both ' runat=server ' and Disable OnClick ?
|
| Javascript functions to implement modal Dialog box in ASP.NET | 20 Oct 2005 02:09 GMT | 1 |
I need to implement a Dialog box in my Web application. The dialog box pops up with "OK", "Show Details", "Show Image" buttons when the user clicks a marked point on a chart. I need to pass the numeric value of the point into the Dialog Box.
|
| Scripting in dot net applications | 19 Oct 2005 07:12 GMT | 4 |
hi All, I am confused about what option to use to support scripting in my application. I was thinking about VSA, then came to know that VSA namespace will not be
|
| Should we use VSA | 18 Oct 2005 08:48 GMT | 6 |
Given that VSA is concidered obsolete in Visual Studio 2005, should we use VSA? Is it safe to assume that MS will continue to include it in future versions (beyond 2005) so as to not break applications that use it? Is it safe to assume that MS will, at some point, provide an
|
| Simple Javascript problem | 14 Oct 2005 17:00 GMT | 1 |
I used the following javascript code in my head tag: function OrderNo() { var ordNo;
|
| Cannot view script source when debugging assembly generated "in memory" using JScriptCodeProvider | 11 Oct 2005 20:21 GMT | 1 |
I have implemented a C# class that makes use of JScriptCodeProvider to compile JScript.NET files at runtime. I initialize the code provider as follows: JScriptCodeProvider m_codeProvider = new JScriptCodeProvider();
|
| dropdownlist | 11 Oct 2005 00:14 GMT | 1 |
hey all, i have a dropdownlist that i'm trying to access on the client-side. and so far i can get this far: myddl.innerHTML
|
| simplest javascript | 06 Oct 2005 17:49 GMT | 3 |
hey all, can someone please show me how to just have a simple button and everytime the button is pushed it is incremented by 1 and showed on the screen? thanks,
|