| Thread | Last Post | Replies |
|
| Anchor / align | 23 Nov 2004 11:52 GMT | 1 |
Firstable, i am newbie to asp.net. I often use Borland D7 / Intraweb for WebForms. is it the good forums for WebForms developped with VB Dot Net ? Is there a way to move a component at runtime ?
|
| Multiple forms on a page??? | 23 Nov 2004 11:10 GMT | 1 |
Here's my delimma: I am required to have a login area on each screen of my web site if the user is not logged in. It has userid and password fields and an image button that acts as a submit button. I created this login function as a user-control so it could be placed on
|
| Server Control ID at Client Side | 22 Nov 2004 16:31 GMT | 1 |
Is it possible to access the server control from Client side JavaScript function? For Ex: I have a text box server control with ID TextBox1. Can I access it at client side?
|
| Expandible Nested Repeaters | 21 Nov 2004 22:49 GMT | 2 |
I am trying to create a asp.net web control the nests repeater controls as well as allows the user to expand the nested repeater. Can someone point me to a good tutorial or code sample? I have followed the instructions I found on MSDN but the nested repeater is a single column ...
|
| Microsoft.Web.UI.WebControls.TreeView Problem | 20 Nov 2004 13:15 GMT | 1 |
I am using TreeView Control to store data. The problem is that the code within the events is not fired.. i want to add the text of selected node to a list. -----------Code file----------------------
|
| Newbie: Tree view help | 20 Nov 2004 13:04 GMT | 1 |
Is there a click event for the tree view control or does any one know how to create one?
|
| datagrid edit box size | 20 Nov 2004 02:22 GMT | 1 |
I've created my first datagrid box and have all of the font set to verdana font size 7. When my editable column is selected it appears in a textbox that is smaller than the column of data I have displayed and the text is much larger - therefore one needs to scrolls to see ...
|
| DataGrid not Updating on Response.Redirect | 20 Nov 2004 02:20 GMT | 5 |
Hi. I have a page with a DataGrid bound to Database data. When the user clicks a Delete link on one of the rows of the DataGrid, I redirect them to a "Confirmation" ASPX. If they click YES on the Confirmation, I delete the database row and then I redirect them BACK to the page ...
|
| Aligning Particular Columns in a Data Grid | 19 Nov 2004 18:55 GMT | 4 |
Hi! I've got a datagrid on an asp page and I'd like to set a few of the columns to center-align. The rest should be left align. The datagrid (called dgDSR) has 61 columns. It is databound using a data table.
|
| DataGrid's Strange Problem | 19 Nov 2004 18:37 GMT | 1 |
my table has total 3 columns like emp_id(primay key),emp_name emp_address i m populating my datagrid at run time successfully . now i add functionality of hotmail model(checkboxex) in it successfully but for this i did enhanced simple datagrid's functionality and
|
| ListBox searching by typing characters | 19 Nov 2004 13:21 GMT | 1 |
For a list box web control, does it support searching by typing a string of characters ? Currently I find that it only support searching by a single character. For example, if I have 3 list items "abc", "acz" and "cde". When I type "a",
|
| Calendar control WITHOUT Postback | 19 Nov 2004 09:48 GMT | 6 |
Hi all I need a free calander control without postback for every click Please help Thanks in advance
|
| DataGrid w/ ColSpan on Headers | 18 Nov 2004 23:52 GMT | 1 |
Hi. Is there a way to have a header span 2 columns in a .NET DataGraid control?
|
| Passing Hidden Form Variable to class .asp page | 18 Nov 2004 23:31 GMT | 1 |
Greeting Everyone! My situation is as follows. I would like to pass a hidden form variable to a classic asp page. The hiddend form variable I would like to send is a guid i created using the code below in my login page.
|
| Is WithEvents Needed for all Web Controls? | 18 Nov 2004 20:03 GMT | 1 |
In Visual Studio 2003, the Web Form Designer generated code always declares web controls with the WithEvents qualifier. Is this necessary for controls that do not actually need to fire events, e.g. textboxes that are validated and submitted using validation controls and command ...
|