Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / Web Controls / December 2004

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Hi, panel help please15 Dec 2004 03:59 GMT2
Dear friends,
Is it possiable to make the scroll bars in the panel control.
With THANKS
Raghu
Save As file Dialog14 Dec 2004 21:33 GMT1
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 dynamically13 Dec 2004 15:05 GMT4
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 Dynamically12 Dec 2004 20:46 GMT4
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.dll11 Dec 2004 06:52 GMT1
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 postDataKey10 Dec 2004 20:27 GMT5
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.Table10 Dec 2004 18:31 GMT1
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 control10 Dec 2004 18:27 GMT1
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 aspx10 Dec 2004 16:55 GMT1
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 webform09 Dec 2004 17:52 GMT2
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 GMT1
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 event09 Dec 2004 11:55 GMT1
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 control09 Dec 2004 09:37 GMT5
I had done the following code:
private void Page_Load(object sender, System.EventArgs e)
{
if (!Page.IsPostBack){
urgent Panel help please09 Dec 2004 06:39 GMT2
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 GMT4
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
Pages: 1 2 3 4 5 6 7 8 9 November, 2004
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.