| Thread | Last Post | Replies |
|
| convert html to web controls so I can loop through them on the code behind.. | 26 Apr 2004 04:03 GMT | 3 |
I have been unfortunately hacking away with various editors in designing a form. (i had some unpredictable behavior with the vs.net editor and instead of solving that, I took another approach) Now I want to loop through controls and I'm afraid that my html controls are
|
| 'ASP.Test_ascx.UserName' is not accessible in this context because it is 'Protected'. | 26 Apr 2004 02:00 GMT | 2 |
I am trying to learn how to access a web control in an ascx from the aspx page. I have read over and over different articles realting to creating a class, using the protected keyword etc but still without success. From what i understand I need to expose the ascx control as a ...
|
| ASP.NET Controls - Worth the Performance drop? | 25 Apr 2004 17:01 GMT | 9 |
After doing some testing, I was extremely dissappointed in how quickly a page's performace degrades after adding controls. Even a few Labels can cut performance in half. My question is: Is it worth it?
|
| dropdownlist blues - can't bind datasource to datareader in codebehind | 25 Apr 2004 15:57 GMT | 3 |
I prototyped a data-entry webform w/ c# & inline aspx. After I got it working, I tried to split my code out to a codebehind file (.cs) & now my dropdownlist isn't populating with choices for the user to select. Here's my code:
|
| making hyperlink look 'visited' | 24 Apr 2004 14:07 GMT | 2 |
I want to programmatically make a asp:hyperlink appear as if it's been visited. I experimented with setting it's enabled property to false, but I wasn't satisfied with the appearance, so I tried this approach: Dim cntrl As Control
|
| Server control that renders images | 24 Apr 2004 09:21 GMT | 1 |
Trying to think through how to create a server control (or user control) that renders some HTML plus any needed images. The rendered HTML would include IMG tags with URLs that point back to the same page in such a way that my server control would have a chance to render the image ...
|
| Referencing a datagrid from code-behind | 23 Apr 2004 22:34 GMT | 1 |
How do I reference a datagrid from the code behind page?
|
| Maintaining viewstate in custom control collection | 23 Apr 2004 21:28 GMT | 2 |
From: Patrick Wilby Hi (this is the second time I've tried to post this message, apologies if the original is now up on the forum) I have a custom control (inherited from WebControl) that has a property which is a collection (inherited from BaseCollection). This collection holds ...
|
| HIDE paging controls in datagrid** | 23 Apr 2004 15:31 GMT | 1 |
I want to hide paging controls in Datagrid if there is nothing to page...If there is nothing to page datagrid still shows them (?!) how can I do that??
|
| Datagrid question | 23 Apr 2004 10:06 GMT | 1 |
is it possible with a datagrid to bind it to a table that has a column that is an integer and then when the datagrid is display, I can tell it that if the field is a 1, then display this value, if a 2 display this value and so on?
|
| How to make page without frames | 23 Apr 2004 03:51 GMT | 1 |
I have one aspx page with datagrid. it is work good And I have another aspx page where it is maked horizontal menu below invoke client-side javascript code. When making the page from 2 frames header(there is menu page) and footer and
|
| Spreadsheet embed in ASP.net page | 23 Apr 2004 01:57 GMT | 5 |
I have to embed spreadsheet in asp.net page. I have heard of microsoft spreadsheet control. But its not available on my system. Can anybody send the path for downloading the component? I will appreciate if anybody send me the sample code.
|
| PLEASE HELP.... ALERT PostBack | 22 Apr 2004 23:25 GMT | 1 |
Can someone please help me before I pull out all my hair? All my pages inherit from PageBase class and I have the following code: Public Shared Function CreateMessageAlert(ByRef aspxPage As System.Web.UI.Page, ByVal strMessage As String, ByVal strKey As String)
|
| HTML mode in IDE: newline after closing tag? | 22 Apr 2004 23:20 GMT | 1 |
Is there any way to cause the IDE, when in HTML view, to put one and only one control on each line? The horizontal scrolling is inconvenient. I don't see anything like Insert Newline after Closing Tag (using 7.09466). Thanks!
|
| Control to view and edit data (Not datagrid) | 22 Apr 2004 17:01 GMT | 2 |
I have a web form that displays data. Occasionally, the user may need to edit the data. Is there any control that will allow me to bind it to a database to view, and have the ability to edit if needed? I'm looking for something similar to the functionality of an editable
|