| Thread | Last Post | Replies |
|
| Error when Load control dynamically with LoadControl | 30 Mar 2008 15:39 GMT | 1 |
I have created a user control (ASP.NET 2.0) in the folder "mining" of my project. There's no namespace by default, but other aspx pages are in the namespace iMinr.mining. The declaration of this user control goes like this :
|
| asp.net question | 26 Mar 2008 22:39 GMT | 1 |
Does anybody know how i can open a project done in asp.net 2.0 in asp.net 2003 version?. Thanks
|
| HTML CODE | 25 Mar 2008 21:51 GMT | 1 |
I am currently modifying a website that someone else has already developed. In the html code i have a line of code with the #include file"head.txt" this is a table saved on a txt that serves as the heather of the webpage. it works ok on these page but when i try to implement it ...
|
| Using paths that include ~ | 25 Mar 2008 21:46 GMT | 1 |
As we all know, the ~ can be used to represent the site root in URLs used in server controls. What function would be used to replace the ~ with the site root in a String passed to it? Thanks.
|
| Is it possible that I disable the Designer | 21 Mar 2008 15:45 GMT | 2 |
Good Day to Everyone, I have created a class within a class library. The class is a direct DataSet descendant. public MyClass:DataSet
|
| Events in server controls | 16 Mar 2008 20:38 GMT | 2 |
I need to write a composite control where a click event in the parent(container) class fires an event in a child control. How is this possible? ie clicking a button in the parent control performs an action on a child control.
|
| strange behaviour in gridview servercontrol with allowpaging = true | 11 Mar 2008 19:50 GMT | 1 |
This is a part of my custum server control. The DataTbl in de sub is a recordset (ADODOTNET). It works fine when Allowpaging is not set, but when I set is to True I receive an error: Nullreference exception was unhandled by user code
|