| Thread | Last Post | Replies |
|
| User control newbie question - pls help | 23 Oct 2003 21:43 GMT | 2 |
I have a user control with a label and a method. The webform should call the method on the user control and populate the label. I am getting object not set errors as soon as I try to access the label on the user control.
|
| My Script to run a Command-Line from ASP does not work. | 23 Oct 2003 21:02 GMT | 1 |
My Script to run a Command-Line from ASP does not work. No errors are returned either. It is on IIS. The directory where the script exists is on Drive I:, The executable .exe is on Drive D:
|
| setting focus to textbox | 23 Oct 2003 21:01 GMT | 1 |
Can someone tell me if/how I can set the focus to a textbox so when the page loads the cursor is placed in the textbox and the user can just begin typing? Thanks.
|
| Error on a user control. | 23 Oct 2003 20:05 GMT | 3 |
Here is my error. I have tried something similar in a larger application I am working on and got similar results. Thanks for any help in advance. Server Error in '/WebApplication3' Application.
|
| UserControl, Inheritance and the VS Designer | 23 Oct 2003 19:53 GMT | 2 |
I have a problem that seems like it should be simple (or not really a problem in the first place), that has become quite frustrating. I have a page that has several user controls on it. I am retrieving an object on the Web Form that each User Control will need. So instead of
|
| How do you pass a DataBinder.Eval Container.DataItem to a functoin? | 23 Oct 2003 17:09 GMT | 3 |
I'm trying to pass a value from a data repeater to a function in my code behind page. The value is a decimal that i want to show either in red or black if the number has a negative or positive value. This works just fine if I try <%redBlack(Convert.ToDecimal(23.5);%>
|
| Passing values between Custom controls? | 23 Oct 2003 02:11 GMT | 1 |
Is there a way to pass a value between custom Controls? I created 2 custom Controls. Both of them render a HTML table.The First control's tablecell has the second control on it. The Second controls tablecell has a Button on it.
|
| Saveing data from a web user control | 23 Oct 2003 01:56 GMT | 1 |
I dynamically load a couple of controls into a page using a placeholder. A couple of the web user controls provide the ability for a user to select an item. The question is if I have a couple of controls on the same page how do I
|
| Accessing custom control properties | 23 Oct 2003 01:44 GMT | 1 |
Hello, I've created a custom control and want to set properties in the aspx page. <%@ Page language="c#" Codebehind="test_control2.aspx.cs" AutoEventWireup="false"
|
| User control code behind does not execute | 23 Oct 2003 01:36 GMT | 1 |
Anybody have any ideas as to why my user control code will not execute the server side code? I converted an .aspx page to an .ascx user control. The control displays but does not execute on the round trip.
|
| RUN/execute a Command-Line command from an ASP page | 22 Oct 2003 17:27 GMT | 1 |
I need to RUN/execute a Command-Line command from an ASP page. This is the command: sse45.exe -i k:\o\2.wmv -o k:\o\2.shh -w 128 -df 0 -m 2 -p Can you show me a code how to run this command from an ASP page? I need to
|
| Cross-application user controls? | 21 Oct 2003 20:40 GMT | 2 |
Hi, I work in an environment where many developers work on serveral different web apps, each launched as a Virtual Directory webapp in IIS. The parent folder for all of these webapps is "/InetPub/wwwroot".
|
| JavaScript and Custom Controls | 21 Oct 2003 18:10 GMT | 1 |
I have a custom control(Child Control). Basically it renders a table. It contains a Button Control. During the Click event of the Button control I want to validate the User Inputs in the server side, if the validation fails I put the value into the Hidden Input control.
|
| FIRST TIME - (he he) | 21 Oct 2003 17:10 GMT | 4 |
Yes it's my first time building ASP.NET controls. I need to add specific functinality to an Infragistics TreeView control. So I try to create my FilippoTreeView, inheriting from the Infragistics one. Please tell me if I am wrong.
|
| Save data from web user controls | 21 Oct 2003 14:12 GMT | 1 |
I dynamically load a couple of controls into a page using a placeholder. A couple of the web user controls provide the ability for a user to select an item. The question is if I have a couple of controls on the same page how do I
|