| Thread | Last Post | Replies |
|
| Calendar control - limit possible months? | 16 Feb 2006 14:26 GMT | 2 |
How can I limit the possible months a user can navigate to in the calendar control? I only want users to be able to select dates from the current year and the previous year. Is that possible?
|
| Finding ASP.NET temporary directory | 16 Feb 2006 14:06 GMT | 2 |
I am looking for a way to discover the path to the ASP.NET temporary directory, which is called something like 'Temporary ASP.NET Files'. From within an ASP.NET application, I can get the path using IO.Path.GetTempPath(), but I need to do so from outside the application.
|
| HELP! Error loading DLL | 16 Feb 2006 14:01 GMT | 1 |
I have problem in running the application after rename one of my referenced DLL filename. (Original FileName: MapSuiteRTree.dll , changed: MapRTree.dll) Anyway, I tried to re-reference the dll to MapRTree but still fail. Any idea?
|
| .jpg watermarking | 16 Feb 2006 13:36 GMT | 1 |
I have some JPG files on my website. I'd like to know if there is a way to dynamically watermark these images before I display them on the website. I'm running ASP.NET 2.0 C#. Thank you very much.
|
| I'm lost, comming from VB to c# | 16 Feb 2006 13:22 GMT | 3 |
I'm doing some c# in VWD. In VB-mode i can select a page event and VWD inserts the call for me. Why isn't this in c# ? What's the best way to do this?
|
| Classic ASP String Manipulation - NOT .net | 16 Feb 2006 13:17 GMT | 6 |
Good Evening, I would like to insert a 5 letter word into a 100 letter string, but only 1 letter at a time, and each letter separated by 10 characters!!! :) Using Alpha characters only, no numbers or punctuation in either string. The
|
| create a Popup | 16 Feb 2006 13:14 GMT | 2 |
hey everybody... (hey dr. nick!), i have a large form and i want people to be able to reset it. i dont, however, want people to accidentally click the reset button. is it possible for a very small popup to open and ask if they want to clear the form? is
|
| GridView paging when using object arrays | 16 Feb 2006 12:46 GMT | 2 |
Got a GridView, I've enabled paging, I have 12 objects in an array with only 10 to display on each page, when I DataBind() for the first time it says there are 2 pages, however when I click to go the 2nd page it just displays the 1st page, unless I click it again, here is my ...
|
| Querystring | 16 Feb 2006 12:28 GMT | 6 |
i want to have a querystring in a webpage. i dont mind what it does (i just want to experiment with it). how do i get the asp.net page to do something when i type in a querystring? if you dont undertsand the question, dont hesitate to ask.
|
| Help with a trace.. | 16 Feb 2006 12:10 GMT | 4 |
I've written a small Index Server class library which will me to make simple lookups...I've just tied this in to a .aspx page and for a one word search was working nicely. I then added some code to enable multiple words to be used, ie, breaking the
|
| Passport authentication | 16 Feb 2006 11:59 GMT | 1 |
The company I work in is switching to ASP.NET 2.0. We have seen that there is built-in support for Microsoft Passport authentication and we're considering it as an optional way of authenticating users of our web product. I was unable to find on Microsoft site any information ...
|
| Parser error running Website from NAS remote drive | 16 Feb 2006 11:21 GMT | 1 |
Platform is Windows 2003 SP1. I've been asked to set up a website where the website files are all sourced from a NAS box. However if I do this, and tell IIS that it is a remote share for the home
|
| Deploying | 16 Feb 2006 11:15 GMT | 2 |
Hello Dears, I am making one website using Visual Web Developer Express Edition Beta 2. Now i have Created Virutal Directory named Web in my IIS. and my execution URL is
|
| Problem with Open Save dialog and excel | 16 Feb 2006 10:27 GMT | 6 |
I have an aspx page which generates an excel document and transfers it to the browser as attachment. Normally, once the document is transferred the open save dialog prompts to open or save the excel document. When I click save I can save the excel document or when I click open it ...
|
| ASP.NET 2.0. Real time screen scraping, is it possible??? | 16 Feb 2006 10:27 GMT | 1 |
I am new to ASP.NET 2.0 but am a competent programmer. I am writing a screen scrapper to aggregate data from several different pages. This seems straight forward but what I would really like is for my page to react to changes in the source (page being scrapped),
|