| Thread | Last Post | Replies |
|
| client side validation for IsNumeric() | 27 Feb 2004 22:37 GMT | 1 |
In my web application, under a text box, I have a RequiredField Validator that says "You must enter a valid number." This works as its supposed to if the user enters/doesn't enter anything and then clicks a button. I would also like to check if the entry is numeric. I'm surprised ...
|
| Debugging and VSA | 23 Feb 2004 00:52 GMT | 3 |
So, I have a C# application, which has an object that is an IVsaSite, and uses the Microsoft.VisualBasic.Vsa.VsaEngine. It then loads some IVsaReferenceItems to the site (as
|
| Using images with GDI+ in a website | 22 Feb 2004 22:56 GMT | 1 |
I'm building an application that will build some kind of quality certificates based on database data. These certificates needs to be printed at the web-user's printer Because the page layout is fixed and should always fit on a page, I've used GDI+ to solve this problem. This ...
|
| minimize button | 19 Feb 2004 15:38 GMT | 1 |
I am using javascript to open a popup window. Is there any way we ca disable the minimize button in this window? The maximize button i disabled. I want the same for the minimize button Here is the javascript code that opens the window
|
| Clients network login | 19 Feb 2004 15:31 GMT | 1 |
we have a company intranet system and I want to return in the VB ASP .net code's error handler the users network login. Does anyone know how this can be done? Cheers
|
| Inherit common Page_Load() code | 19 Feb 2004 14:21 GMT | 1 |
I have a common piece of code which I need to put in the Page_Load() event of several ASP.net pages. This common code doesn't contain any HTML tags, just code that needs to be put in the code behind. I've tried to create a base Asp.net class with a virtual Page_Load() event ...
|
| What are the alternatives for using frames? | 17 Feb 2004 14:59 GMT | 1 |
Hi, al I need to develop aspx page (on .NET) similar in look to msdn site: the look of two separate frames so that you can refresh each frame separately without refreshing the whole page. I don't so like frames so I was wondering if there are some other more modern and friendly ...
|
| including other script (VSA with VB...) | 17 Feb 2004 07:56 GMT | 1 |
I've got the scenario where I'll be creating a VSA engine and calling into a function in scripted vb. If I want this script to reference object, I need to ensure they're added to the engine using the IVsaReferenceItem object, then use the "imports
|
| Directoryinfo not working in asp.net | 13 Feb 2004 16:58 GMT | 1 |
The code below could not locate the folder an files, though the folder and files exists when i use the Windows Explorer Dim oDir As DirectoryInf oDir = New DirectoryInfo("\\devdb01\InsuranceImages\Testonly" If oDir.Exists The
|
| Good book? | 12 Feb 2004 22:32 GMT | 1 |
Can anyone recommend a good book to get started with scripting. I am very well versed with batch scripting and Auto-it but I would like to gain more experience so as far as I see the next logical step would be to learn vb-script. What do you think. What are some good books.
|
| Object Moved to Here | 11 Feb 2004 12:08 GMT | 1 |
Hi al I have developed a web application in ASP.net which is in production and working fine but some time while redirecting from one page to another i get this message on a blank page "Object Moved to Here" For further information my application is running on windows 2000 advance ...
|
| script not running | 10 Feb 2004 18:10 GMT | 1 |
I am running on MS WinXP Pro. I have my virtual directories set up properly. If i run just a simple "hello world" application it works fine. i have the following code, which was downloaded from the internet from the book that i am using, and it worked fine. but then i
|
| Leer el puerto COM1 con el FSO | 09 Feb 2004 22:48 GMT | 4 |
Hola cumpas: Cual es la sintaxis para referirme al puerto COM1 como si fuese un TXT. La idea es tomar los datos que me entrega, pero con el FileSystemObject. Es para ejecutar desde un html en una Intranet ya sea con vbscript como con JScript. Si tienen alguna ...
|
| Scripting in .net CF | 09 Feb 2004 21:41 GMT | 1 |
Is it possible to evaluate expressions in VB.Net / VC#.net in the .net Compact Framework? We have a requirement to evaluate user-defined expressions on PocketPC devices. The expressions would contain references to methods/properties that are defined as well as built-in
|
| ShowModalDialog | 05 Feb 2004 22:41 GMT | 1 |
I am having problem when I try to close the show modal dialog. It opens a new window. Did anyone come across this problem ? Please let me know if there is a solution for this.
|