| Thread | Last Post | Replies |
|
| Hi, panel help please | 15 Dec 2004 03:59 GMT | 2 |
Dear friends, Is it possiable to make the scroll bars in the panel control. With THANKS Raghu
|
| Save As file Dialog | 14 Dec 2004 21:33 GMT | 1 |
I have correctly implemented the code to display "XML Document" and "All Files" in the 'Save as type' dropdown list control in the 'Save As' dialog in Asp.net using C#. The code I used to do this is: Response.ContentType="text/xml";
|
| Change the location of a panel dynamically | 13 Dec 2004 15:05 GMT | 4 |
Thank you all in advance for any advice you can give, I am new to asp.net and am working with visual studio using Visual Basic and not C#. I am very familiar with regular asp and vbscript. My question is as follows: I have a form with multiple panels that need
|
| Data Grid Question - Add a ButtonColumn Dynamically | 12 Dec 2004 20:46 GMT | 4 |
Please note: ======================== I have posted this message on two other boards. On one board I have not had a response.
|
| Unable to create Microsoft.Web.UI.WebControls.dll | 11 Dec 2004 06:52 GMT | 1 |
ASP.NET 1.1 dosent come with a tree control of its own. So, I downloaded the control from this following link: http://www.asp.net/IEWebControls/Download.aspx?tabindex=0&tabid=1 I followed all the steps in the read me file.
|
| Composite Control: LoadPostData() -> postCollection doesn't contain postDataKey | 10 Dec 2004 20:27 GMT | 5 |
I'm trying to implement the interface IPostBackDataHandler in a composite control in order to raise events depending on changes to the postback data. The examples on how to implement "LoadPostData" given by the msdn or different books all the same. They are all based on a custom ...
|
| Databind Method and System.Web.UI.WebControls.Table | 10 Dec 2004 18:31 GMT | 1 |
I am mainly just curious, but why do classes such as the Table have a DataBind method when they don't have a method for attaching to a datasource?
 Signature Kasabaarde Sumta
|
| Displaying text in an asp.net table web control | 10 Dec 2004 18:27 GMT | 1 |
I am using an asp.net table to display postings in a classifieds website. This is a section of the HTM I am using... <asp:table id="tblAdvert" Width="466px" Height="78px" runat="server" BackColor="Gainsboro" BorderStyle="Solid" BorderWidth="1px"
|
| Passing data/code from code-behind to aspx | 10 Dec 2004 16:55 GMT | 1 |
I have the following code in my code-behind file: DataGrid MAPPsDataGrid = (DataGrid)((((((Repeater)sender).Parent).Parent).Parent).Parent); int DocumentID = MAPPsDataGrid.DataKeys[MAPPsDataGrid.Items.Count] ;
|
| Newbie: Problem with usercontrol and webform | 09 Dec 2004 17:52 GMT | 2 |
Hey, i'm getting started with ASP.NET and C# and i got into this problem: I have a user control that works as a header (user information, logo, date, etc) that has two textboxes and a button, which do the work for user login. This header persists through the whole webapp. The ...
|
| Newbie: Loop through WebControls on a form - C# | 09 Dec 2004 14:10 GMT | 1 |
I've got a user control with a series of WebControl Buttons, rendered as tabs (for WebForms). I'd like to loop through these buttons / tabs to set their properties. I've used the foreach (Control objTab in this.Controls) construct but it gave me an error "The type or namespace ...
|
| Subscribing to an event | 09 Dec 2004 11:55 GMT | 1 |
I am using Visual C# to develope an ASP.net web application. In my code behind page I have an event: this.DropDownList2.SelectedIndexChanged which fires when the DropDownListChanges.
|
| A big problem in dropdownlist web control | 09 Dec 2004 09:37 GMT | 5 |
I had done the following code: private void Page_Load(object sender, System.EventArgs e) { if (!Page.IsPostBack){
|
| urgent Panel help please | 09 Dec 2004 06:39 GMT | 2 |
hi, i have a panel control.inside that i have two grids.But there is a space between all the objects inside the panel. Could u please tell me how to eliminate the spaces between the controls
|
| How to access DropDownList info and values that aren't known until runtime? | 09 Dec 2004 01:36 GMT | 4 |
Longtime ASP developer getting feet wet with ASP.NET, has banged head on this problem for many hours, go easy. :) The Code Project has a nice article on making a "self configuring form mailer web control." Basically, you apply this control to any form with
|