| Thread | Last Post | Replies |
|
| !!!HELP!!! Errore debugging a solution | 28 Apr 2006 07:53 GMT | 2 |
I've create a simple solution into my pc that read some data from an Access DB and send them via WebServer to another DB. When I try to include a WebService into my solution and run it in debug mode, this dialog box appers
|
| Custom validator and Checkboxes | 28 Apr 2006 07:43 GMT | 2 |
I am writing a custom validator by extending CustomValidator in order to validate three fields as follows: If checkbox true then textboxA and textboxB must have data in. The problem I am having is that whether the checkbox is ticked or not it
|
| update binding in server-side tag | 28 Apr 2006 05:53 GMT | 2 |
i've got a <tr> in an asp.net 2.0 formview which i set runat="server" so that in the code, i can set visible=false for that row if the user isn't admin. In this row, i have a drop-down with two-way binding. for some reason, this control isn't getting picked up in an update, ie
|
| Handlers not getting called | 28 Apr 2006 03:01 GMT | 1 |
I am developing an Web Application in ASP.Net with C#. In this application I have used the IsApiRewrite tool for Rewriting the URL. I have got a page named Images and this page has got a dropdownlist. When the dropdown list is autopostbacked then the original URL gets appended to ...
|
| .net 2005 | 28 Apr 2006 01:44 GMT | 4 |
what are the latest/greatest features in .net 2005? I will appreciate if you could provide links to some recorded webinars. Thanks.
|
| Best practice : Displaying a waiting page | 28 Apr 2006 00:50 GMT | 2 |
I am looking for a way to display a waiting page whilst some processing is happening. Depending on the result of that processing I may go back to the original page ( and maintian view state) or go on to some other page. I have a threaded approach working but when going back to ...
|
| How do I access the DOM objects using javascript. | 27 Apr 2006 23:48 GMT | 5 |
I have a problem in that I need to access the value (text) in an asp:textbox using javascript. Is there any way to do this or am I all wet? Do I have to use VBScript to access asp: objects? Thanks in advance for your help!
|
| show following year and passed | 27 Apr 2006 23:34 GMT | 10 |
I have a drop down where I'm showing 3/31/2006 and the passed 5 years, I need to also show month end for the following year and still show the passed 5 . So I need 12/31/2007 and back 5 years from today, how can I do this?
|
| Using RewritePath - but I want to send the user to a 404 | 27 Apr 2006 23:13 GMT | 3 |
For a customer I have created a website, where we use dynamic url-rewrites by using rewritepath in global.asa. Ie the url /products/gizmo.aspx does not really exist, but I look gizmo up in the db and find the relevant product, and then do a rewritepath to
|
| File transfer from server to client (Silent Download) | 27 Apr 2006 23:06 GMT | 2 |
I have some unique situations where i need to transfer a file from Server to client but without any Open or Save dialog box shown to the user. The file should save itself directly to client machine. I want to transfer word (.doc) file from server to client without
|
| File Transfer from server to client (silent Download) | 27 Apr 2006 22:52 GMT | 3 |
I have some unique situations where i need to transfer a file from Server to client but without any Open or Save dialog box shown to the user. The file should save itself directly to client machine. I want to transfer word (.doc) file from server to client without
|
| write unicode data to a file | 27 Apr 2006 22:50 GMT | 1 |
I have to "PUT" data to a Unicode file... a file that has the "FF FE" mark at the beginning of the file. How do i do that. What HTTP header do i need to send so that the data is stored in the Unicode file. Right now when i "PUT" the data it sores
|
| SqlDataReader Limitation? | 27 Apr 2006 22:27 GMT | 3 |
Is there a limitation on how many rows can be fetched using a SqlDataReader in ASP.Net 2.0 ?
 Signature Thanks,
|
| redirect from https to http w/o security warning | 27 Apr 2006 22:11 GMT | 5 |
I'm sending users to a secure page https to fill out a registration form. When they're done I show a thank you page. I need to return the user to http mode after filling out the form. If I use response.redirect I get a security warning when transitioning from
|
| Cross Browser? | 27 Apr 2006 22:07 GMT | 15 |
So I'm half way through overseeing a large project in ASP.NET 2.0. My superiors have decided that it would be nice if we ensured the site worked on all the major platforms (as they see it: IE, FireFox, and Safari). We've made heavy usage of the new MENU control and other ...
|