| Thread | Last Post | Replies |
|
| 1 Gridview. Dropdown A is column from database, Dropdown B is column from database, Data in A and B must be from same row. | 07 Nov 2007 12:40 GMT | 2 |
Dropdown A is column from database Dropdown B is column from database Data in A and B must be from same row. If user click an item from A, then B is updated to display its data
|
| Calendar & time problem | 07 Nov 2007 11:57 GMT | 3 |
ASP.NET 2.0 I've got 2 Calendars on a webpage I'm developing. These Calendards are named "calFrom" and "calTo".. The user will choose from and to date and then perform some operation based on the chosen dates.
|
| ASPNET does not have write access ... tried everything? | 07 Nov 2007 01:51 GMT | 9 |
Yesterday I was working with an asp.net 2.0 app. Today is a nightmare - I can only get a "The current identity (LLCA1-ITE51218\ASPNET) does not have write access to 'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files'" message. Ive reinstalled the mappings ...
|
| Webresource script not embedded? not working. | 07 Nov 2007 01:40 GMT | 2 |
I have my code directory structured this way App App\Pages <- contains ASPX files App\Pages\Common
|
| EnsureChildControls | 07 Nov 2007 01:37 GMT | 1 |
I am creating a custom control and I have the following: Protected Overrides Sub CreateChildControls() With MyBase.Controls .Add(Panel1)
|
| asp.net find Page Size | 07 Nov 2007 01:06 GMT | 7 |
Hi is there a way in asp.net 1.1 to in code behind query the page size that is generated, I realise IIS does it as it has that data in the logs, I would like to capture this data so that I can create a log for performance on our site that is all held in the database
|
| Property ... what am I doing wrong? | 06 Nov 2007 22:22 GMT | 1 |
Let me explain it better. What I need is to make something like: Dim mc as MyControl mc.Value = "Hello" This would create a MyControl instance and would set the TextBox.Text
|
| Where do the Oval buttons come from? | 06 Nov 2007 21:55 GMT | 4 |
Cleveland? Hi all, I am writing an ASP.NET 2.0 application in VB.NET. My boss doesn't like the fact that I still use either rectangular or the default browser buttons on
|
| Accessing the Lotus Notes address book through LDAP | 06 Nov 2007 21:07 GMT | 4 |
I have an asp.net applicaiton in which I want to control the accessibility. Does anyone has any idea how I can access the Lotus Notes address book through LDAP? That way, I can restrict those who can access the web site.
|
| Clear a GridView's innerHTML from the server? | 06 Nov 2007 20:45 GMT | 3 |
I have a gridview with only <column> </column> inside it. Everything gets filled dynamically.
|
| Repeater Control : Can it work with different data sources? | 06 Nov 2007 20:38 GMT | 3 |
I've been trying to implement a repeater control in an ASP.NET 2 page but I can't seem to get the layout exactly how I want and I'm not sure if it's something that I am doing wrong or maybe the repeater control doesn't have the capabilities...?
|
| Recommend Community Software | 06 Nov 2007 20:34 GMT | 3 |
I am looking for some software that allows for better and easier communication amongst company employees. Things like blogs, forums, the ability to publish news and newsletters would be important. Anyone recommend something? Community Server seems to have most things but
|
| register VB6 DLL... | 06 Nov 2007 20:33 GMT | 1 |
I have a folder in a website that contains a lot of VB6 DLLs that I want registered. What are some ways to go about this so I can CreateObjects from these DLLs? Registering them with regsvr32 is a pain. TIA.
|
| Creating a sliding navigation panel | 06 Nov 2007 19:44 GMT | 1 |
I'd like to include a sliding/ hide navigation panel, the likes of what you see in Visual studio. Is there a short cut tool I can use for this? If not, how would this be best done? With javascript & a div?
|
| GridView - Formatting a Field | 06 Nov 2007 19:43 GMT | 1 |
I have bound a Gridview to a DataTable. On a couple of the fields I want to not display all the characters of the field....I want to display "*" for 5 characters and then what ever are the last for characters of this particular field.
|