| Thread | Last Post | Replies |
|
| Dynamically Loading User Controls | 29 Aug 2007 16:24 GMT | 2 |
I am trying to generate a number of Web User Controls (WUC) based on user input. This WUC has got 2 drop down controls in it. The WUC works fine when created in the usual manner but when I try to create it dynamically a null reference
|
| unable to connect to sql db | 29 Aug 2007 16:13 GMT | 21 |
I moved my database from one server to another SQL server. I did a backup and restore of the database. I can connect to the database on server A from my asp.net app but when I try to connect to my database server B, I'm gettting 'login failed for user 'username' I've added the ...
|
| WebService\JS | 29 Aug 2007 16:08 GMT | 1 |
I am designing a web service in asp.net. What I would like to do is have a function that has an address past into it. Then have the function call google to get the lat\lon for the address and pass it back to the ASP.NET or WinForm app. I am not sure where I put the
|
| string into DateTime? | 29 Aug 2007 15:58 GMT | 3 |
I have the string "8/2/2007 12:00:00 AM" I'd like to get this in DateTime variable so I can manipulate (e.g. use TimeSpan to find difference). However, when I look at the DateTime constructors, everything seems to be int, long, etc.
|
| How can I gatherinformation from a dynamically created user contro | 29 Aug 2007 15:14 GMT | 2 |
I have a user control which holds information about a single well of a 96 well plate (http://en.wikipedia.org/wiki/Microtiter_plate) . The user control has a couple of input fields which users can set to specify what is in that particular well. Since I want 96 of them displayed ...
|
| Date string problem in query string when posting back | 29 Aug 2007 15:08 GMT | 5 |
I posted last week about a problem I've got and didn't get any responses, but I've managed to come up with a workaround and a possible cause (guessing). I was wondering if someone could confirm my theories and give me some information on the proper way to handle this.
|
| Thumbnail control does not update after images added/removed. | 29 Aug 2007 14:51 GMT | 2 |
I'm having a problem with an ASP.NET/VB.NET Control I am writing. The control is a simple gallery control, which shows a set of thumbnails (using a DataList), and a main image of the selected thumbnail. It also has "Add Picture" and "Delete Picture" buttons.
|
| FormView: Can we have one template for EditItemTemplate, InsertItemTemplate and ItemTemplate? | 29 Aug 2007 14:24 GMT | 4 |
I have a form that the contents of EditItemTemplate, InsertItemTemplate and ItemTemplate are the same, so repeating the same content 3 times is redundant. Is there any way to share all the contents? Thank you,
|
| web service running issue | 29 Aug 2007 14:20 GMT | 3 |
I have to move my web services to our QA server for testing. All of the existing web services are configured under a parent web site such as web sites --> default web site --> webservices -- all web services The web service directory is configured for .NET 1.1, my new web services ...
|
| export dataset to excel | 29 Aug 2007 13:56 GMT | 5 |
I have a dataset that has information written in Swedish language, that means alot of stranch chars like 'Å, Ä, Ö' etc and my code void Export(datagrid myDataGrid){ Response.Clear();
|
| Creating richtext in asp + formatting | 29 Aug 2007 12:55 GMT | 1 |
hey guys I'm not asp literate, and tried many search terms on google to try and work the solution out, but gave up :( Below is a bit of code in our system that has a button assigned to it,
|
| executing a server method after page is rendered | 29 Aug 2007 10:58 GMT | 10 |
I am calling a method in a Page_Load event that makes use of a value from a text box. Unfortunately the textbox value is only set after a javascript runs and the page is rendered. Therefore the textbox is actually empty when
|
| Need some architectural advice for designing a provider | 29 Aug 2007 10:03 GMT | 2 |
I have designed some data objects that I want to be filled by several providers. Do these objects typically belong into a seperate project (plus each provider is a separate project)?
|
| Get Value From Something Other Than The Index In DropDownList | 29 Aug 2007 09:59 GMT | 5 |
Say a the query behind a dropdown list lists various fields -- i.e., ID, State, City. The dropdownlist will display the state and store the ID. How do I retrieve the associated city? Thanks!
|
| ASP.NET Web Hosting and Ajax question | 29 Aug 2007 09:51 GMT | 1 |
I've installed the AJAX 2.0 extensions for VS. Does my webhosting company have to install this as well for me to take advantage of these controls/extensions? Thanks
|