| Thread | Last Post | Replies |
|
| Problem modifying GridView cells at OnDataBound | 21 Nov 2007 16:29 GMT | 3 |
I have a GridView which is bound to my database. The leftmost column of the GridView has a value of either 0 or 1, and I need to highlight the cell of column 3 if the leftmost column has a value of 0. After highlighting, I want the leftmost column to
|
| encoding javascript | 21 Nov 2007 16:29 GMT | 1 |
Hi all, misters. What is difference between two encoding methods below and what method can be considered more "web safe" ? Important: fully retaining functionality of the original source code,
|
| IBuySpy | 21 Nov 2007 16:24 GMT | 1 |
A while back I used IBuySpy to help build an ASP.NET e-commerce app, but I have noticed that this no longer exists on the Microsoft website. Is there a replacement for it?
|
| moving IFRAME to top, losing REQUEST.PARAMS | 21 Nov 2007 16:17 GMT | 1 |
When I move an IFRAME page back to 'top.location' ( eg with some javascript in the page : if (top !=self) top.location=self.location; ) it appears to be losing the contents of REQUEST.PARAMS.
|
| Basic web server to server security question | 21 Nov 2007 16:11 GMT | 2 |
I need to provide some basic security between two web servers. It needs to be simple to implement. The scenario is as follows: 1. User logs on to website using ASP.NET authentication/authorization 2. They see a list of hyperlinks to documents to download
|
| Design issue with a try....catch....finally block | 21 Nov 2007 16:09 GMT | 2 |
Hi, I'm wondering if anyone can give me any ideas/good practice/advice. I've got a web form which a user inputs lots of data into, then presses submit. The submit button uses two classes to input data into 2 tables. I want to put a try....catch...finally block into the data input ...
|
| writing to config file | 21 Nov 2007 15:45 GMT | 3 |
Below is the code that i using to change the config file settings. When I do the changes to the config file through this code, It seems that it updated the config file with the changes, but when I got the file, the changes are there.
|
| Attributes.Add Onclick (javascript) trapping CANCEL | 21 Nov 2007 15:43 GMT | 2 |
re: Attributes.Add Onclick (javascript) trapping CANCEL Hello. The following asp.net/vb.net code produces a confirmation Submitbutton.Attributes.Add("onClick", "return confirm('Is this okay?')")
|
| web deployment projects dont work? | 21 Nov 2007 15:30 GMT | 4 |
I tried to do web deployment projects and they dont work. Doesnt seem to matter what I end up doing. Here are the errors I keep getting: Note...I don't have IIS on my computer... Error 1 It is an error to use a section registered as
|
| Change report path in ReportViewer control | 21 Nov 2007 15:23 GMT | 1 |
I have a reportviewer control. I programmatically set the local report path based on a drop down on a page. This allows the user to choose which format (RDLC file) to use when generating the report. The first request, the report processes properly, however if I choose
|
| Multiple Selection and Paging | 21 Nov 2007 12:03 GMT | 1 |
Hi misters, I have an application web asp.net 2.0. I have a aspx page with Datalist and paging. Now, I want that the user can select several rows of DataList (multiple
|
| PasswordRecovery issue | 21 Nov 2007 11:58 GMT | 2 |
Does anyone know how to change the current mode in the PasswordRecovery control? I have an instance on the "login.aspx" page and, after the user has successfully had their password emailed to them I was hoping I could
|
| Looking for a rapid development tool | 21 Nov 2007 11:11 GMT | 2 |
Does anybody have any tools that they would recommend for rapidly building ASP.Net (VB) applications from a entity relationship diagram?
|
| changing the bin folder of a web application? | 21 Nov 2007 10:26 GMT | 2 |
Is there a way to change the bin folder of a web application so that it will look for its dll files somewhere other than the default bin folder?
|
| RegularExpressionValidator set case insensitive for both client and server ValidationExpression | 21 Nov 2007 09:54 GMT | 2 |
I've having trouble getting this expression to work in both javascript and server side. (?:^.+\.)(?i-msnx:((jpg)|(gif)))$ I'd like to apply a ValidationExpression which is case insensitive and works
|