| Thread | Last Post | Replies |
|
| Problem With User Controls Dim Statement | 31 Aug 2004 20:44 GMT | 2 |
I have a user control on my web form. When I Try to declare a varialbe that references a dropdown list on my user control, I receive an error. Is their something wrong with my decloration statement? Dim UControlNew As UserControl = Page.FindControl("ReceivedRecord1")
|
| The _id of controls | 31 Aug 2004 18:11 GMT | 1 |
I noticed, that the postback instructions generated for controls use the _id attribute of controls, that seem to generated by asp.net itself. My problem with this is the following. I have a page which creates some LinkButtons dynamically in Page_Load. They
|
| Keyword not supported | 31 Aug 2004 17:09 GMT | 1 |
I'm trying to make a new SqlConnection with predefined connection string. When I try to do this: public class SelectZ {
|
| How Can I use multiple instances of the same custom control on an ASP.NET Page? | 30 Aug 2004 19:51 GMT | 1 |
Can any one tell me whether I can use multiple instances of the same custom control on a single ASP.NET Page? Thanks Pradeep
|
| ListBox into ListCtrl | 30 Aug 2004 18:29 GMT | 1 |
Here's a simple question, i think. Is there any way to put columns in the asp:listbox control and some images like the CListCtrl has in MFC? Or is any web control that has this functionality?
|
| Web User Control Parameter | 30 Aug 2004 16:09 GMT | 2 |
is it possible to pass parameter inside a web user control from ASPX pages, and how could i do to retrieve this value inside the web user control? Thanks a lot. Rena.
|
| Setting physical position of a WebControl from code behind | 30 Aug 2004 13:15 GMT | 3 |
I'm very new to programming and asp.net. Can please anyone tell me how to dynamically move WbControl from code behind? e.g.: I have a panel and I want to move it on the web form depending on some events.
|
| How to get a HTML element like we do in javascript | 30 Aug 2004 03:23 GMT | 2 |
Hello to all, I like to now if in asp.net there any way to get the HTML elment like we do in the javascript way, like this: <script type="text/javascript">
|
| Newbie databind dropdownlist question | 29 Aug 2004 22:00 GMT | 8 |
Hello, all. I'm just starting to work with ASP.NET in VS.NET 2003. I've created a page with a dropdownlist server control (lstStates) that should pull in the contents of an Access table tblValidStateAbbr (has states and their abbreviations). However, no matter what I do, I can't get ...
|
| DropdownList's tooltip not functioning | 29 Aug 2004 03:42 GMT | 1 |
This seems to be by design. Why is this? Will it ever be supported in the future? Until then, I guess I'll use the server control label's tooltip instead unless someone has a better suggestion.
|
| Button Click on a User Control Not getting fired | 27 Aug 2004 20:04 GMT | 1 |
My first post here :) .. I seem to have a problem with a button click on a Custom User Control. The scenario is such : I have a Home Page (H) and I have a User Control (UC) dynamically loaded on
|
| Displaying two months w Calendar conrol | 27 Aug 2004 14:00 GMT | 1 |
How do I get two months to display side by side with my calendar control. So when I move the month forward, both months are synchronisly monthed forward. For instance, I want to display Jan and Feb together in separate controls.
|
| Question on thick .NET asp clients | 27 Aug 2004 13:35 GMT | 2 |
Does asp.net require IIS if im using a thick asp.net client with custom web controls? Thanks
|
| Inject <STYLE> element into <HEAD>? | 26 Aug 2004 22:49 GMT | 3 |
anyone know of some way for a control to add a STYLE element into the HEAD section? I would think that MS would have thought of the equivalent of a Page.RegisterHead method like RegisterStartupScript or
|
| Datagrid with column sorting and scrollbar | 26 Aug 2004 07:46 GMT | 1 |
I am not having any luck in getting a datagrid to be sortable by clicking on the column headers. The property is set but does not sort. I must have missed something. Also, would like to make the datagrid a fixed size (25 rows) and have a
|