|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
ASP.NET web controlsmicrosoft.public.dotnet.framework.aspnet.webcontrols
Mike -
27 Oct 2006 2:47 PM - 3 messages
we are beginning to work with sharepoint. I have a book that documents how to code server controls. I see in visual studio 2005 that there are componets to create web parts. Can I use these componets to develop web ...
JJ -
26 Oct 2006 9:21 PM - 2 messages
I am trying to create custom controls that extend some of the functionality of web controls (and sets default values if that control is used). For example, if i were to use the textbox control, it should always use certain ...
Big Daddy -
26 Oct 2006 6:25 PM - 2 messages
I would like to have a repeater class like this: <asp:Repeater ID="CriteriaRepeater" runat="server" > <ItemTemplate> <uc1:BaseControl ID="BaseControl1" BindData='<%# ...
Michael D. Ober -
25 Oct 2006 8:52 PM - 7 messages
I need the ability to bypass the forms authentication login page when the user requesting the protected page is running on our corporate network and is also logged into the corporate domain. How do I do this? Thanks, Mike Ober. ...
Cas -
25 Oct 2006 7:14 PM - 8 messages
Hi, I want to use a detailsview only for inserting data into a database (for a survey). In order to check the inputted data, i need Templatefield. So I defined a detailsview and a SqlDataSource in the aspx file. The creation of the templatefields are done programmatically, because the ...
David Thielen -
25 Oct 2006 4:51 PM - 8 messages
Hi; In ButtonField for the text I want to do: Text='<%# Eval("Title", Resources.Windward.ReportList_Confirm) %>' Where the resource has a {0} in it for the Title property. This doesn't work - says I need a DataBinding event. Is there a way to do this? ...
pol_c -
25 Oct 2006 10:52 AM - 3 messages
I am fairly new to asp's and .Net and I would like to use a session variable when defining the Select Command for a gridview but it doesnt seem to like it (see code sample below). Does anyone have any ...
avanti -
24 Oct 2006 8:52 PM - 2 messages
i have a following javascript function that gets called on a checkbox click. The backcolor is not getting changed for the textbox. I am seeing an error on page as well. I am using IE and C# with the asp ...
Philip -
24 Oct 2006 4:21 PM - 2 messages
I can use a GridView and ObjectDataSource to bind my data using "Eval" expressions ... provided the GridView and related Column TemplateFields are defined as inline HTML. I prefer to programmatically create the GridView Column/ TemplateField definitions at runtime.... because I do not know the number of applicable ...
acadam -
24 Oct 2006 10:55 AM - 2 messages
Hi, I have an userControl .ascx with a gridView control. One of the columns is a TemplateField with an HyperLink control. On the Row_DataBound event, I am checking that one of the other columns contains a value, then I would open a pop-up window. I am showing the HyperLink control ...
Dusan Hlavaty -
24 Oct 2006 10:03 AM - 3 messages
I think, I found a bug in 'BaseValidator.RegisterValidatorCommonScript()' method implementation. I looked at the source code through 'Reflector'. There is a 'IsClientScriptBlockRegistered(...)' method call, but I really think that there may be 'IsStartupScriptRegistered(...)'. This bug doesn't affect the behaviour of method, but it slows down ...
David Thielen -
23 Oct 2006 8:05 PM - 4 messages
Hi all; I have a couple of pages where I have a GridView, some text, then a secong GridView. Both GridViews display the same type of data (different selects) and I would like their columns to line up. Is there any way to do this other ...
jobs -
23 Oct 2006 4:19 PM - 3 messages
The Grid displays with multiple rows. I select a column to sort of a particular field and the below event is fired, but DataTable is Null so code is skipped. The GridView: <asp:GridView ID="ChargeGridView" runat="server" ...
Angel -
23 Oct 2006 4:15 PM - 2 messages
How can I determine that a column on my gridview is set to readonly in my codebehind? In other words I like to find out if a column in my grid is not editable.... thanks ...
Victor Daicich -
23 Oct 2006 10:54 AM - 3 messages
Hi guys, just a simple question. I've been working with the webpart framework, and i know it can work for anonymous users. So the question is, would you recommend in terms of performance and scalability for the development of a 10.000/15.000 visitors per day site. ...
jean-pierre.riehl -
23 Oct 2006 7:38 AM - 2 messages
Hi, With ASP.NET 2.0 (I don't remember about a such problem in 1.1), GridView control has a strange rendering rule. When dataview is empty (no data or data fitered), GridView control ONLY renders <EmptyDataTemplate> (or EmptyDataText property). It is impossible to ...
David Thielen -
23 Oct 2006 5:46 AM - 3 messages
Hi; The OnServerValidate is called in my CustomValidator which is repeated once each row in a Repeater - but it still lets me click next to go to the next page. Is there something else I need to do? ...
David Thielen -
23 Oct 2006 4:22 AM - 4 messages
Hi; I have a 3 step wizard. In some cases when they go from [0] to [1] I know that I do not want to show page [2] but instead want [1] to be the last page with the finish button. ...
David Thielen -
22 Oct 2006 9:56 PM - 3 messages
Hi; Is there a way to build a table using asp:Repeater where the asp:Table is started in the header and ended in the footer? Everything I have tried does not work. ...
David Thielen -
22 Oct 2006 3:51 AM - 5 messages
Hi; I switched two controls from GridView to EmptyGridView. When it was GridVIew both controls (on the same page) had a <Columns><TemplateField><ItemTemplate><LinkButton ID="DeleteButton"... and it was ok that both had the same ID name. ...
|
|||||||||||||||||||||||