| Thread | Last Post | Replies |
|
| Connecting to sqlserver2003 on windows server 2003 from asp.net on windows server2003 | 16 Jun 2006 21:53 GMT | 3 |
Came across a post wherin you had helped somebody with a similar problem and was wondering if you could help us out with it. Our problem is , We have a development SQL Server 2000 (running on Win2K SP4) machine
|
| BLL and DAL. | 16 Jun 2006 21:01 GMT | 10 |
Recently I've been trying to convert over my sqldatasource's to objectdatasource's to take advantage of the custom paging functionality of objectdatasource's. These attempts have plunged me knee-deep into unfamiliar territory and I'm starting to feel like a rank newbie. What
|
| Creating an instance of the COM component | 16 Jun 2006 20:48 GMT | 1 |
This is the error I have when try to create new instance of ActiveX control: "Creating an instance of the COM component with CLSID {BEDE816D-6B1A-410C-A40D-36CCFFFBE830} from the IClassFactory failed due to the following error: 800a0035.":null"
|
| Database interactions don't fire from Application_Start in Global.asax? | 16 Jun 2006 20:40 GMT | 7 |
Hi Gang, Let me start by saying I'm using Visual Web Developer 2005 and ASP.net 2.0. Is there something I have to do to get my Global.asax fire when my application loads. If I set a breakpoint nothing happens also I can
|
| Server receiving HTTP POST | 16 Jun 2006 20:40 GMT | 10 |
I need to built a server which receives XML, parses it, and sends some other XML. The client (any XYZ) should be able to post his XML file into my server and my server should send an XML file back to the Client.
|
| adding items to a listbox using clientside javascript | 16 Jun 2006 20:39 GMT | 1 |
I need to be able to dynamically add items to a <asp:listbox> (or HTML <select runat=server>) using clientside javascript, and retrieve the items when the page is posted back. I use this code to add the option to the listbox. It works for <select> or
|
| Foreign Languages? | 16 Jun 2006 20:25 GMT | 3 |
How do folks handle foreign languages? For instance - we would like to be able to have a screen at the front of our app that will allow somebody to choose French and then the entire site is in French. What's the easiest way to do this? Have lookups for each text string on the
|
| Drawing a simple line | 16 Jun 2006 19:48 GMT | 3 |
in a web form (using either VB or generic HTML) How do I do That? Thank you, Samuel
|
| Event & Delegate Question | 16 Jun 2006 19:47 GMT | 1 |
I have written a control in ASP.Net that needs to react if a specified method gets fired. In other words, I want the control to do some work if a method that acts as the event handler for a button is executed via the button click event.
|
| problem when using Confirmation box in ASP.NET program | 16 Jun 2006 19:38 GMT | 2 |
I still have a problem when using Confirmation box in ASP.NET program. I need to get the value return of YES or NO from confirmation box in Sub function of VB program to do some tasks. For example, I have 2 text boxes and one button. The button will call On_Click event .
|
| HttpHandlers - Learn Them. Use Them. | 16 Jun 2006 19:19 GMT | 5 |
HttpHandlers - Learn Them. Use Them. Introduction There are many features in ASP.NET that are unfortunately underused. Sometimes a feature gets looked over because it's too complicated.
|
| Recommend an AJAX autocomplete component, cost $50 | 16 Jun 2006 19:18 GMT | 4 |
The compoent I recommend is CAPXOUS (http://capxous.com) See screencast here :) it's a 160kb movie http://capxous.com/screencast Some may wonder why there should pay as there are open source projects
|
| "codeless" nested gridviews...there has to be a better way | 16 Jun 2006 18:35 GMT | 1 |
Hey all. Below is the nested syntax on how to make a "codeless" nested gridview embedded within another gridviews templatefield column. Only problem is that it loads slow. REAL SLOW. There has to be a better way. Suggestions anyone? By the way, I'm not opposed to coding, it just
|
| DataBinder.Eval and Eval. | 16 Jun 2006 18:33 GMT | 1 |
In asp.net 1.x we used something like DataBinder.Eval(Container.DataItem, "FieldName") for binding data. Now, in asp.net 2.0 I see a lot of "Eval( fieldname )" and not the older format.
|
| DataList Alternate Item, alternating only color. | 16 Jun 2006 17:09 GMT | 2 |
Is that possible ? Choose alternate item, just to change color, I mean, not having to totally copy all the item content in both the Item and the AlternateItem. I tried to do this by adding a div with different background color, but
|