all groups > dotnet scripting > january 2006
Passing A Value
Posted by Terry at 1/30/2006 6:11:30 AM
The following error occurs when attempting to pass a value to a procedure.
If I'm doing someting incorrect with passing values, how should I pass a
value to 'ByVal E As EventArgs'?
ERROR:
Compiler Error Message: BC30311: Value of type 'String' cannot be converted
to 'System.EventArgs'.
... more >>
Postback attributre
Posted by Seok Bee at 1/26/2006 5:19:02 PM
Dear Experts,
In my webform, I have many controls and is scrollable to the lower part of
the form. When I am at the bottom of the form, enable a checkbox it will
enable the textbox else it is disable. I would like to find out whether after
posting back the checkbox, can I refresh the screen... more >>
ASP.net server side scripting
Posted by anoop at 1/14/2006 5:50:01 AM
Hello,
I wanted to know how and where do I write the code for Server side
validation of .aspx pages. I am new to .net. please help
Thank you
... more >>
Instantiate Shell.Explorer.2 at runtime for a web page
Posted by jmi0 NO[at]SPAM att.net at 1/12/2006 10:57:37 AM
I want to create a custom user control to be used in a web page (by
object tag) as an assembly. The user control needs to have a web
browser control in it. Having tried with the managed
System.Windows.Forms.WebBrowser or AxSHDocVw.AxWebBrowser, none of them
worked from IE invocation unfortuna... more >>
invoking monad cmdlet
Posted by BM at 1/12/2006 10:51:03 AM
I have to invoke monad cmdlets from my c# program (windows service /
application)
How do I go about doing it ?
It will be helpful if some one can point me to the namespaces to look at or
some
sample for programatically invoking a cmdlet via monad shell and get the
results .
... more >>
Client Side File Broswer
Posted by David at 1/6/2006 9:51:42 AM
Hi
I want to browse client computers to locate a file, and get the file
reference to store in a database.
I can use the HTML INPUT type FILE to get a client browser, but it tries to
upload the file.
Since I disregard the uploaded file, it is OK for small fiels.
But large files run into the... more >>
Override Ctrl+F in web page ?
Posted by mtnhan at 1/5/2006 12:28:02 AM
Hi everybody, I have a web page (ASP.NET) that contain a grid. I also created
a search dialog for this grid by iframe. That means I use iFrame to make
dialog (it looks like "Winlike" ).
I would like to use hot key Ctrl + F to so my search dialog. However, Ctrl +
F is fired by browser before m... more >>
Same UI script for web and winforms?
Posted by Paul Ritchie at 1/4/2006 9:09:37 AM
I have virtually no experience of scripting in .NET so apologies if this is
an obvious question.
However I am toying with the idea of implementing interface responses to
user inputs once for both a winforms and web application eg when a radio
button is checked and an edit on the same page ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Popup dialog page
Posted by Kiyomi at 1/3/2006 5:31:18 PM
Hello,
I have some codes under event ButtonSend_Click to check the user input
values. This check is complicated enough using different stored procedures.
Then according the result of the checks, I would like to display a popup
page in which the user can select "OK", "Cancel" etc.
N... more >>
|