| Thread | Last Post | Replies |
|
| Migration for asp.net 1.1 to 2.0 | 15 Nov 2005 18:13 GMT | 1 |
I am new to asp.net 2.0, and i have two questions about this 1.) If i migrate 1.1 to 2.0 , is it easy, since if migrate from 1.0 ->1.1, it is not difficult , but i dont know how about from 1.1 t o 2.0? 2.) Is it difficult to learn if i have 1.0 and 1.1 experience. How many
|
| Webcontrol custom designer | 14 Nov 2005 20:23 GMT | 1 |
I am creating a ASP.NET web server control. I am extending a panel. I also want to create a designer for the panel.
|
| .Net 2.0 - WebResource attribute with css file | 11 Nov 2005 15:40 GMT | 1 |
I'm developing a custom control using VS2005. The control has embedded resources with it (js, images and css) and when control is rendered to page, it uses the GetWebResourceUrl funtion to get correct address for the resources (resources are streamed directly from assembly using
|
| ASCX made on VS 2003 didn't work on 2005 | 11 Nov 2005 12:24 GMT | 2 |
I have a web user control which simulates a message box, made on VS 2003. I used to call it inside my Web Form declaring it as: Protected WithEvents MensagemBox1 As MensagemBox And inside the code I used to call my ascx as:
|
| Building a calendar within a DataGrid Edit Control | 10 Nov 2005 18:14 GMT | 1 |
I'm currently build a calendar functionality into a datagrid that opens a new web page. Once the user selects the date in the new page, i'll need to be able to post that date back into a textbox located next t o the calendar gif image.
|
| Property Greyed Out in VS | 09 Nov 2005 17:38 GMT | 4 |
I have a Server Control that inherits from DataGrid. I've added an object type property called DataMethodParameter, but this property is greyed out in the properties list in Visual Studio. private object dataMethodParameter = null;
|
| Sending a datagrid's column | 08 Nov 2005 09:20 GMT | 1 |
Does anyone know how to sum a datagrid's column & display the total in the footer of the datagrid. Thanks
|
| Update property from within a control | 07 Nov 2005 01:01 GMT | 5 |
I would like to build a server control that updates (at design time) one of its own properties. This property would then be embeded in the HTML of the page and then saved. Later at run time, the control could retrieve this property.
|
| Usercontorl in a placeholder | 04 Nov 2005 00:34 GMT | 1 |
I am having this wierd issue. I have a usercontrol in a aspx page. Basically this user control has some labels and thats it. It has a printer friendly link and when we click on it a pop up window open with the text the user control. Everything works good except for in hte ...
|