|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
ASP.NET web controlsmicrosoft.public.dotnet.framework.aspnet.webcontrols
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 ...
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); ...
Persisting ASP.NET 2.0 Treeview Controls' State within a Master Page
Nikron -
28 Sep 2007 7:02 AM - 2 messages
Hi, I'm having an issue with the ASP.NET 2.0 Treeview control and persisting its' state accross requests. My Control is embedded within a master page and is used for site navigation. My problem is that the user wants to ...
Drop Down User Control in GridView
XYZ -
27 Sep 2007 1:14 PM - 1 message
Hi, I have one query I have a usercontrol(DropDownList filled with states from database) and this user control is used in gridview Template Coloumn Now How to Fire selection event changed of this user control inside grid view Thanks ...
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 ...
How to edit nested data?
Jarmo Muukka -
27 Sep 2007 7:05 AM - 1 message
Hi, I am a bit confused how to edit nested data. I have a List<Block>. Block contains name, some other data and List<Paragraph>. Paragraph contains text and some other data. I have written a web server control which overrides ...
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 ...
What's the Difference between an asp:Literal control and an asp:Localize control?
netcodedevil -
26 Sep 2007 11:12 AM - 1 message
What's the Difference between an asp:Literal control and an asp:Localize control? I fail to see any difference either on the Designer, Page or Html Source. With the sole exception that there some missing Localize properties (inherited from Literal). ...
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 ...
AJAX controls and Exception handling
Thomas -
26 Sep 2007 9:40 AM - 1 message
Hi, I developped some libraries for custom exception handling and logging (Framework 2.0) but noticed that it does't work very well with AJAX enabled controls. What are the best prictices for exception handling and AJAX enables controls ? I'll appreciate if you point me to a good article. ...
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 ...
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 ...
Persisting CultureInfo object.
PJ on Development -
25 Sep 2007 12:20 AM - 1 message
Greetings, I'm currently developing a WebControl that has a CultureInfo property. When the control is persisted to the ASPX page by the VisualStudio it reads like: <cc1:Control Culture="English (United States)" /> The problem I want the control to persist the CultureInfo as below: ...
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 ...
Issues with DDL postback on dynamically loaded ASCX
AC [MVP MOSS] -
24 Sep 2007 8:40 PM - 1 message
To start, this is for use within a SharePoint v3 site, but the concept is really core ASP.NET 2.0 development, so after striking out, I'm hoping someone here has an idea... thinking I'm having a core page lifecycle issue ...
Visual WebGUI vs ASP.NET/Ajax
Eric Margheim -
24 Sep 2007 7:51 PM - 1 message
Any comments from you experts concerning Visual WebGUI pros/cons? I am trying to decide between the 2 approaches to developing a new client/server type application. Current application is MFC and has some pretty complex functionality. Visual WebGUI is very green but offers some ...
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 ...
|
|||||||||||||||||||||||