| Thread | Last Post | Replies |
|
| Shell-out | 15 Apr 2006 22:43 GMT | 2 |
I have a program C:\MyDir\MyProg.exe I would like to place a button on an aspx page to start the program (shell-out) and to pass some command line arguments. Can this be done ?
|
| Possible? Authentication using Windows/Active directory, but access SQL Server using Membership class | 15 Apr 2006 21:48 GMT | 1 |
Hi, I was wondering if someone could advise on if the following is possible. I have one website that is available to the public using Forms authentication and the Membership class, it creates/stores user information in a SQL Server 2005 db. I have another website that will
|
| Multiple web project Assemblies in same bin folder. | 15 Apr 2006 20:12 GMT | 2 |
The way I understand is that one web project has only one bin directory and all reference and project assemblies sit in that bin directory. Scenario is this. I have two web applications (lets say a.dll and b.dll in their respective bin directories.) but my host will only allow one
|
| Asp.NET | 15 Apr 2006 19:52 GMT | 2 |
When I try to execute ASP.NET Application after successful creating and compiling,I get the following message: --------------------------- Microsoft Development Environment
|
| Passing information between pages | 15 Apr 2006 19:51 GMT | 1 |
I have on my page1.aspx the following; Context.Items("Msg1") = msgstr Response.Redirect("Page2.aspx") Page2.aspx has the following;
|
| BottomLineStyle of Crystal Report cannot be shown on Web Page | 15 Apr 2006 18:22 GMT | 3 |
I am working on the formatting of a Crystal Report, I'd noticed that setting BottomLineStyle, and other xxxLineStyle can only be shown when user export the report into PDF format, other than that, displaying such crystal report on ASP.Net 2.0 pages will not show the lines.
|
| Column of tick boxes - how to do it? | 15 Apr 2006 16:46 GMT | 5 |
I have a bound gridview. I need to allow users to select multiple rows and then press the process button to process multiple selected rows. For this I want to use additional column of checkboxes (unbound?) which user can tick. Is there an example of such a scenario somewhere that ...
|
| GridView coloring on client side | 15 Apr 2006 14:06 GMT | 6 |
Hi, All! I need to accomplish such functionality: A data row should be highlighted with the other color if cursor is over it. I also have the old code from asp which uses
|
| plea for help: a newbie's tale | 15 Apr 2006 13:59 GMT | 10 |
I work for a large corporation that has developed and maintained several dozen web sites for various clients in the insurance industry. My responsibilities involve the maintenance of all of these sites from a content standpoint - performing updates, modifying existing code,
|
| Coding of Back Page | 15 Apr 2006 13:46 GMT | 3 |
I got some problem on Back page if i want to go back the previous page by clicking the back button, how to do?? how to get the previous page link or some ease way to do??
|
| Opening a file from pdf in ie | 15 Apr 2006 12:50 GMT | 1 |
I have a small webpage that reads a file from sql server 2000 database and opens it (added the code at the end of this question). Everything works, but the file opens adobe acrobat reader in a new application. However, I want to open the file in ie, so I don't get another box and ...
|
| How to have C# Web page query MSAccess Database and simultaneously populate MSAccess DB? | 15 Apr 2006 12:41 GMT | 1 |
I have some cygwin cron jobs running under the Administrator account populating a MSAccess database that is simultaneously being queried by IIS/ASP.NET/C#. If I manually use windows explorer to allow everyone to read/write/delete
|
| Changing the default URL | 15 Apr 2006 11:49 GMT | 1 |
When I run a website in VS2005 and use the built in web server (I don't have IIS installed) the URL is http://localhost/websitename How can I change this so that it is http://localhost instead? I like to use
|
| New to ASP | 15 Apr 2006 11:43 GMT | 6 |
I have a client that has a list of products on a page. Every time we have to update the list we have to re arrange the blocks with the names of the products. Is there a way in ASP to do this so that we can just add the name and link into a file then it can dynamically create the ...
|
| default properties of datagrid | 15 Apr 2006 05:28 GMT | 2 |
i would like to change the default color of hyperlink in datagrid. the defult color is blue.Is it possible to change the hyperlink column's default blue color to another color..
|