Home All Groups Group Topic Archive Search About

ASP.NET web controls

microsoft.public.dotnet.framework.aspnet.webcontrols
Score changing local to remote sqlserver database.
ShilpaM - 29 Sep 2007 5:59 AM - 2 messages
In Asp.Net 2.0,the webparts and security configuration tools by default uses local sqlserver database,i won't configure that tools to use remote sqlserver database. where we can change or configure to use remote sqlserver database. Regards ...
Score Reference a master page from a Web Control...
ThunderMusic - 28 Sep 2007 2:12 PM - 2 messages
Hi, I'm building a web control and I need to reference a Master Page's Method and I can't find how to do it. Here's what I do ((mymaster)Page.Master).MyMethod(Params); I also tried: ((ASP.masterpages_mymaster)Page.Master).MyMethod(Params); ...
Score BBCode Editor for ASP.NET
Toni - 27 Sep 2007 11:16 AM - 2 messages
Where can I find BBCode editor (editor for forums and blogs) for ASP.NET. I need editor like FreeTextBox (but BBCode, not HTML like FreeTextBox). I need source code or control. Where can I find it? Thanx ...
Score Formatting Numbers for a DropDownList
Nathan Sokalski - 26 Sep 2007 10:19 PM - 3 messages
I am using databinding to populate a dropdownlist with numeric values. Some of the values have more decimal places than others, and I only want the minimal number of decimal places necessary displayed. The only way I have found to do this is to use the following for the DataTextFormatString ...
Score How to handle exceptions that occur in ObjectDataSource.Select ?
Thomas - 26 Sep 2007 9:49 AM - 3 messages
Hi, I have a dataview and ObjectDataSource controls in an .aspx page. The ObjectDataSource has a SelectMethod with selectParameters collection. The DataView is bound to the objectdatasource with its property DataSourceID inside the aspx page (not dynamically in the code). I would like to handle ...
Score Textbox webcontrol: supress previous entries
thewanz - 25 Sep 2007 7:20 PM - 3 messages
Hello, I am putting together a form where users will enter their name and phone number.  Is there a way to disable the property that expands the textbox and shows previous entries that had the same starting characters or numbers?  I'm ...
Score X-MicrosoftAjax header being stripped out by firewalls
Chris Chamberlain - 25 Sep 2007 2:21 PM - 4 messages
Hi, I am using the ms ajax library with an update panel in a user web control. The update panel contains two linked dropdownlists whose contents are modified (on autopostback) depending on the selection in eachother. This also modifies the imageurl of an image control, also in the same update ...
Score Is there a way to do 2-way binding with .Net XmlDataSource Controls?
Bill Nicholson - 24 Sep 2007 8:44 PM - 2 messages
Is there a way to do 2-way binding with .Net XmlDataSource Controls? It looks like only one-way binding is possible. I have that working, hooked to a GridView control and that works well. I can also extract the rows from the GridView control programatically. Can revise the ...
Score Web user control
Lamis - 24 Sep 2007 7:12 AM - 2 messages
Hi, I just started with .Net 2.0 and have created a few user controls that I would like now to use in my webpage. I need to create them in my onload and add them into a table on the aspx page. I am using C#. My proble is that I ...
Next » 2 3 4 5 6 7 8 9 10