| Thread | Last Post | Replies |
|
| Do u think this makes sense?? | 12 Dec 2006 14:41 GMT | 3 |
i've been investigating for quite a while for files that are mandatory to be deployed to the server for an asp.net v1.1 application to run, to make it more clear, we don't need to move the source code files, .vb and .cs we have their assemblies deployed on the server.
|
| HTTP Get Invoked Web Service | 12 Dec 2006 14:11 GMT | 2 |
This might be a bit of a stupid question, but I am trying to invoke a web service via a HTTP Get rather than an HTTP Post, the method has no parameters but I need to examine the Get Header before I return my data from the web service.
|
| Datareader vs Tableadaptor question | 12 Dec 2006 14:00 GMT | 1 |
Hi, I currently display all the data on a website using tableadaptors and objectdatasources. Would it be significantly faster if I was to display the data by writing the code for a datareader and connecting to the database
|
| Resx file amendments not working | 12 Dec 2006 13:49 GMT | 1 |
I'm just reposting the below and I'm still hunting for a solution. We have a multi lingual application that works fine. However, I've changed one of the values in the resx file (there was a typo) but the page is still showing the old value. I've done an iisreset and a reboot but ...
|
| Disable web page controls during postback round-trip | 12 Dec 2006 12:55 GMT | 2 |
We want to prevent user from being able to click on a button twice or click on other controls while processing is going on. I tried the following javascript code (which was suggested in this group but it didn't really work). User can click on "print" button and then before
|
| Re-use data from sqldatasource control? | 12 Dec 2006 12:44 GMT | 1 |
On the page, I have a formview which shows details of a job, including its title and location. The data is fetched by a sqldatasource. Now I want to take the job title and location and create a page title out of it as well. Something like:
|
| A friendly message | 12 Dec 2006 10:41 GMT | 2 |
Hello for all, I want to display a friendly message to a user when it try to upload a too large image and the system don't accept, in mode PAPI update, right now the browser simply display :"the page cannot be displayed" etc, it's possible to intercept the error message and
|
| very urgent!! | 12 Dec 2006 10:04 GMT | 2 |
i am using fileUpload control...is it possible for me to change the image of only browse button...plz plz help me out..i have a deadline Thanks
|
| Make button invisible | 12 Dec 2006 09:51 GMT | 1 |
I have a link button which signs out the user when it is clicked. I place on by button the code line ibLogout.Visible = My.User.IsAuthenticated. So, when the user is authenticated the button logout is visible.
|
| AJAX Update Panel w I.E.7 Problem | 12 Dec 2006 06:07 GMT | 10 |
I have an UpdatePanel on one of my aspx pages with a ListBox, Image, and a TextBox inside it. When an item is selected in the list box my codebehind file displays a new picture in the image and new text in the TextBox. It works wonderful in I.E. 6. No Postback - no extra code.
|
| confused over utf-8 encoding | 12 Dec 2006 04:33 GMT | 4 |
I wish my aspx pages to be interpreted as UTF-8 by browsers. Apart from setting the following in the web.config file: <globalization fileEncoding="utf-8" requestEncoding="utf-8" responseEncoding="utf-8" />
|
| Hosting - wildly different response times across the globe | 12 Dec 2006 04:00 GMT | 1 |
I recently opened an account with a USA-based hosting company. I'm new to the world of hosting providers, and I have a question regarding performance that I'm hoping somebody here can answer in plain language.
|
| VS.NET 2005 "Clean Solution" does not work for web project | 12 Dec 2006 03:32 GMT | 3 |
In my VS.NET 2005, if I choose Build > Clean Solution, the BIN folder is not touched. Shouldn't it delete all the dll and pdb files in that folder first? Instead, I'm finding I have to do it manually. Also, when I change from Debug to Release, all the pdb files remain in
|
| ASP.NET and MS Word Find and Replace Error | 12 Dec 2006 01:05 GMT | 1 |
Hi. I am autoamtiacally creating a MS Word file through code. Most of my code works, but when I try to do a find and replace, I get a read/write memrory access error. Not sure what is going on. Any advice? Error occurs on the .Text line of the with block
|
| ms.p.d.f.a quest to MCPers | 11 Dec 2006 23:43 GMT | 7 |
a bit off topic,but i think there must be a lot of people here who have been through the MCP exam process for their dotnet exams my question as a first time exam candidate is how to login to the MCP site.i found some info below but am not sure if i will be receiving MCP
|