| Thread | Last Post | Replies |
|
| Download image as normal file | 17 May 2007 15:45 GMT | 3 |
Is there a good way to let user can download image as a normal file? Like like the image then popup a messagebox ask user whether he want to save it or open it? Cheers
|
| issue with crystal report created from a dataset | 17 May 2007 15:26 GMT | 6 |
Here is my issue, I created a crystal report using a data set from my xsd. Then I created a page with the crystal report viewer control and bound the report to it. When I try to view the report on the browser I get a logon page even
|
| Implementing lookup pages | 17 May 2007 14:38 GMT | 2 |
In my Windows applications I generally use lookup forms to show a list of values to users and these windows are generally modal. Users select any item from list, press OK button and details are displayed on main window. I want to implement same logic in my ASP.NET applications ...
|
| JOB ID: BE1201 >>>Urgent req for Sr.C++ Developer for IL | 17 May 2007 14:19 GMT | 3 |
JOB ID: BE1201 Hi Friends, hope you doing good!!! Urgent req for Sr.C++ Developer for IL Please get me the following profile ASAP.
|
| Regex : IsMatch static vs non-static issue | 17 May 2007 13:23 GMT | 1 |
Came across the following which puzzled me a bit. I havnt been able to find anyting related to the issue so I hope that one in this group might me be able to clarify things for me: When executing the code
|
| ActiveXObject("Shell.Application") | 17 May 2007 13:07 GMT | 4 |
I want to use javacript in my ASPX page, using ActiveX ( ActiveXObject("Shell.Application"); ) to call external application. How I know if the IExplorer settings for ActiveX is enabled ? Any helper javascript class for do it ?
|
| Find Window from Client-Side (ActiveX?) to Copy Contents into Web | 17 May 2007 13:04 GMT | 3 |
I'm running an asp.net, intranet web application using .net framework 1.1 on IIS5.1 / 6.0. Through the web application, I would like to press a button on the web page, have another window (not web-based or part of current application) brought to the front and focused (findwindow ...
|
| Idea needed: I need a control | 17 May 2007 12:24 GMT | 3 |
Hiya I need a control that will read the contents of a folder of 20 images. It will display the latest image, as well as numbers 1-20 , so that by clicking the number I will get a new image.
|
| Can a vb 2005 usercontrol be used in asp 2005? | 17 May 2007 10:56 GMT | 5 |
I saw one post here that basically said no way, but not sure which vs version was being discussed. Using vs 2005 I develped a user control in a vb project and would like to use that usercontrol in a web app, also developed with vs2005.
|
| what is exact use of SetCacheability? | 17 May 2007 09:37 GMT | 2 |
can anyone tell me what is exact use of SetCacheability in output caching? thanks in advance.
|
| begin and end transaction in two different methods | 17 May 2007 09:35 GMT | 3 |
i am new to this asp.net programming, i have some problem it goes like this: my requirement is that i have to begin a transaction on one button click and i have to commit or roll back on different button clicks
|
| GridView check all | 17 May 2007 09:28 GMT | 1 |
I am trying to add check all functionality to my grid view, but I can't get it to work. Here is my gridview : <asp:TemplateField> <ItemTemplate>
|
| Authentication | 17 May 2007 09:00 GMT | 2 |
I have a aspx login page after the user logins (with correct userid pwd), application allows user to go any other aspx page. If any user try to access a aspx page directly, it redirect to login page. Now I am implementing the scenario with session objects. Is there any ...
|
| browser cache interferes with postback | 17 May 2007 08:54 GMT | 1 |
In my asp.net 1.1 web application there is a page with a url something like userinfo.aspx?userid=107 which has some postback buttons on it. In the GET method (i.e. IsPostBack = false) it fetches some information about that user and stored it in the session, then in the
|
| How to move session database connection string to Registry? | 17 May 2007 08:43 GMT | 3 |
Does anyone know how to move session database connection string from web.config to Registry in .NET 2.0? I know there is a way to do that in 1.1. But I don't know how to do that in 2.0. Thanks.
|