| Thread | Last Post | Replies |
|
| possible to alter the ASP.NET 2.0 HTML editor's tag attribute validation? | 25 Sep 2007 23:11 GMT | 2 |
Iwould like to be able to tell the editor to accept a few custom attributes for the UL and LI tags as valid. Is that possible? Paul
|
| How to submit a bug to microsoft on .NET javascript? | 25 Sep 2007 22:56 GMT | 2 |
The ValidationSummaryOnSubmit method, which is a built-in microsoft javascript method for handling the validation summary control has a bug. It uses 5 variables for rendering the control:
|
| trick to populate with decimal | 25 Sep 2007 22:01 GMT | 2 |
When i try populate a dropdownlist menu using a for cycle i get a list of integers from ( in example ) 1 to 10. How can populate the same list, if working on the code (C#) i wish to get not longer a series of integers, but a series of decimals?
|
| How to get values from custom config section? | 25 Sep 2007 22:00 GMT | 1 |
Given this custom config section: <HttpResourceHandlerSettings compressionOn="true" daysInCache="30"> <fileSets> <add name="FileSet_CSS_Style1"
|
| dynamic call of a function | 25 Sep 2007 21:52 GMT | 5 |
how can i call a function where i recive its name from a query string and i want to call that function (in asp it was with Eval function) and how can i call it if i have parameters too?
|
| Online Payment With ASP.NET Sites | 25 Sep 2007 21:20 GMT | 10 |
OK, Ive been asked to provide a public site with a means of selling some products, I have never done this before, so im a bit of a newbie really. What I am looking for is a method of acheiving this within the ASP.NET develpment arena,
|
| Bug in the CacheDependency or Cache object? Help! | 25 Sep 2007 20:50 GMT | 3 |
Using ASP.Net 2.0 on Vista with IIS6, if I set a CacheDependency on a file into a Cache entry that I insert and then delete a subdirectory in the same directory that the file is located in then my dependency is triggered and my cache object is deleted.
|
| Cannot open database requested in login 'HumanResources'. Login failed for user 'companyDomain\BOSIIS$'. | 25 Sep 2007 20:45 GMT | 3 |
I have an ASP.NET 2.0 Intranet app that works fine on a test server running on Win2003 Server with IIS 6.0. However, it fails when I port it over to the production server running on the same OS. I compared all the configurations and everything matches. I then re-run the
|
| WebClient Upload | 25 Sep 2007 20:38 GMT | 3 |
Have the following code: wkLocalPath = "C:\A\1.jpg" wkServerPath = "http://servername/dirname/1.jpg" wcClient.Credentials = New NetworkCredential("UID", "PW")
|
| Need ID going into Database | 25 Sep 2007 19:51 GMT | 2 |
Could someone assist me. I have the selected value from a tree view going to another page with this code: Response.Redirect("RequestForm.aspx?TitleID=" & TreeView1.SelectedValue)
|
| Upload File in an UpdatePanel (AJAX) | 25 Sep 2007 19:11 GMT | 2 |
I'am sure this has been discussed many times, but my search for the best approach hasn't turned out well - so far. Like hidden iframes... well I understand that a full page postback is needed to make the upload file to work.
|
| RadioButtonList problem... | 25 Sep 2007 17:43 GMT | 1 |
I'm currently using a GridView and during the RowDataBound event, I am populated a radio list within the row. The problem is, when I click a button on the bottom of the page, I am able to grab the RadioButtonList from the GridView; however, it is not retaining the
|
| Accessing invisible control in Javascript | 25 Sep 2007 16:16 GMT | 3 |
I have below label which is invisible when the page loads. <asp:Label ID="lblTest" runat="server" Visible="false" Text="Test"></ asp:Label> Now if I want to make this label visible on the web page, I used
|
| problem with ajax toolkit | 25 Sep 2007 15:31 GMT | 8 |
I installed the latest version of AJAX toolkit today and start playing with it. I can not add any AJAX control to my page. When I try to add it, it is added as follow: <cc1:TabContainer ID="TabContainer1" runat="server">
|
| An SQL question | 25 Sep 2007 14:37 GMT | 18 |
This is more of an SQL question, but I would like to know how to do it in SQL Server. In a given table I have two columns of importance. The first is account number (and it is a foreign key). The other is agent_id. The combination
|