HighTechTalks DotNet Forums  

Sponsored Links


Dotnet Scripting microsoft.public.dotnet.scripting


Discuss in the Dotnet Scripting forum.



Post New Thread
Threads in Forum : Dotnet Scripting Forum Tools Search this Forum
  Rating Thread / Thread Starter Last Post Reverse Sort Order    Replies         Views     
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...
rodchar
09-27-2005 11:04 AM
Bruce Barker Go to last post
1 48
Is it possible to manage the ViewState by a script? Thanks.
Vik
09-26-2005 07:05 PM
Mythran Go to last post
2 48
I am developing a page in which I want to use the result of th following: "http://finance.yahoo.com/d/quotes.csv?s=IBM&f=x" When I type this in a...
peman20
09-26-2005 05:56 PM
peman20 Go to last post
0 46
hey all, i have a datagrid with checkboxes on my webform. is there a way to cycle thru those checkboxes to see if any are checked and if so enable...
rodchar
09-26-2005 03:35 PM
rodchar Go to last post
0 62
I had a problem with McAfee Ver9 loading at start up & asked for reinstallation which did with CD. Then there was a script error which I managed with...
Wasantha Wijenayake
09-25-2005 11:50 AM
Wasantha Wijenayake Go to last post
0 50
Hi All, there is a radiobuttonlist having 2 list items (state & zipcode). when i select state radiobutton the zipcode textbox should be disable and...
novice_developer
09-22-2005 03:22 PM
novice_developer Go to last post
0 45
Hi All, there is a radiobuttonlist having 2 list items (state & zipcode). when i select state radiobutton the zipcode textbox should be disabled and...
novice_developer
09-22-2005 03:04 PM
novice_developer Go to last post
0 46
I need to add/remove the items from the dropdownlists/listboxes. I tried the following code: document.getElementById("ListBox1").add(new...
Vik
09-21-2005 03:25 PM
Vik Go to last post
3 51
Hai, I have a form created in VB.NET with DataGrid placed at the Bottom of the Form. The DataSource for the DataGrid is retrieved by SQL...
Sreedhar Kadiyala
09-20-2005 12:42 AM
Sreedhar Kadiyala Go to last post
0 55
Has anyone found that when opening new smallish sized resizable window with scrollbars, that IE 6 will show the vertical scrollbar (enabled or...
John Grandy
09-19-2005 09:32 PM
John Grandy Go to last post
0 37
I am not sure if this is the right place to ask this question, if not please advise. Is there something special that I have to do to enable tabbing...
rick
09-19-2005 06:55 PM
rick Go to last post
0 42
I want to open a new page in the current window (that displays an .aspx page) using the window.open(url, name,...) method. How can I set the name...
Vik
09-19-2005 09:06 AM
Vik Go to last post
3 49
Hai, I am doing a project in VB.NET. I have created some forms which should be accessed through MDIForm. Only one Form is showed on the MDIForm....
Sreedhar Kadiyala
09-19-2005 02:25 AM
Sreedhar Kadiyala Go to last post
0 58
I have been using VBScript for some time in my Admin duties for login scripts, reports, and information gathering. I have recently started...
Primera
09-18-2005 10:59 PM
James Go to last post
3 48
Hi there, I am trying to crash educate myself in .NET and ASP.NET programming. I need it desperately. My back against the wall so to speak. I do...
AlexB
09-14-2005 07:49 AM
AlexB Go to last post
2 41
I get the following error: Object reference not set to an instance of an object. exception0905.Component1.FillDataSet(myDataSet1 dSet)...
Paola
09-13-2005 06:51 PM
Paola Go to last post
0 42
I have a frame based application made up of 3 frame panels. When I do 'javascript:window.print()' it just prints the one panel that has the focus. Is...
paul
09-09-2005 02:21 PM
paul Go to last post
2 47
I am writing a VB.NET application that follows hyperlinks between websites. Currently, to find all the hyperlinks, I am simply processing the raw...
BeanDog
09-08-2005 11:01 AM
Bruce Barker Go to last post
1 45
Hello, I'm working on VB.NET interpreter, it will be the second language supported by paxScript.NET scripting engine (www.paxscript.net). I need in...
Alexander Baranovsky
09-07-2005 05:10 AM
Alexander Baranovsky Go to last post
2 47
any javascript function can truncate a number to 2 digits after decimal point? for example ================= input value : 57.37444 return :...
Alice
09-06-2005 06:06 AM
Alice Go to last post
1 48
Greetings, I am developing a help desk application in VB.NET, using Windows Forms, and need to be able to prepare e-mail messages with various...
Sebastian Crewe
09-05-2005 04:55 PM
Robbe Morris [C# MVP] Go to last post
1 52
hi i have a web.config file that specifies the connection string for my database. the database server on the ISP is using a different port...
Rafael Chemtob
09-01-2005 05:28 PM
Bruce Barker Go to last post
1 77
This app was working fine previously. Only non-domain users are affected. Here is what I get from the Application Event Log: Client Gets This...
Paul Riker
09-01-2005 02:01 PM
Paul Riker Go to last post
0 38
I would like to use A machine to run a program/batch file on B machine How can I do it?
Kam
08-30-2005 05:44 PM
Kam Go to last post
0 46
which method i can use for converting a string to a number? x10000 thanks
Alice
08-30-2005 05:25 PM
AT Go to last post
2 47
i have a table look like this: -------------- |apple | (readonly) --------------- | | --------------- i can put .value to...
Alice
08-29-2005 06:11 PM
Shahab Khan Go to last post
2 45
Hello, I am attempting to embed a WMP object in a web page using VB.net. The following code works in a straight html page, but gives a "Microsoft...
Eveready
08-29-2005 09:57 AM
Ric Paton Go to last post
2 44
hallo liebe gemeinde: ich habe eine c# dll und ein com interface dafür. soweit so gut. mit dem aufruf: var x = new ActiveXObject("DLL_NAME.CLASS")...
08-26-2005 04:29 PM
Go to last post
0 42
Hai, I have placed a Combobox in a windows form where there is a list of the employees in the combobox. I have also placed a button beside...
Sreedhar Kadiyala
08-22-2005 11:59 PM
Sreedhar Kadiyala Go to last post
0 59
Hi, I am having a problem in storing/retrieving a user control from session. Although this code works in ASP.NET Beta 1, in Beta 2 I cannot seem to...
Panos
08-22-2005 07:34 AM
Panos Go to last post
0 40
Please help. I need a regular expression that parses a stream of up to 450 characters into 15 separate strings of up to 30 characters each. The...
Kerry
08-21-2005 09:40 PM
Kerry Go to last post
0 41
Hello all, To begin with, I would like to say that I searched the web for an answer but nothing really helpful came to my browser. By default, the...
COERCITAS
08-19-2005 10:54 AM
wjgray Go to last post
2 37
Hi Everyone I have a windows user control which is embeded in a browser window using object tag which is opened when a link is clicked which may be...
Neo
08-16-2005 09:25 PM
Alice Go to last post
1 53
Guys, Does anyone know much about the IExpando interface? I have a business object I've created and I'd like to add support for methods /...
Matt Adamson
08-15-2005 10:54 AM
Bruce Barker Go to last post
1 63
I need to use client-side javascript to access an <asp:Textbox> control and update the value when a button is clicked. The asp:textbox control is...
Kevin Buchanan
08-10-2005 10:07 PM
Kevin Buchanan Go to last post
0 43
I need help on how to control which toolbars are active when someone surfs to my website. Many people have multiple toolbars active that take up...
Alex Campos
08-08-2005 10:26 PM
Alex Campos Go to last post
0 35
I am basically new to using Visual Basic.NET. I wrote a Visual Basic.NET web application that will allow users to enter data. Once this data is...
Wendy Elizabeth
07-28-2005 11:53 AM
PW Go to last post
1 46
Hi, I know it's a .net forum but sine most of the .net programmers know asp, I am hoping someone will be able to help this newbie asp developer. I...
Joe
07-26-2005 07:28 PM
Thomas Egginger Go to last post
1 38
Hi, i need to upload a file by dragging n dropping on the browser.I tried using microsoft's "File Upload Control...
Amit Saxena
07-19-2005 11:43 AM
Bruce Barker Go to last post
1 47
I have a question I'm a network engineer and I don't know that much about programming I have a web enabled application and it was programmed by...
ayman_kamal
07-19-2005 10:42 AM
Mythran Go to last post
1 47
I have a html drop down,(3 selection(Form,Key,Sub). Also i have three div tags(divForm,divKey,divSub) on the page. Upon the selection, i want to...
hemant
07-18-2005 08:46 AM
hemant Go to last post
0 47
This was posted in jscript thread - I have widened the Net so cross posting into here: The following snippet is not working: <script...
Nick Zdunic
07-16-2005 06:03 AM
vivek aggarwal Go to last post
1 37
I am developing an application that is designed to respond to a predefined set of actions/events. When one such event occurs, a database lookup...
Lee Clements
07-13-2005 02:25 AM
Lee Clements Go to last post
3 58
Does anybody know how to create script that runs popup warning message (such as "This is Company e-mail system Official use only etc..") ...
ZigZig
07-05-2005 03:08 PM
ZigZig Go to last post
0 51
Hai, I have a TreeView control constructed using IE Web Controls. There is a Parent node and number of child nodes below it. I have expanded...
NagaRaja Gajjala
07-04-2005 01:51 AM
NagaRaja Gajjala Go to last post
0 45
We have problems using the xmlhttprequest object in a multiserver environment. We are using webgarden and an unhandled exception is thrown to the...
kartik lata
07-02-2005 02:51 AM
kartik lata Go to last post
0 42
My app includes a number of Windows Services that I wrote in C# and compiled with VS.NET. I have been installing them locally at their hosts using...
John Grandy
06-29-2005 06:14 PM
John Grandy Go to last post
0 43
We have a number of anchor tags in our web app which look like: <a href='javascript:void(0)' class = 'btnExpand' onclick =...
Will Holley
06-28-2005 09:22 AM
Will Holley Go to last post
0 41
Neither of these statements will properly render a control. The control, flat out , is not there, when the form rendering has completed. Is there...
Doug
06-25-2005 01:30 AM
bryce_db Go to last post
1 48
Not sure if this is the correct forum for this, but here goes. IN ASP I could create sub that would build a table dymanically. How would I do the...
Doug
06-21-2005 10:41 PM
Doug Go to last post
5 33
Post New Thread

Display Options
Showing threads 251 to 300 of 817
Sorted By Sort Order
From The
Forum Tools Search this Forum
Search this Forum :

Advanced Search

New posts New posts More than 15 replies or 150 views Hot thread with new posts
No new posts No new posts More than 15 replies or 150 views Hot thread with no new posts
Closed Thread Thread is closed  
 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.