| Thread | Last Post | Replies |
|
| Session.add | 26 Oct 2005 15:48 GMT | 2 |
Session["Pram1"] = value1; and Session.Add["Pram1"] = value1; Seem identical in function. When is it better to use one than the other. Thanks, Jim
|
| Adding virtual directories to Setup project | 26 Oct 2005 15:38 GMT | 1 |
I have created a standard VS 2003 setup project (not the Web Setup project) that installs an Asp.Net application. In addition to this, I would like the setup to also create a few other virtual directories mapped to physical directories specified by the user of the setup package.
|
| Grid view and format of an int | 26 Oct 2005 15:38 GMT | 4 |
I need to turn 40000 in to 40,000 for display. Is there a way to do this directly in the Gridview and I'm just not seeing it? or do I have to use a TemplateField and do my own Formatting?
|
| Session management in web app | 26 Oct 2005 15:05 GMT | 9 |
I have a web application in which I need to restrict user access to 1 session per user. I've done this my creating a cache entry when a user logs in, and checking on subsequent logins for that entry, and refusing access if the user is already present.
|
| Multipage image support | 26 Oct 2005 15:02 GMT | 1 |
Thanks Patrice. But I want to navigate between the pages of a multi-paged tiff image displayed on the client browser rather than displaying multiple tiff images on a page. Thanks
|
| Read client's local file? | 26 Oct 2005 14:53 GMT | 3 |
How to read file that resides at Client harddisk and save in server site? any ideas? thank you. Best regards,
|
| how to find a file by its name? | 26 Oct 2005 14:48 GMT | 2 |
I have the following problem. I have to open a directory placed on the server, and get a list of files that contains a certain string in the file name. For example:
|
| How to show 'waiting...' mesage in page after submitting a web form | 26 Oct 2005 14:45 GMT | 5 |
Scenario: This is a reporting scenario where it takes a while to get back a response ( report page ) after submit. I want my user to see some kind of temporary message like
|
| compiled help files | 26 Oct 2005 14:43 GMT | 2 |
hey all, when i call one of these from my web form i always get a dialog asking if i want to open or save. is there a way around this? thanks,
|
| Create a power point and render it to a browser | 26 Oct 2005 14:36 GMT | 1 |
I have to create a power point from a web application and render it on a web browser. I tried automation of office power point on the server but read an article published by microsoft which talks about the problems with server side automation of power point. If I create the ...
|
| drop down list and system.data.common.dbdatarecord | 26 Oct 2005 14:35 GMT | 3 |
sir i m using a class function public selectedrecord(byref tablename,byref column name,byref condition)as odbcdatareader
|
| Image.FromStream problem. Urgent | 26 Oct 2005 14:24 GMT | 2 |
Is GDI+ part of frame work in window 2003? How can I find out if GDI+ is installed on 2003 server? When I delpoy asp.net application on window 2003 I get Arugment exception error. If I deploy the project in XP professional machine it works fine.
|
| User control refresh | 26 Oct 2005 14:24 GMT | 9 |
I have a user control that contains 2 image buttons, when you click one of them, both must change the image source, the thing is that the first time you click any one of them the page appears to do a postbak, but the image source or the image displayed does not change until I ...
|
| Run exe from aspx page | 26 Oct 2005 13:52 GMT | 1 |
Well GoodMorning, Myself Amit bisht a new joinee this group require a help. well my problem is that: I have an exe in charp which i want to call from aspx page on button
|
| Web application deployment? | 26 Oct 2005 13:45 GMT | 1 |
Is it possible to deploy more than one Asp.net Web Application using only one visual studio.net 2003 professional web setup project?
|