| Thread | Last Post | Replies |
|
| A Microsot Bug in Dynamic Comlumns? | 23 Oct 2007 23:15 GMT | 23 |
-=PREHISTORY=- Occasionally, I wanted to rewrite my UPDATE code to prevent SQL injection. I generated the SQL query UPDATE tt
|
| serialization - include collection property | 23 Oct 2007 22:19 GMT | 4 |
Why the collection property is not included in the ouput serialization ? I have a custom generic collection (implements icollection): Events of objects: Event.
|
| Passing parameters to gridview | 23 Oct 2007 22:06 GMT | 3 |
I am entering two dates into textboxes and using them as control parameters in an SQL DataSource which is being used to populate a gridview. I am using a custom validator to check if the data entered into the text boxes are valid dates, but even when my code captures that
|
| Insert/Update data to sql server DB | 23 Oct 2007 22:06 GMT | 3 |
I am importing external data(oracle) to local sql server DB thru linked server. This is actual replica of the external data(not normalized). I need to run this import for every 2 minutes. Its working well.
|
| Oracle client and networking components were not found | 23 Oct 2007 22:06 GMT | 3 |
We have a VS2003 ASP.Net application hosted on a Win2003 IIS 6.0 connected to an Oracle database via MSDAORA. It is working fine, except that from time to time it raises the error "Oracle client and networking components were not found". Any further query
|
| html table cast | 23 Oct 2007 21:20 GMT | 3 |
hey all, i have an html table i need to put in session. is there something i can do to make this lighter before putting into session or is this ok to do? (not many rows in the table at one time around 10 rows 7 or 8 columns on avg)
|
| Master pages - Do people use them? | 23 Oct 2007 20:41 GMT | 9 |
Hi, I'm new to the concept of a master page. They seem a little restrictive to use. Trying to stuff stuff into the content place holder then positioning it etc. Are they used by people often? Are they a 'standard' tool or something
|
| Anyone can tell me how to modify the PhysicalPath attribute in ASP.Net 2 VS2005 Solution file to use relative path? | 23 Oct 2007 20:41 GMT | 2 |
I create ASP.Net 2 website project in VS 2005, but the solution file always uses absolute path in PhysicalPath attribute. I want to copy the website project anywhere, so the absoluted path not wanted. But when I changed the PhysicalPath attribute in solution file, I can't
|
| errors open a file | 23 Oct 2007 20:12 GMT | 2 |
I have a problem when I try to open a file on a second domain in our neetwork. The program represent an status for all process runned at night Intend to be an Control Pannel to show exits or troubles for the proccess thar are running in our network at night.
|
| Timezone offset for a future date. | 23 Oct 2007 19:40 GMT | 2 |
I have an ASP.NET 2.0 C# web application that is contacting an Exchange server using WEBDAV. It allows the users to look up appointments for a future date. The problem I have is determining the correct client time zone. Note that Exchange stores everything in UTC time.
|
| div layout help | 23 Oct 2007 19:15 GMT | 2 |
hey all, i was wondering why my div will not extend the height of it's container div? http://www25.brinkster.com/rodchar/ques200710231133.png thanks,
|
| getElementByID on the server side | 23 Oct 2007 18:19 GMT | 2 |
hey all, is there a way to say getElementById on the server side or is setting the html control as runat="server" the way to go? i'm just trying to get to a div and add controls to it.
|
| File Download from window.ShowModalDialog | 23 Oct 2007 17:50 GMT | 4 |
Using asp.net 2.0, C# and IE7 I'm using window.showModalDialog to open a modal window on the client from Javascript. I have to include this line in the < HEAD > html of the modal window:
|
| Response.redirect inside a Timer Event | 23 Oct 2007 17:27 GMT | 7 |
I'm using a system.timers.timer object like this: Dim aTimer As New System.Timers.Timer() In my page_load event I use this: aTimer.Interval = 5000
|
| Recommended Web Service + ASP.NET Load Test Tools? | 23 Oct 2007 17:24 GMT | 2 |
Can anyone recommend a good HTTP load testing tool which can: 1. Simulate user interaction with a web site 2. Handle ASP.NET forms authentication login 3. Make random web service calls (and hopefully is compatible with WSE)?
|