| Thread | Last Post | Replies |
|
| not declared error- control inside a control inside a webform | 14 Sep 2004 22:30 GMT | 3 |
I've got a web user control (a) inside a web user control (b) inside a webform (c). I need the webform to set a label control text value inside the inner of the two web user control. Inside my web form's code behind I have:
|
| Image Centering Problem | 14 Sep 2004 06:34 GMT | 2 |
I am currently using the server-side Image control to display images, with the image paths being stored in an SQL database. Everything is working fine, but I have run into a small problem with the image sizes. Currently, some images are smaller than others, and when they are ...
|
| Datatable.select Datagrid displays all records always | 13 Sep 2004 14:25 GMT | 4 |
This is all the code, why doesn't it work? I have a datagrid that always displays all records, even if I type a string in TextBox1. I also tried a adoDbDataAdapter... private void Page_Load(object sender, System.EventArgs e)
|
| Input mask for Text Box Control | 13 Sep 2004 14:20 GMT | 2 |
I would like to create a text box control with a mask for entering SSNs (nnn-nn-nnnn) or dates (nn/nn/nn), in .NET with C#. Is this possible?
|
| infragistics ultrawebtree problem | 12 Sep 2004 03:22 GMT | 1 |
I'm using the ultrawebtree for navigation on my site. The control hangs in an overflowable div. So when a few nodes have been expanded a scollbar appears and you have to scroll down to see the other menu options.
|
| ComboBox selected index changed | 11 Sep 2004 08:32 GMT | 1 |
How can I fire up this event. I have on the initialize components my code that sets the event pointing to my function, but when viewing my web page and changing the combo item, I dont get this event called..\ Thanks.
|
| Viweing Web Controls in Design Mode | 11 Sep 2004 00:18 GMT | 2 |
How can I view my web control in design mode?? I created one, and cant see it on my other web pages when designing. Thank,s
|
| Exposing Value of Control | 10 Sep 2004 20:17 GMT | 1 |
The question is this: Lets say I want to expose the selectedvalue of a dropdownlist control in a web control library. Public Property SelectedValue() As String
|
| Somebody knows how to make this menu www.f135.com? | 10 Sep 2004 09:34 GMT | 2 |
 Signature LUIS ESTEBAN VALENCIA MICROSOFT DCE 2. MIEMBRO ACTIVO DE ALIANZADEV
|
| DataBinder.Eval(Container.DataItem ... What is the context of Container? | 10 Sep 2004 09:31 GMT | 2 |
I am trying to perform some logic inside a Repeater control's template. I need that logic dependent on the bound data. If my bound data is < 0, I want to write one string (a CSS class), otherwise I want to write a different string (another CSS class). Here is what I am trying to ...
|
| Extract Substring? | 10 Sep 2004 07:16 GMT | 2 |
I have captured the ASP.NET output in the Render method into a string. What is the fastest way to get all of the text content in between the FORM tags? Thanks.
|
| How can I find the components added to web form? (Urgent) | 10 Sep 2004 03:34 GMT | 1 |
How can I find the components added to web form from my custom web control? Suppose I added a Timer component (with name "timer1") onto the web form, from my user web
|
| How to Fire Validators on TextChange Event | 09 Sep 2004 18:31 GMT | 1 |
I have a form with a text box and a button, and I've written my server-side button click event handler to handle the events of the textbox's textchanged event as well, and that works fine. I also have validator controls on the form, and they only work when the
|
| HtmlInputRadionButton value | 09 Sep 2004 10:35 GMT | 2 |
I create HtmlInputRadionButton objects dynamically in codebihind. The buttons have the same name. Now I need the value of the checked button. Is there a way to get this?
|
| Whitespace in datagrid webcontrol | 08 Sep 2004 15:16 GMT | 3 |
I have a datagrid with a header and pager. what i want to do is have a fixed height for the header and pager which i already now how to do. What i cant seem to figure out is how to fix the size of all the items
|