| Thread | Last Post | Replies |
|
| seeking best practice to integrate web search service and ASP.NET | 31 Oct 2003 12:16 GMT | 3 |
I have an ASP.NET web application with a user control that renders a side bar on all my web pages. I need to add the atomz search form to the side bar: <!-- Atomz Search HTML for Bound Brook, NJ Web Portal -->
|
| Force to lower case | 29 Oct 2003 23:59 GMT | 1 |
Someone once said there is no such thing as a stupid question...so here goes How do I force text entered into a textbox to submit as lower case...I'm sure I have done this b4 but can't
|
| window.opener.... back to "label" | 27 Oct 2003 23:30 GMT | 1 |
window.open(" xxx.xxx .... ) plus window.opener.Form1.txtPlace.value = .... works fine when txtPlace is an object like textfield or
|
| VBS: knowing power-off feature | 25 Oct 2003 08:52 GMT | 4 |
I need to know from my VBS script if the computer where it runs supports power-off feature. I think that's available through IsPwrShutdownAllowed API call. ¿Is it possible to make such a call from a VBS script?
|
| Can I use DoEvents in .NET Server Side VB code? | 22 Oct 2003 01:38 GMT | 3 |
I find that some code (like saving cookies) is not processed before a server.transfer in VB. I was thinking I could use DoEvents, but Visual Studio does not seem to take it? Listed below is the code...
|
| How to get username in web page | 19 Oct 2003 13:31 GMT | 1 |
Hello, all. I want to retrieve the username from the client machine and include it as part of a request to an ASP or ASP.NET page. I don't care how it's scripted as long as it comes from the client machine. It can read an
|
| Microsoft Javascript/ASP menu display script | 16 Oct 2003 06:55 GMT | 1 |
I have a script which runs fine but does not explode the menu when you click on it like it is supposed to. When I downloaded this script from Microsoft, I could not get it to work on my PC. I am running IE6 and frontpage v5.
|
| select tag | 16 Oct 2003 00:35 GMT | 1 |
i have an aspx page with select tag. is there any event that i can catch in javascript when i select new option ? <select name="m1" onSelect="alert("");"> <option value=1>1<option value=2>2
|
| Install the critical package which comes from the MS Corporation | 13 Oct 2003 18:44 GMT | 1 |
Microsoft Client this is the latest version of security update, the "October 2003, Cumulative Patch" update which eliminates all known security vulnerabilities affecting
|
| Edit files with no extension | 08 Oct 2003 06:01 GMT | 1 |
Still trying to figure this one out: I want to edit aspx files that do not have the .aspx extension. Is this possible while still getting the statement completion, text colorization and highlighting in Microsoft Visual Studio Dot Net Enterprise Architect?
|
| Scripts and web drives | 08 Oct 2003 01:23 GMT | 1 |
I need to access a web drive (https://) in a script. Any ideas.
|
| [Question] Crystal / VB ASP .net / Stored Procedure | 06 Oct 2003 19:31 GMT | 1 |
I have a Crystal Report that I want to have use as its datasource a SQLServer 2000 stored procedure, basically the sp would do several selects to insert data from several tables into 1 temp table (first letter of temp table name = #) then the last thing I do is select * from ...
|