| Thread | Last Post | Replies |
|
| Sharing a master page with 2 web applications | 20 Jun 2008 07:12 GMT | 1 |
How do you share a master page between 2 different web applications that are in the same vs2008 solution?
|
| Protecting unauthenticated users from downloading .swf files | 19 Jun 2008 23:37 GMT | 1 |
I have in the past had succes with protecting pdf-files from download by unauthenticated users by adding an application extension in IIS and mapping pdf.files to be served by the aspnet-process. I am currently faced with the same challenge - just for swf-files (shockwave
|
| ImageButton and download file | 19 Jun 2008 23:33 GMT | 3 |
I want to put a image button on the page where if user clicks should download a zip file for the user I could do it following way but I want to put asp.net button. <a href="Myzip.zip"><img src="images/download_trial_btn.gif"/></a>
|
| Using drag and drop in an web-application? | 19 Jun 2008 23:32 GMT | 3 |
I would like to be able to use drag and drop in a web-application - and implement it in a fairly easy way. I have seen it done "by hand" with layers, javascript etc, but that is tedioius and timeconsuming to implement.
|
| changing color of a string inside an asp.net textbox | 19 Jun 2008 21:12 GMT | 5 |
It would appear I cannot do this unless it's a richtextbox... but is there any way I can change the color of a given string inside a textbox control? Maybe with javascript? Postrender? CSS?
|
| backgroundcolor not rendered with Netscape, Firefox | 19 Jun 2008 20:30 GMT | 4 |
i created a table with cells. One cell has background-color (LightSlateGray) and contains a label without text but also with a backgroundcolor (red). The width of the label is set by a value which represents a percentage of another value (doesn't matter).
|
| Server.Transfer | 19 Jun 2008 17:26 GMT | 2 |
Getting this error when doing server.transfer( “response changed error”) and it goes to an infinite loop. Any ideas will be greatly appreciated -R
|
| How to read file from mapped drive ? | 19 Jun 2008 16:49 GMT | 1 |
I developed the program for multi use. The program reads data from the text file and puts modified data back to another file. This program was uploaded to mapped network drive. When I try to run this program from my computer (doesn't matter if it is on my local drive or on
|
| c# how to execute code and then submit a form | 19 Jun 2008 16:28 GMT | 6 |
I'd like to use a button to save and then submit a form. I can set the onlick of the button to mahButton_click or submit, but I can't figure out how to do both. It looks like c# can't call a form's submit. I've found how to post
|
| underlining a row in a repeater control | 19 Jun 2008 16:19 GMT | 2 |
Hi I have a repeater control as shown below. The Itemtemplate contains a table with linkbuttons in each column of the row. However I wish to change the stlyle of the link button to text-decoration:underline on mouseover and
|
| cause webpage one to reload when webpage two is closed. | 19 Jun 2008 16:02 GMT | 14 |
Hi I tried a google search but could not find anything. I am trying to cause one webpage to reload when a second web page is closed. The second webpage loads data into a session variable and when closed I need to reload the first page loading in the data from the session ...
|
| gridview not displaying data. | 19 Jun 2008 15:53 GMT | 4 |
Hi I get the error (the data source for the gridview does not have any properties from which do generate columns) I am binding the data as follows, errors out on the databind line. The linksDataRepository is retrieved from a session variable and is working
|
| Correct Permissions | 19 Jun 2008 15:22 GMT | 1 |
I am developing a web application (to be used both in Internet and Intranet) and users are allowed to upload files. I need to choose the best method to handle permissions. Searching on the Internet, I found the following methods:
|
| hidden fields now showing in grid in asp.net | 19 Jun 2008 12:41 GMT | 1 |
i'm trying to convert a site i work on to be "ajax enabled" so far basically working out, but i have an issue that has me stumped. we have a page that is basically a control panel that is made up of a bunch of portlets that are nothing more than controls on an asp page.
|
| Is it possible to integate the asp.net version 1.0 web form with asp.net 2.0.?? | 19 Jun 2008 11:18 GMT | 4 |
I want to integrate the one form which is using asp.net 1.0 with my application which is running on asp.net version 2.0. Is it possible.?? any ideas on this..?? Thanks in advance.
|