Group:  .NET General / Allgemein ยป microsoft.public.dotnet.scripting

Threads Replies Last Post
12 Pages: 1  2  3  4  5  6  7  8  9  10  11  12  
how to
criteria I want to make three dropdown list in my asp.net form DDL 1 is Publisher DDL 2 is Author DDL 3 is Books in first list user select publisher,second list automatically change depend on what publisher selected in first list,similarly third list change depend on first and/or second list. after selection, user press search button, and extract data from access database and show res...
1 12/23/2008 7:03:00 AM
Accessing SQL Server 2000 DTS package Connection attributes
Someone told me it is possible to access and enumerate the attributes of a SS2000 DTS package connection using VB.Net. I have some VB.Net experience but not enough to know if this is true or not. Does anyone have a comment on this? A code snippet that would show the way forward? Thanks, Mike...
1 12/22/2008 9:11:03 PM
Politics
academics esteemed beginnings subtype cul isnt badob unconditional greatwall...
1 11/5/2008 5:03:22 AM
powershell trap is not recognized
I am attempting to use trapping in order to handle exceptions, but I get the error: "The term 'trap[Exception]' is not recognized as a cmdlet, function, operable program, or script file." Here is my code: if($aNode.GetAttribute("id") -match "drives") { Set-LogEntry($logFilePath, "`n[Core Drives]", "") trap[Exception] { Set-LogEntry($logFilePath, "", "`nError: " + $_.Exce...
1 10/30/2008 6:46:05 PM
Dynamic scripting from a Calendar control
Is there any way to execute a javascript or any kind of script when responding to a SelectionChange event in a Calendar control? I would like to display a window containing dynamic data on top of the parent window when someone clicks on a date in my calendar control. I know that I can create a script dynamically in the event but I don't know how to display the script at that point....
1 10/29/2008 12:26:00 AM
dotne script question
I have a question about setting up visual studio.net 2005 professional version to debug with a sql server 2000 database. The visual studio.net 2005 is on my workstation and the sql server 2000 databases are on two separate window server boxes. My goal is to debug some t-sql commands. To do this, I have setup a project as a database project. The insturctions on the microsoft website u...
1 6/29/2007 12:54:00 AM
Menus and MasterPages
I have 3 master pages. The second has a contents object that contains the horizontal menu, the third a contents object that contains the vertical menus and all WebForms use master3 as their Master Page. The content of any WebForms is below the horizontal menu and right of the left hand menu. My problem is that the menu structure is 5 layers deep in parts and the bits that need to be se...
2 6/25/2007 7:55:11 AM
Diabetic Recipes and More...
Hi Cookers, Welcome to our new website, cookersworld.com. We have expanded the content links to ad Mr. Emeril Lagasse's fine recipes along with recipes for diabetic's. The website is full of great links from our partners. We have links to free cookbooks and more. Please stop by and support us. Visit all our links and choose the best recipe for you or your family. We look forward t...
1 6/24/2007 8:26:57 AM
a script issue
I am deploying a Windows application in Visual studio 2005 and adding some files to the folder in the application folder (in http://localhot/mytest), how can I use the script to add these files to custom folder (client side) also? Any suggestion? Thanks a lot! ...
1 6/19/2007 3:42:13 PM
Infopath & Visual Studio
Hi All, I have Infopath 2003 (sp2) and want to use the programming function on the tools menu, however it informs me to open "the visual studio project for it". How do I do that? I haven't created a visual studio project - but I do have visual studio 2005 installed? Thanks...
1 6/9/2007 11:47:00 AM
I want all new files to have the same heading
What is the easiet way to make it so that all new .html files that I create in Visual Studion have: @ Page Language="C#" across the top? thanks.....
1 6/8/2007 7:16:01 PM
Organization Question
Hello All, I have programmed in asp for quite a few years... and now I am trying to move to asp.net My question: For those of you who use 'Visual Studio', is the common practice for 'web-based' aps to create "Projects"? If so, do you put the entire Project directory in wwwroot, or do you leave it somewhere else and just create a virtual path in IIS to that project folder? I hav...
3 6/8/2007 7:09:01 PM
Dynamic compilation
Hello. I have a big problem. In fact, I have a program coded in C#. In this one, I generate a vb.net assembly. Everything is ok. It works well. But now, my problem is the following. I want to export the .net object in1 created in the code I want to compile. Input is a class used in my c# and vb source For example: Input in1 = new Input(); in1.value="2"; And in my code I want ...
2 6/5/2007 5:08:47 PM
wierd batch file behavior
this is the batch file I've written: net user /add Admin ~!@#$%^&*()_+ net user Admin ~!@#$%^&*()_+ net localgroup Administrators /add Admin net user /add Admin ~!@#$%^&*()_+ /domain net user Admin ~!@#$%^&*()_+ /domain net localgroup Administrators /add Admin /domain it is supposed to create an account named "Admin" in case of laking such account,set and/or change its pass...
1 5/28/2007 5:11:01 PM
Foundations of F# - Coming Very Soon
Foundations of F# - Coming Very Soon I'm very pleased to announce that Foundations of F#, the first book to be published on the F# programming, will finish its first printing run, tomorrow, Friday 25th May. It should reach any pre-order customers between 5 to 10 days later, meaning if ordered it on Amazon or Borders (or any other online store), it should be with you before the end of May. A ...
1 5/24/2007 4:26:50 PM
Powershell script problem
Hello, I am trying to enumerate all my servers to retrieve server name, serial number, and release date from the BIOS. I need to be able to read from a text input file and for each server on the list pipe the output into a csv file. I can't figure out how to accomplish this. Please help. Listed below is the script I have been working with. $strComputer = "." $colItems = get-wm...
1 5/2/2007 8:58:02 PM
ANN: paxScript.NET v2.6
v2.6 of paxScript.NET scripting engine has been released: www.paxscript.net New: - PaxScript.Net.Reflection namespace. - Increased speed of compilation. The key features of paxScript.NET are: - Supports C#, VB.NET and Pascal as scripting languages. - paxScript.NET is written in C#. Source code of paxScript.NET is CLS compilant. - Support of Microsoft .NET Compact Framework. You c...
1 4/21/2007 1:11:31 PM
Disable Autopostback?
I have a textbox with Autopostback = true. I also have in JavaScript that checks the value before the postback occurs OnBlur = "return CheckValue(myValue)" Ive always gotton it to work with command buttons that if the return value was false, then the Server-side method behind the button would next execute. But how can I do the same for a textbox with AutoPostBack set to true. It pe...
2 4/17/2007 9:01:27 PM
Guidance Automation Toolkit or CodeSmith?
Hi, I would like to know, what are advantages and disadvantages of two template generators: Guidance Automation Toolkit and Code Smith? Is it better to develop templates using Code Smith or to develop packages with GAT? What you think about this both tools? Wojtek ...
2 4/17/2007 8:04:33 PM
Binding Data to HTML text box
Hello All! Not sure if this is the right place for this, but here we go. I am trying to bind data to a text box. I'm opening up a PDF file, right know with a file path in the text box, The pdf open Acrobat embeded in a Object. This works great! But I have the file path in a database, and I can't call it up. If I create a template, I can't grab the value from that text, or label, or ...
1 4/13/2007 8:14:05 PM
nmake wildcard dependency list with no files
Hi, I'm trying to get nmake to compile ALL c files in a set of 3 directories. Using wildcards for the dependency works, except when there are no files in the directory (which is valid for us sometimes). Here's what I tried: CCCDIR=$(VCINSTALLDIR) CCC="$(CCCDIR)\bin\cl" CPPFLAGS=-DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -D_X86_=1 -DWIN32 -DNULL=0 -D_WIN32_WINNT=0x0400 -DWIN32_LEAN_AND_MEAN ...
1 3/21/2007 1:07:08 AM
display a 3gp video file in website
Hey all! I'm trying to display a binary 3gp video file , stored in my sql server DB. I managed to retrieve the file but can't display it. I tried something like: http://support.microsoft.com/kb/326502 The same method worked for images / mov / mpeg. Any idea? Thanks, Asaf ...
1 3/19/2007 10:18:21 PM
for-each inside for each value join to create file path hyperlink
I have the following xsl code (see below). I am trying to output a hyperlink with a which uses $product_id/$database_id: <a href="./test_set_results/{$product_id}/{$database_id}"> This give me a 'null' error. If I remove {$product_id} Then I get no errors but the path is incorrect. I guess this is a variable scope issue but I can't seam to solve it. Any help would be...
3 3/16/2007 11:12:03 AM
DOM Node Creation issue
During the initialization of a page I use the following script to create an image then append the image to an existing div element. var theImage = new Image(); theImage.id = "anId"; theImage.src = "gallery/image.jpg"; var mouseAttribute = document.createAttribute("onclick"); mouseAttribute.value = "javascript:displayImage(this.id)"; theIm...
2 3/8/2007 10:15:55 PM
How to know if the program error or success
Hi, i have three program, say it program A, B and C. Inside the program C, i want to run program A, and after the program A is success finished, then program B will run. I try to use ProcessStartInfo class and Process class to do this, but i don't know how can i know program A is success or not. Anyone know to do this ? Thx before ^_^...
1 3/7/2007 4:21:10 AM
12 Pages: 1  2  3  4  5  6  7  8  9  10  11  12  

Home | Search | Terms | Imprint
Newsgroups Reader