| Thread | Last Post | Replies |
|
| Unable to download IE WebControls from microsoft.com | 19 Dec 2004 17:49 GMT | 1 |
The IE Web Controls are not downloadable at http://msdn.microsoft.com/downloads/samples/internet/ASP_DOT_NET_ServerControls/ WebControls/default.asp It redirects 404 page not found. This is a bad link.
|
| CheckBox in a datagrid control | 19 Dec 2004 10:33 GMT | 1 |
I have a datagrid that will retrieve data from my sql database, on the data grid once the data has been loaded is a checkbox per datagrid row. I would like to know what is the eventhandler should I be using to pick up a checked event from a checkbox in a datagrid control?
|
| serializing webcontrols isn't really a good practice - is it? | 19 Dec 2004 08:42 GMT | 1 |
I am developing a custom TreeView and I have got a problem with the serialization of my TreeViewModel: From that model I fire DataChangedEvents but as soon as I set a Control (here: my TreeView) to handle this DataChangedEvent, the model cannot be
|
| HELP With DataList | 19 Dec 2004 03:37 GMT | 1 |
I am using a DataList to load data from a OleDbDataReader but it wont load the data...I have checked and the DataReader has records in it. Here is the code: If Not Me.IsPostBack Then
|
| styles in custom controls | 19 Dec 2004 01:16 GMT | 1 |
I'm creating custom control that has different items inside of it. I would like to be able to set styles of all the element types bu honestly I just don't know how to do this. I would like to be able to open styles editor - select some styles and then apply them to my item. Any ...
|
| Web Control Events | 19 Dec 2004 00:48 GMT | 1 |
I am developing webpart for Sharepoint Portal Server.Webparts inherit webcontrol and are similar to web custom controls. The problem i am faing is that if i create controls (LinkButtons) in the CreateChildControls Method it's click event works perfactly.
|
| Cassini and VS.NET 2003 and XP Home | 18 Dec 2004 15:14 GMT | 1 |
Is any way to use cassini or other server (not IIS) in vs.net 2003 to develop asp.net pages? I have project made on IIS VS.2003 on Windows Server 2003 and now i have to compile this os Windows XP Home Edition where i cannot use IIS i can't open my solution in any method i know... ...
|
| TextChaged in datalist(URGENT) | 18 Dec 2004 15:02 GMT | 1 |
I need help regaring below, Please some one help. I have a textBox in ItemTemplate column of Datalist. I dont have Edit Command or UpDate command for Datlist.
|
| VS.NET has detected the WebServer is running ASP.NET version 1.0 | 18 Dec 2004 13:08 GMT | 6 |
I have tried this and am still getting an error trying to open a ASp .NET application in Visual Studio .NET. I still get an error: "VS.NEt has detected the Web Server is running a version 1.0 of ASp.NET"
|
| TabStrip - TabItemCollection | 18 Dec 2004 04:15 GMT | 1 |
Dear Group I wonder if anyone can advise me on how to assign a TabItemCollection to a TabStrip control. In the code below, 'PopulateTabStrip' is a function, returning a TabItemCollection that has been populated with
|
| How to programatically set focus onto a web control ? | 16 Dec 2004 19:00 GMT | 4 |
I have a form containing a number of panels, simulating a wizard (simulating, actually, a multi-page form). After pressing a button called "Next", I am showing a new panel on this form, loaded with some controls. I need to set the focus onto a textbox in the newly shown panel ...
|
| How can i create my own menus in asp.net | 16 Dec 2004 14:30 GMT | 2 |
I want to create horizontal menu in asp.net
|
| HtmlEncode RadioButtonList | 16 Dec 2004 01:00 GMT | 4 |
I have a need to HtmlEncode the DataTextField on a databound RadioButtonList. I have been unable to find any events to subscribe to (such as OnItemDataBound on the DataGrid) or any type of template control to specify within the RadioButtonList control.
|
| Need Jump Start | 15 Dec 2004 21:37 GMT | 1 |
I've passed my VB 6 exams. Now I've installed .NET 2003 and I'm trying to get started in ASP .NET My problem is I know exactly what I want to do and how to write vb ado code, but I don't know where to put it. I need a kick start to get going. Can
|
| Creating a WebForm that can be extended | 15 Dec 2004 17:21 GMT | 1 |
I want to create a "base" webform class that will contain a few web controls. For the sake of this thread let's say I want it to have a textbox and a label. In the code-behind for this class I want to have some methods that should be available to all classes that extend it.
|