| Thread | Last Post | Replies |
|
| web service availability checking | 20 Jul 2007 02:21 GMT | 1 |
i need to check the availability of my web service.... how can i do that. i dont want to call any of the methods present in web service to test availability..
|
| Messages not posted to forum | 20 Jul 2007 01:49 GMT | 1 |
This is really a test message. I've been trying to post messages to this forum the past severeal days, but even though I get a copy of the message in my email after it's been sent with Google Groups, my message doesn't show up in the group. Has anyone else experienced
|
| An AJAX question | 19 Jul 2007 23:39 GMT | 3 |
I have a form with a few UpdatePanels and each has an associated UpdatePanelAnimationExtender which causes fade-in and fade-out. In addition 2 of the animations disable the 2 buttons which trigger them in the Updating event and then enable them again in the Updated event. I was ...
|
| How to see GridView data in JavaScript? | 19 Jul 2007 23:27 GMT | 2 |
I have an ASP.NET web page I'm working on and I need to see the GridView Cell data in a javascript function. <%= %> doesn't work. Am I missing something here? Thanks
|
| Cross user control communication via parent control | 19 Jul 2007 23:25 GMT | 1 |
Here is the page architecture: Page loads multiple user controls (including nested user controls) dynamically based on parameters provided into place holders. Note: The page only has the logic to load the user controls and subscribe to
|
| Resending: Problems trying to build basic web service with client for testing | 19 Jul 2007 23:24 GMT | 4 |
(RESENDING: This article did not appear on the newsgroup) The documentation provided by the people here has been somewhat helpful, but it appears I am missing the boat somewhere. I have a web service I designed in VS 2005 that right now is doing
|
| Arithmetic overflow error converting numeric to data type numeric. | 19 Jul 2007 22:57 GMT | 4 |
I'm getting this error: Arithmetic overflow error converting numeric to data type numeric. Triggered on this line of my code: objOleDbAdapter.Fill(DS, "rss")
|
| NEED HELP AND FAST | 19 Jul 2007 22:14 GMT | 1 |
I have been posting all over the 'net and no one seems to know how to help. I have a web service that I have been trying to write to using SOAP and now I'm getting this cryptic Internal Server Error message with no information as to why. This is my web service:
|
| Asp.net web server | 19 Jul 2007 21:43 GMT | 3 |
how many concurrent users / hits per day can a typical asp.net web server support? the server will serve content similar to that of cnn.com / text and images without video streaming
|
| Alter the HTML output before it's sent to the web browser, possible? | 19 Jul 2007 21:43 GMT | 2 |
Long story short: I've got a website built, and we moved it over to the production server, which is an SSL-required (https://...) server. A third party component that I'm using makes use of an <iframe>. Unfortunately they set the SRC attribute to "".
|
| Session variables and reference | 19 Jul 2007 20:59 GMT | 4 |
I am trying to set up a page where the user can change data, and then click cancel and the data will not be saved. Currently, I am saving the data in a Session variable that is an array of a class I created: public class cut
|
| Writing directly to ContentPlaceHolder | 19 Jul 2007 20:11 GMT | 4 |
I have a simple question: it is possible to write directly to contentplaceholder just like to the page? I'm looking for a way to put text directly in the same way like Response.Write("Some example text"), but can't figure out how to do it. For now I created the Literal control
|
| Querystring or ViewState question | 19 Jul 2007 19:50 GMT | 1 |
Hi group, One of my web pages is a page that allows the user to create or modify a project definition. It displays a feedback message when you've performed certain actions that causes the page to post back to itself
|
| file upload timing out or something | 19 Jul 2007 19:34 GMT | 3 |
Hi; When using the FileUpload control, if the file is over 4M and the connection from client to interent is a DSL line (and then on to the web server), when the page is submitted it goes for a bit and then returns "The page cannot be
|
| which is the better way to store small files | 19 Jul 2007 18:55 GMT | 2 |
I'm building a website.I have 2000 files(pdf,tif,etc) which users can download. And the files will increase in times. should I put the files into a database table or just put them into a folder.
|