|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
ASP.NET web controlsmicrosoft.public.dotnet.framework.aspnet.webcontrols
Localization ASP.NET WebControl question
PJ -
8 Sep 2007 1:03 PM - 2 messages
Greetings I'm developing a WebControl and I need to check the Page.Culture property in DESIGN time, in order to display the proper contents on the WebControl. I have run out of ideas of how to do it. I've even checked the Page.Culture in the Reflector and it show in ...
TreeView Node Styles
ZZ_Scarab -
7 Sep 2007 11:56 PM - 1 message
I'm trying to apply different styles to the different node levels in my treeview, specifically to the root node, parent nodes and leafs, in addition to the selected node. Some styles changes are "taking" and many are not. Specifically, for instance, I'm setting the selected node style to bold, and ...
Formatting Treeviews
Ross Culver -
7 Sep 2007 5:19 PM - 1 message
I have a treeview with the following structure: HOME MFG1 Product Group 1 Sub Group 1 Product 1 Product 2 ...
Visual Studio 2005 -- Multi-Tabbed Control
Shane Jones -
7 Sep 2007 2:46 PM - 6 messages
I began my .Net training with VS .Net 2000 (version 1.0) -- on the toolbar there is a multi-tabbed control (which allows you to place differing content on each tab, and display content associated with each seperate tab) -- I'm ...
DetailsView Insert Item
Nil -
7 Sep 2007 5:31 AM - 2 messages
I am using DetailsView with Dataset. After binding Dataset with Detailsview i'm chaning its mode to Insertmode. After entering the values in the fields, i want to add these value to dataset. I've used DetailsView.InsertItem(), but it is ...
Confused about assembly naming with Namespace
Elmo Watson -
7 Sep 2007 2:51 AM - 1 message
OK - here's the situation - I want my namespace to be: MyCompanyName.Controls I want my custom web control to be called: MyControl (myControl.dll, or MyCompanyName.Controls.MyControl.dll - whatever is expected) Then, when I declare it in the project, it will be like this: ...
Re: ASP.NET Gridview - Edit (Update)
Sergio E. -
6 Sep 2007 4:09 PM - 1 message
use the fields included in the promary key if your table has a idtable field, then use where idfield=selectedrow_idtable field as a tip, you can use the wizard to create an accessdatasource, select your mdb, select the table, the fields and there is a button named "advanced", in ...
loading a dotnet control in IE
Peted -
6 Sep 2007 8:02 AM - 2 messages
Hi is it possible to load and show a dotnet control dll produced in c# in IE webpage or HTA apllication WITHOUT needing to have the ccontrol dll served from a web server. I want a purely client side only application, with a normal directory ...
HELP - Binding Treeview to xmldatasource then Updating
Salvatore Palombizio -
6 Sep 2007 2:38 AM - 1 message
Hi - I'm hoping some can help me out cuz I'm driving myself nuts with this. I can bind a treeview control to a xmldatasource control just fine. I add both controls then in code I bind the xmlds obj to the xml string, then set ...
KeyNavigation with System.Web.UI.WebControls.Menu webcontrol?
mmalek -
5 Sep 2007 7:34 PM - 1 message
Hi, We have an aspx app which uses this control for the menus. We need to enable the app to accept key navigation.. Is there any documentation or examples on how to do this? thanks in advance, Matthias ...
Issue getting data back from textbox in Datalist and container
Person in Need -
5 Sep 2007 7:06 PM - 1 message
Hi, I have a webpage that has a textbox to fill in a number. Problem is that I can get my values from the previous pages without any problem, except I cannot readout the value from the textbox. I also want that whenever someone updates the Text field, on event ...
Adding Headers to the Dynamically Created Datagrid..
jayanth.vishnuvardhan -
5 Sep 2007 4:56 PM - 1 message
Hi, It would be great if someone suggests me on how to append "Header" information for the dynamically created datagrids? Here is my situation:- I'm creating dynamic datagrids based on the data coming from database. so far so good.. Then after that I need to create "Headers" ...
Adding Headers to the Dynamically Created Datagrid..
jayanth.vishnuvardhan -
5 Sep 2007 4:55 PM - 2 messages
Hi, It would be great if someone suggests me on how to append "Header" information for the dynamically created datagrids? Here is my situation:- I'm creating dynamic datagrids based on the data coming from database. so far so good.. Then after that I need to create "Headers" ...
Dynamically append rows to table
Gorgsenegger -
5 Sep 2007 7:27 AM - 2 messages
Hi all, I have an ASP.Net table to which I want to append a number of rows dynamically, i.e. there is a list of users in the table, and I want to add more users via clicking on a button "Add". ...
AJAX ScriptManager.RegisterStartupScript - JavaScript accumulates
Mojo-U -
4 Sep 2007 9:16 PM - 1 message
Hello, I have a custom server control that is being used from within an AJAX UpdatePanel. The server control is AJAX-aware and uses the ScriptManager.RegisterStartupScript() method to execute some JavaScript after the AJAX postback has occured and the HTML within the UpdatePanel has been ...
URLDownloadToCacheFile fails on https
Ralf Berger -
4 Sep 2007 1:16 PM - 1 message
I'm having a problem with a control when trying to download a file from a https tomcat server. The Urlmon.lib function URLDownloadToCacheFile returns -2146697208 (0x800c0008). Any ideas? Thanks, - Ralf ...
custom control
shushu120 -
4 Sep 2007 9:08 AM - 1 message
any one tell me about custom control how to make it and how to add it visual studio i want to make a data grid control i dont know that how i make it ...
Licensing a Custom ASP.Net control
Elmo Watson -
4 Sep 2007 4:13 AM - 2 messages
Let's say I have created an ASP.Net custom control, I want to add a licensing scheme to the control - you know try it before you buy it, but in the mean time, it has a nag screen and a place to enter the license, once ...
dropdownlist, textbox in datagrid dropdownlist_selectedindexchange event
CindyH -
3 Sep 2007 5:19 PM - 2 messages
Hi I'm using vs.net 2003. I have a dropdownlist inside a datagrid. I would like to be able to select a value from the dropdownlist and then have a textbox which is also inside the datagrid filled with that value. ...
Path
Jim McGivney -
3 Sep 2007 4:36 PM - 1 message
I have two paths defined in my web.config <appSettings> <add key="UploadString" value="C:\Documents and Settings\Bobo\My Documents\Visual Studio 2005\WebSites\Bebe\Graphics\" /> <add key="ImageString" value="~/Graphics/"/> ...
Setting menu properties - ForeColor
SE.Computerguy -
3 Sep 2007 4:20 PM - 3 messages
I have a webcontrols menu on my webform (masterpage) that does not display the font color properties I set. In the IDE I set the properties and can see them in the html code but when I run the website the menu items default to forecolor=green and onHover=orange. ...
Avoiding postback on upload control when another button is clicked
SBK -
3 Sep 2007 10:59 AM - 1 message
Hi All, Got a quick problem, hoping someone can help me out here. Using an Upload Control. If a file to upload is specified and another form action is committed (i.e. btnBack) then the upload control will still post ...
How to test a custom control
Elmo Watson -
3 Sep 2007 2:10 AM - 2 messages
Let's say I have created a new custom control - one that needs to be put in the Toolbox, in order to drag it to the web page How do I test it, in order to debug and step through the code? ...
Re: Microsoft Treeview vs System Treeview
Teemu Keiski -
2 Sep 2007 11:32 AM - 1 message
IE WebControls were never a supported product. It was just a library set up by external people. I suggest you try asking the question at ASP.NET Forums. There's IE webcontrols forum: [link] ...
|
|||||||||||||||||||||||