|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
ASP.NET web controlsmicrosoft.public.dotnet.framework.aspnet.webcontrols
Why it doesn't work?
Ufit -
1 Jul 2006 8:04 PM - 4 messages
Dim img As New ImageButton Page.Controls.Add(img) It works with Image but ImageButton gives this error: Control '1' of type 'ImageButton' must be placed inside a form tag with runat=server. What's wrong??? Thanks Ufi ...
Interrogating cells on current row for GridView
LuLu -
1 Jul 2006 3:54 AM - 2 messages
Greetings all - Might some kind, knowledgeable soul know how to determine the contents of a particular cell within a GridView control when the procedure specified in "OnTextChanged" is fired? <asp:TextBox ID="txtQuantity" runat="server" Text='<%# Bind("Quantity") %>' ...
Wizard control in 2.0 and dynamic items
nirbhay -
30 Jun 2006 11:33 PM - 3 messages
Hello Please let me know if this is possbile in 2.0 I use Wizard Control to pull certain info from the database and let users change the same step-by-step. I have set the # of steps at design time but in each step i populate a ...
web controls install
bruno -
30 Jun 2006 7:26 AM - 4 messages
I'm very new in ASP.NET Web Controls. Looking for a TreeView control I found I should download it from internet. I found and downloaded a setup program from [link] ...
CheckBoxList Control column width
Joel Barsotti -
29 Jun 2006 11:51 PM - 2 messages
So I have a CheckBoxList, actually I have three of them on one page. We want the columns on all three to line up. I can set the width for the checkBoxList in general to 100%, but it won't evenly divide up the columns ...
is this possible?
André -
29 Jun 2006 10:43 AM - 3 messages
Hi, Is it possible to use the selectedValue of a dropdownlist to fill one of the field of a detailsview? I tried a lot of things, but still without succes. Here are the two methods i tried with two different errors. It works only when i introduce directly a ...
SQLDataSource Values
TJHerman -
28 Jun 2006 9:26 PM - 5 messages
Is there any way to refer to the specific field values in an sqldatasource in a formview without doing the sqldataadapater, datatable, etc.? ...
Best way to save properties (ie. text) on webcontrols for reloading (asp.net 2.0)
Vili -
28 Jun 2006 7:16 PM - 2 messages
Hi What would be the best way to save for example text on a textbox and load it back after visiting another page? I am trying to make a page with a textbox and a button. The button would redirect user to another ...
maintaining viewstate in web user control
steven scaife -
28 Jun 2006 3:29 PM - 5 messages
I have created a web user control for use in a web site. Basically it pulls all the suppliers from a table and lists them in a drop down list. However when the page posts back to itself the drop down list loses the item ...
selectedindexchanged event not firing in custom control derived from datagrid
John Blair -
28 Jun 2006 2:42 PM - 7 messages
Hi, I am adding a row of dropdownlist controls to my datagrid in a custom control - i am adding a selectedindexchanged event to each of these ddls with autopostback set to true. The postback happens but the selectedindexchanged event does not fire? I am creating the ddls in the overriden ...
ITemplate OnBubbleEvents
Philip -
28 Jun 2006 2:21 PM - 2 messages
I have a custom control which uses templates. The template controls are being added properly to the control hierarchy, however inline events defined within the template are not firing. I have tried LinkButton bubble events (CommandName) and I have also tried LinkButton click events placed within the ...
Advice Needed: Three Web controls talk to each other?
George Leithead -
28 Jun 2006 12:20 PM - 4 messages
Hi all, I have a requirement to implement a Search Interface component. I would like to implement this using three different components, for maximum flexibility. The first two are "Basic" search and "Advanced Search". Both will use the same back-end logic to put the search together. I'm using a ...
languages
Peter Kirk -
28 Jun 2006 9:12 AM - 2 messages
Hi I am making a few simple web-controls (user controls) which have several textboxes, dropdowns, and labels. Sometimes the text in the dropdowns and the labels needs to be in different languages. What is a good way of giving the control the information it needs to set the ...
Grid view
sonali_aurangabadkar -
28 Jun 2006 6:28 AM - 2 messages
I want to edit whole grid on single button click only How to do this ? ...
Access control from another control
EvilGuyWhoEatsBrains -
28 Jun 2006 12:33 AM - 3 messages
Hello I have an aspx page with 2 web user controls on it. What I need to do is access a public sub in the first control from the second. I need to do this to control the behaviour of it. (ie wether to display it or ...
CustomValidator not working in FireFox
Glen -
27 Jun 2006 8:57 PM - 4 messages
In ASP.NET 2.0, the validators are not working correctly in FireFox (1.5.0.4). For example, in the script given to FireFox by WebResource.axd, the function IsValidationGroupMatch has this: ...
asp.net 20 menu control useless ? [server callback, no menuitem click]
Rickie -
27 Jun 2006 8:57 PM - 12 messages
Dear fellow software engineers, Is the web menu in asp 2.0 essentielle a useless control ? How many people( including msdn itself) are using server menu controls? Its a menu which always postback to server, which cant be caught on ...
Dynamic Row Template in GridView
Erik -
27 Jun 2006 5:40 PM - 4 messages
Good Afternoon, I am trying to figure out how to dynamically create a TemplateColumn based on a record's field value. If the record has a DataType of Number or Text, I would like a textbox to render. If the record's DataType is List, a ...
Alternative to Hyperlinkfield?
TJHerman -
27 Jun 2006 3:15 PM - 2 messages
I'm needing to do an insert function on a Formview and then go to another page, passing an ID along with it. I know how to do this with a hyperlinkfield control, but since I need to do another function first (the insert) before I open the other page, I'm ...
GridView DataSourceID Business-Tier Class
jeremy.brewster -
27 Jun 2006 12:02 PM - 2 messages
Hello I am attempting to setup the ASP.NET 2.0 GridView to access a business tier class which will provide data to the GridView, via an object data source object. My business class returns a strongly typed dataset to ...
Reference of Available Metadata Attributes
Nathan Sokalski -
27 Jun 2006 6:47 AM - 4 messages
Does anybody know of a page with a good reference of the available Metadata Attributes in .NET? Thanks. ...
Get number of columns of a late bound GridView
ctilly -
27 Jun 2006 1:18 AM - 2 messages
If I have a GridView that I don't bind until run time like so... GridView1.DataSource = someTable; GridView1.DataBind(); Is it possible for me to use the Count property? When I attempt something like this.. GridView1.Columns.Count I always get a 0. I can't figure it out. ...
Web Page viewing problem
Joseph -
26 Jun 2006 11:36 PM - 2 messages
I've developped an ASP.Net web page that uses web controls such as a label control. The problem I am experiencing is that some users view the page displaying all the controls overlapping each other. I have tried setting ...
Validation messages not displaying
ann -
26 Jun 2006 8:08 PM - 2 messages
I am using a required field validator and a validator summary for a datagrid. On the update, I check for isvalid against the required - which works fine. My problem is that when not valid, neither the val.summary message or my * ...
How to use gridview
enak -
26 Jun 2006 4:56 PM - 2 messages
I am new to ASP.NET 2.0 and am trying to use the gridview in an application. I am used to using the datagrid and being able to bind it to a datareader programmatically. Is there a way to do that with the gridview? Here is what I have tried but ...
changing cursor of ImageButton
Julia -
26 Jun 2006 11:59 AM - 3 messages
Hi I have developed a composite control containing an ImageButton. The user can only press the ImageButton at some point. I would like to make the cursor of the ImageButton normal all the time the ImageButton is not possible to press. ...
Bitmap as a Image web control
Beb -
26 Jun 2006 11:34 AM - 2 messages
Hi Ya, quick question for you. Im a little new to web controls and im trying to have a control that returns a bitmap image. So i have created a web control library, added a control, have the following public class MyImage : System.Web.UI.WebControls.Image ...
how to localize a composite control
Julia -
26 Jun 2006 7:33 AM - 2 messages
Hi I have developed a composite control and now I would like to make it work with different languages. I have tried to search for a very basic sample but I cant find it. Anyone hwo knows where to look? ...
Dynamically Creating A CSS Class
Nathan Sokalski -
26 Jun 2006 3:52 AM - 3 messages
I have a control that creates a CSS class which I want to put on the page. Other people have told me that the best way to do this is using the RegisterClientScriptBlock method, even though it is not a script. I have ...
TextBox TextChanged Event
sunilthk -
25 Jun 2006 6:57 AM - 4 messages
Hi All, I want to know how the TextBox control knows that it's data has been changed, since it is able to detect changes and fires TextChange event if the data in the TextBox has been changed. I know that TextBox class ...
Adding WebControl using a Button....
Esqueleto -
25 Jun 2006 3:23 AM - 4 messages
Hello I'm developing a WebSite that will have several Lists and Details and I want to access the detail of the records just clicking in the record in DataGrid (for example). The detail will appear in the botton (or top) of the list. ...
|
|||||||||||||||||||||||