| Thread | Last Post | Replies |
|
| URL Rewriting in ASP.NET | 29 May 2008 10:28 GMT | 2 |
I have page www.mysite.com/?Name=John I want that it be www.mysite.com/John How to do this url rewriting?
|
| Use Excelsheet in ASP.NET for calculation | 29 May 2008 10:08 GMT | 5 |
I want to use a difficult Excelsheet as source for my calculation in a ASP.NET (C#) page. I have 5 input fields on my ASP.NET page and when I press the submit button I want to put these values into the sheet in cell A1:A5. And then in A6 an awnser will appear, this awnser needs ...
|
| Dynamically enable menu item - (not based on roles) | 29 May 2008 07:46 GMT | 3 |
Im trying to disable/enable menu items in my webproject depending on some values. The menu is defined in a masterpage and has a sitemap associated to it.
|
| Problem with groupvalidator | 29 May 2008 07:42 GMT | 3 |
I've a little problem with the groupvalidator opition. It's intended for grouping a set of form field and validators (custom or not) to be validated against the form submission, leaving different groupvalidator's field out of the verification process.
|
| Combining all dynamic scripts into 1 | 29 May 2008 05:52 GMT | 3 |
I want to reduce the number of scripts (js) the client has to download . If I'm using validators and some other stuff, The page have 5-6 dynamic scripts.. Is it possible to tell the framework to combine all the scripts necessery to
|
| Making 1 control invisible while showing another in the exact location of the invisible one | 29 May 2008 04:08 GMT | 5 |
I have 2 TextBoxes and an Add button on a page. When the user fills in the TextBoxes, the values are added to a dataset table. When the page gets done reloading, the TextBoxes are turned into readonly mode, the requiredFieldValidaters are set to disabled, the character counter ...
|
| using a switch block to determine the direction of methods and events | 29 May 2008 00:51 GMT | 1 |
I have a method called FreezeWizardStep. I want to use a string argument called WizardStepName (string). A switch block would determine what needs to be done based on the wizardStepName. Should this be done or should I stick to smaller individual methods that freeze each wizard ...
|
| how to get the int value to the database | 29 May 2008 00:34 GMT | 1 |
I have a registration from in a aspx page. I also have a textbox contol which takes the int value to be inserted in the database. this control is not mandatory.
|
| Control to rotate through images/other on ASPX web page? | 29 May 2008 00:26 GMT | 2 |
Is there a control (either built-in or 3rd party) that I can put on my web page that I can set up to "rotate" through, let's say, images of employees at our company... say 5 seconds each. I'm guessing it would pull from an XML file or similar. Hopefully, the user
|
| Converting to C# | 28 May 2008 22:33 GMT | 1 |
Hi, how do I convert the vb6 loop For code below to C# asp.net 2.0? What would be the Step on C#? For k = Len(Strg) To 1 Step -1 'VB6 'Do somethin
|
| How filter dropdownlist data | 28 May 2008 21:09 GMT | 8 |
I have a dropdownlist that is bound to a query. Is it possible to further filter the items after the fact? The dropdownlist is inside a createuserwizard/createuserstep/contenttemplatecontainer.
|
| Unable to compile website using MSBuild | 28 May 2008 21:06 GMT | 2 |
I have a solution file that contains a number of projects, a web service and a website. These all build fine in VS2008, and all but the website builds fine using MSBuild. The website, however, gives the following error: ASPNETCOMPILER(0,0): error ASPRUNTIME: Could not load file or ...
|
| Databinding problem | 28 May 2008 20:34 GMT | 2 |
I have a drop down list control where I set AppendDataBound to true and added a list item of '<< add new>>' with a value of -1 to use for adding items to the list during data entry. When the user selects the '<< add new
>>' option it runs a Javascript function to get the name ... |
| Running a client side application | 28 May 2008 19:19 GMT | 1 |
Hi All, I'm back again looking for a solution that may, or may not be possible. Using VB I need to determine if a remote site visitor has a particular piece of
|
| z-index not working | 28 May 2008 19:11 GMT | 2 |
Hi I have a menu contol on a master page and some dropdown boxes and text boxes on another page that gets loaded into the place holder of the master page. The dropdown menu on the master page covers the dropdown list boxes on the
|