| Thread | Last Post | Replies |
|
| Client Side Controls In Datagrid ASP .Net | 01 Oct 2004 14:49 GMT | 1 |
Can you add client side controls inside a asp .net datagrid? The code below shows what I have template column inside a asp .net datagrid... <Columns> <asp:TemplateColumn HeaderText="Exist Or Not">
|
| Build Custom Controls (? la ErrorProvider) | 01 Oct 2004 12:45 GMT | 1 |
How can I build a Custom Control, that isn't visible in the form, but below (like the ErrorProvider) Best regards Horst
|
| .NET 2003 - How to Delete A Member Function | 01 Oct 2004 11:43 GMT | 1 |
In Class View, we can easily add a new function, using rightclick->Add... But where is the 'Delete' functionality like we had in VS6?
|
| Shortened URL | 01 Oct 2004 11:17 GMT | 4 |
I have an application and I'd like to shorten the url for some of the pages. Instead of: www.domain.com/page.aspx?key=12345 I'd like it to be like this:
|
| Cannot Start my VB.Net Service | 01 Oct 2004 04:49 GMT | 3 |
Hello. I am able to succesfully build and install my VB.Net Windows Service, using the Command Line InstallUtil #EXE PATH#. However, when I press start in MMC, to start the service, I get this error message:
|
| Newb Question on Array Declaration | 01 Oct 2004 04:35 GMT | 5 |
I am defining a class that has, as a member, an array of another user-defined class. private mBoard as CBoardPosition() The problem comes when I attempt to size the array, it should be an 8x8
|