| Thread | Last Post | Replies |
|
| How to use ActiveX parameters in the codebehind in .NET | 14 Feb 2006 17:59 GMT | 1 |
I have created an ActiveX and load it into the Component in ToolBox in the Visual Studio IDE. After create a web form project (VB.NET), I drag the activeX component into the web form design, set ID and name for it in the property, and the HTML
|
| Edit document via web | 14 Feb 2006 17:50 GMT | 4 |
This might be more of an IIS question but is there a way of hosting a document (think Word or Excel) within a web site that allows a user to not only download and edit it but also save changes directly back to the web or web server (without requireing a user to reupload the ...
|
| Deployment problem... advise? | 14 Feb 2006 17:47 GMT | 3 |
I'm stumped with this. I think I probably missed out something really simple but here's my problem. I have a really simple web application which has been working well. Recently I added some validator on some textboxes and redeploy the entire web app
|
| OOP Question | 14 Feb 2006 17:47 GMT | 7 |
Given the following: Public Class Foo Private m_strBar as string Public Property BarString as String
|
| Where to put validation code, for a FormView control | 14 Feb 2006 17:46 GMT | 1 |
I want to put all my validation code in one place, for my FormView control, regardless of whether its editing or inserting data. Is there a 'Validation' event somewhere?? or do I point the ItemUpdating and ItemInserting events to the same place,
|
| VS2005 Project Conversion Hangs | 14 Feb 2006 17:29 GMT | 1 |
I have converted several of my smaller projects, but of course the biggest, most important one goes south and stops responding. Nothing in the log, no message, nothing. Anybody have a clue for me? So I guess I will have to convert by hand. Is there any documentation on how
|
| Building and executing SQL Query dynamically, best practices | 14 Feb 2006 16:59 GMT | 5 |
I am developing ASP.NET 1.1 application against SQL Server 2000 db, where users have ability to construct their own select criteria (for a where clause). I already developed a user control where user can select field name, operator (equals, like, begins with, etc) and value of ...
|
| Site map localisation (.net 2.0) | 14 Feb 2006 16:55 GMT | 1 |
In my web.config file, I have the following: <globalization culture="auto:en-gb" uiCulture="auto:en-gb"/> In my Web.sitemap file, I have the following <siteMap xmlns="http://schemas.microsoft.com/AspNet/SiteMap-File-1.0"
|
| Are Nested ADO Controls possible? | 14 Feb 2006 16:48 GMT | 3 |
Can I put a repeater inside a FormView? Can I put a repeater inside that repeater? If so, what happens when the FormView.Mode is "Edit?" When they click the EDIT button is my repeater data also saved? Or do I have to code that
|
| anonynousIdentification and WebPartManager | 14 Feb 2006 16:43 GMT | 1 |
Has anyone gotten the new Portal Framework in ASP.NET 2.0 to work in conjunction with <anonymousIdentification enabled="true />? I get this error... Personalization is not enabled and/or modifiable. The Enabled property must
|
| DataTime string format | 14 Feb 2006 16:12 GMT | 4 |
does anyone know which format character i should use to get the the following date string 2006-01-30T22:00:00.0000000-08:00 if i use 's' format i get
|
| Dropdownlist add default blank while bind to sql server | 14 Feb 2006 15:14 GMT | 3 |
My dropdownlist is binded to a sql datasource. I would like to have it list a blank entry on top and do not show real data before user select it. How can I do this.? Thanks
|
| Centralizing global variables and functions - good & simple method? | 14 Feb 2006 15:11 GMT | 6 |
I posted this on another forum, and as I feared, the response(s) were too complex and sophisticated. I certainly don't mind learning new methods, in fact, that's why I asked, but I was hoping to emphasize that needed to take small steps. The responses I received talked about ...
|
| Data Binding - ASP 2.0 | 14 Feb 2006 15:06 GMT | 2 |
I'm binding a column to a datagrid and would like to convert the column to uppercase. I notice that if I edit the GridView column, I can add formatting such as {0:d} and {0:c} to the data item.
|
| textbox events when date is filled in a textbox with calendar pop- | 14 Feb 2006 14:50 GMT | 1 |
I have a web form which has two text boxes and a datagrid in it. The two text boxes will have start date and stop date. I have a calendar pop-up control that fills the start date and stop date. Now I need to postback to the asp.net webform when these text boxes are populated ...
|