|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
ASP.NET web controlsmicrosoft.public.dotnet.framework.aspnet.webcontrols
Reaching elements within <asp:formview> control
Kristian Kaadner -
4 Mar 2006 5:49 PM - 3 messages
I've been using asp for several years, but I'm new to asp.net. I'm using 2.0 framework and vb as my language. I've made a form, that's databound to the selection of a dropdownlist. It's ...
Panel Controls
Mythran -
4 Mar 2006 12:59 AM - 6 messages
I have a control which is basically outputting 2 panels (Header and Content). I would like the Content panel, in design-time, to have other controls dropped onto it. I can't figure this out :( Currently, in design-mode, we drag-n-drop the controls onto the control ...
Intercepting the GridView
rlrcstr -
3 Mar 2006 11:56 PM - 3 messages
I'm using an ObjectDataSource with a GridView. Is there an event, either in the ObjectDataSource or teh GridView, that will let me intercept the datasource before the GridView renders so that I can add a row? I've tried ...
XmlDataSource broken?
D James -
3 Mar 2006 11:46 PM - 2 messages
Maybe I am just missing something but.... Consider that you bind a datalist to an xmldatasource. You may want to filter the source or select only a subset of the data. So you apply a transform. Everything works for the first one. Then you want to change the ...
Datalist question...
rlrcstr -
3 Mar 2006 4:25 PM - 3 messages
Hopefully this is the correct forum for this... I'm using a DataList with an ObjectDataSource as it's data source. It works just fine for reading and displaying the data. The Datalist switched to edit mode without a problem, but it seems that the Update command is never ...
WebParts drag/drop problems
Prashant Majhwar -
3 Mar 2006 1:30 PM - 4 messages
Hi, I am using the webparts in my page and when i publish this application. The drag and drop in the design mode works fine in Internet Explorer but doesn't work in mozilla, netscape and safari. Any with the same kind of problem. any ...
Suppressing web part title and surrounding border
Mark K. -
3 Mar 2006 11:57 AM - 2 messages
I'm using web parts containing UserControls and would like to suppress the title bar and surrounding border being placed on the web part. Is there a way to do this, and if so, how? Mark K. Mitretek Systems College Park, MD ...
Events of child controls in a compound control
Achim Domma (SyynX Solutions GmbH) -
3 Mar 2006 9:14 AM - 2 messages
Hi, I have a compound control which hosts some custom controls. Some events of the child controls are handle by the compound control, but some should be available to the "outer world". To do that I would re-declare all the events in the compound control. ...
treeview and its target
arlene -
3 Mar 2006 5:17 AM - 2 messages
hi, i have a treeview control on the left side of the page and on the right side is the content. but as i click the node i dont know how to taget the right side to place the content. the other option is to create pages for each ...
Which row in GridView_RowCommand??
Arthur Dent -
2 Mar 2006 8:45 PM - 2 messages
Having to save the row index into the command arguments instead of getting a reference to the row through the RowCommand event's arguments? Whose bright idea was that? Why does MS always do that? I am a tru-blue MS ...
GridView
Ben Schumacher -
2 Mar 2006 5:18 PM - 7 messages
Looking at the following ... <asp:GridView ID="GridView1" GridLines="none" CellSpacing="1" CssClass="frameBorder" Width="100%" AutoGenerateColumns="false" runat="server"> <RowStyle Height="16" CssClass="gridrow" HorizontalAlign="Left" /> <HeaderStyle Height="18" CssClass="gridHeader" HorizontalAlign="Left" /> ...
When are Session Variables Available in PostBacks?
Phillip N Rounds -
2 Mar 2006 5:02 PM - 4 messages
I'm writing a user control which has two states: Active & InActive. I additionally am required that there to be only one active control per page, and all logic has to be contained within the control. ...
Set OnClientClick programmatically
Simone Busoli -
2 Mar 2006 1:01 PM - 4 messages
I have a ASP.NET 2.0 Wizard control and on the last step I want to assign a client side function to FinishCompleteButton client side onclick event. The problem is: I don't want to call directly the client side function, but ...
Control ID is changed within Content Control using Master Content
Stanley Alex -
1 Mar 2006 9:39 PM - 3 messages
I am new to Master Content pages and am very confused. If I place a textbox control in my Content Control on my webform the ID of the control is changed to CT100_ContentPlaceHolderID_ControlID. My question is: is there a way to override this and what is the reason for ...
ASP.Net newbie question - Buttons are not performong a postback
Rob 'Spike' Stevens -
1 Mar 2006 9:05 PM - 4 messages
Ok, I have an ASPX page, and everything in it appears to be correct, but when the <ASP:Button> is clicked nothing happens. There is an event in the OnClick. I tried using the Handles keyword, but it gives me a weird error ...
client-side onclick for ToolbarButton
John C. -
1 Mar 2006 7:34 PM - 4 messages
Hi, can anyone tell me how to add a client-side onclick handler for an IEWC ToolbarButton? The onclick handler to not exposed by the control on the aspx side so I can't use <iewc:ToolbarButton onclick="test();"/>. ...
DetailsView and varbinary(max) Field
SteveM -
1 Mar 2006 3:58 PM - 2 messages
I have a varbinary(max) field included in a column in a SQL Server 2005 table. It contains a text file. When I bind the data to the DetailsView control in VS2005, it doesn't display. In fact, it simply shows ...
web user control appearance
bill -
1 Mar 2006 3:21 PM - 2 messages
When I added a user control to a web form in VS 2003, the user control appeared in the web form design view as a grey rectangular icon. In VS 2005, when I add a user control to a form, the entire content of the ...
attributes to paging linkbuttons
koldskaal -
1 Mar 2006 10:26 AM - 3 messages
I am making an application for windows media center and I am using a asp.net datagrid to display data. I cant find out how to attach certain attributes to the paging items. It is not enough just to use the e.Item.Attributes="something" because ...
Login control with other control
wei -
28 Feb 2006 10:51 PM - 2 messages
Hello All I want to add RadioBox control or DropDownList control to my login page, so the user can choose which database they want to use, but after I added RadioBox control, It shows me the name" xxx" does not exist in the current ...
Avoiding & when adding a JavaScript event handler using Attributes.Add()
Nathan Sokalski -
28 Feb 2006 10:26 PM - 9 messages
I add a JavaScript event handler to some of my Webcontrols using the Attributes.Add() method as follows: Dim jscode as String = "return (event.keyCode>=65&&event.keyCode<=90);" TextBox2.Attributes.Add("onKeyPress", jscode) You will notice that jscode contains the JavaScript Logical And operator ...
Nested Datagrid spanning columns of Parent Datagrid
Erik -
28 Feb 2006 3:35 PM - 8 messages
Good Morning, I am trying to write a report which will have a nested datagrid spanning the columns of the previous line (1st line is the equipment detail information, 2nd line are the user-entered notes for the equipment). When the user notes ...
Dependent Dropdownlists
sanderscp -
28 Feb 2006 1:25 PM - 2 messages
I know this topic has probably been talked about to death...however I'm having a problem with my dependent dropdownlists in the edittemplates within a detailsview. I am trying to databind my dropdownlists once the selected index has changed of the first dropdownlist has changed. The update of the ...
Color gradient background in menu control
larry -
28 Feb 2006 12:46 PM - 2 messages
Hi, I was able to set the background of the static items in a menu control using a color gradient as per the code below. However, whenever the dynamic menu comes up and goes away so does the color gradient ...
DefaultValue for Public Property of ASP.NET 2.0 UserControl not appearing in Properties Window
Shadow Lynx -
28 Feb 2006 4:42 AM - 2 messages
First, I'm using Visual Web Developer 2005 Express Edition, which I hope is exactly the same as Visual Studio 2005 minus a bunch of useful features. While the property itself (Amount) appears as it should in the Properties Window, the DefaultValue is never set (it is always blank). ...
Error with Treeview control, which will not load data from it's datasource!
John Fang -
28 Feb 2006 2:15 AM - 3 messages
I have 2 aspx pages that uses the treeview control. Both pages load the treeview control from dynamically genrated xml. Once I loaded one of these pages and then move to the move to the other page. The second page's treeview control will be loaded with the data from the ...
Using the && operator in generated JavaScript
Nathan Sokalski -
27 Feb 2006 10:42 PM - 4 messages
I have a VB.NET function that I am using in an ASP.NET page. The code creates a String, which contains && (the JavaScript Logical AND operator) and is used as part of the JavaScript sent to the browser. However, ASP.NET ...
Question from and .Net newbie
Rob 'Spike' Stevens -
27 Feb 2006 9:05 PM - 3 messages
I have started a job recently. I am primarily a ASP and VB6 developer, but some of the code I will have to deal with is Vb.Net and ASP.Net. While I have been able to figure out a lot of things on modifying the code from MSDN, I ...
How to indent a dropdownlist
Neel -
27 Feb 2006 7:16 PM - 4 messages
Hi How do we indent the data in the dropdownlist? Thanks -Avijit ...
Accessing the value in a bound control from VB
Derek -
27 Feb 2006 12:29 PM - 5 messages
I want to make a button visible/invisible depending on who is logged in. I am getting the user name from System.Environment.UserName and then refreshing a SQLDataSource which uses the login name as a parameter to return the permissions for the user. ...
autoscrolling in .net
AVL -
27 Feb 2006 11:40 AM - 2 messages
Hi, I've a requirement in which I need to implement autoscrolling.... Is there any control in .net which supports this functionality/............ My display list(data) should be scrolling ........... ...
Datagrid en font resize
Palli -
27 Feb 2006 10:25 AM - 3 messages
Hi I have a javascript to resize font on my page. On one page I have a datagrid but the elements inside dont resize when I click the resize button? Isn't it possible to resize font inside a datagrid??? it works for ...
how to bind dropdownlist selectedvalue to custom type
Trapulo -
27 Feb 2006 10:23 AM - 4 messages
Hello, I have a detailsView that contains a dropdownlist. The ddl loads data from an objectdatasource, as the detailsView makes (with an other datasource, of course). I need to bind the selected item of my ddl to a property of the object ...
TreeView RootNode
Alessandro Pinto -
26 Feb 2006 6:37 PM - 2 messages
Hi, in the treeview aspnet 2.0 I am using, I would like not to show the root node. Is there a way to have the tree displayed starting from the second level nodes ? thanks Alessandro Pinto ...
Conversion from HtmlTextWriterStyle to it's corresponding HTML string
mehdi_mousavi -
26 Feb 2006 9:42 AM - 4 messages
Hi, How am I supposed to convert an HtmlTextWriterStyle attribute to its corresponding html string? In other words, how am I supposed to get the "background-color" string from HtmlTextWriterStyle.BackgroundColor? Any help would be highly appreciated, Cheers, Mehdi ...
Small spacer pixel inserted in ASP.NET menu control? How to remove?
Jack -
26 Feb 2006 9:27 AM - 2 messages
Hello, I've created a simple horizontal menu using Web.sitemap using the ASP.NET 2.0 menu control. It works, but it seems to insert a small visible pixel-spacer immediately above the menu whenever I apply a 'border-style:' ...
|
|||||||||||||||||||||||