| Thread | Last Post | Replies |
|
| Can you validate a usercontrol property with a CompareValidator? | 25 Mar 2008 18:51 GMT | 1 |
Is there a way to validate a usercontrol's property from the page hosting the control using a comparevalidator control? such as? <asp:CompareValidator id="cvStartDate" runat="server" ControlToValidate="how to reference a usercontrol's property here??"
|
| Passing filename from a hyperlink | 25 Mar 2008 17:58 GMT | 2 |
I have a DataGrid that displays file names from a directory and places them in a HyperLinkColumn as shown below. <asp:HyperLinkColumn DataNavigateUrlField="Name" DataTextField="Name" HeaderText="File Name"
|
| Handling files with & in name | 25 Mar 2008 17:21 GMT | 1 |
I have an asp.net VB application that gets a filename and tries to display it on a web page. It seems to be truncating the name when the name contains "&" in it. Below is what I am using to grab the name. How can I get around that? Thanks.
|
| Binding certain rows to certain columns in GridView? | 25 Mar 2008 16:49 GMT | 2 |
I'm not sure if there is a way to do this...I have data coming back in rows for various currencies. I need to split out the data in a GridView so that all the rows for one currency appears in that currency's column, i.e.
|
| Intercepting All Ajax Calls ? | 25 Mar 2008 16:46 GMT | 2 |
I am using VS2005/.Ajax 1.1 . I need to mask the screen during async calls back to the server. I can do this by surrounding the whole screen with a filtered div to prevent click throughs to controls. The issue is how or when to turn the filter on the div on. Basically, I need
|
| DataContractJsonSerializer and inherited objects | 25 Mar 2008 14:17 GMT | 2 |
I have an object that has a [DataContract] attribute on it and several [DataMembers]. This object inherits from another object that does NOT have any data contract attributes, but whose properties trickle down into the object I'm trying to serialize. This makes the serializer
|
| getting Page.User | 25 Mar 2008 12:37 GMT | 3 |
In C# web projects , i can get some current user info with "this.Page.User.Identity" in aspx pages and can use them like that; this.Page.User.Identity.IsAuthenticated this.Page.User.Identity.Name
|
| how to pass the value between the page and user control | 25 Mar 2008 12:36 GMT | 2 |
I have a user control on a page within a table that is by default hidden through javascript. On a button click, I set the table visibility to inline through an HtmlInputHidden control and users can see the User Control within it. When I click the Submit button within
|
| Refreshing the cache in web farming environment | 25 Mar 2008 12:31 GMT | 1 |
I have some confusion over refreshing the cache in web farming environment. We have two sites: 1) Admin site 2) Client Site We are maintaining many things in cache. Out of which one is say for
|
| Updating the datagrid values | 25 Mar 2008 12:26 GMT | 1 |
I have an asp.net datagrid and it contains six rows. I want to update those values into the database but i dont want to use for each in the datagriditem collection. How I can do that ?
|
| pagination in dynamic datagrid | 25 Mar 2008 12:17 GMT | 1 |
I've a requirement wherein I need to create datagrid dynamically along with the pagiantion implementation in aspx page. I've created the grid dynamically but i've problem with the paging event.. This dynamcially binded event isn't firing...when I click on the page number..
|
| Trying and failing to disable button in javascript | 25 Mar 2008 10:00 GMT | 3 |
I'm trying to disable a button in javascript. At some point I want to do it when a check box is checked, but for testing purposes I'm doing it on the form submit. var frm = document.getElementById('Form1');
|
| User Controls and CSS | 25 Mar 2008 08:18 GMT | 4 |
I've got a user control that uses it's own CSS classes. At the moment, I've put those CSS classes in the <head> section of the ASPX page containing the user control. Ideally, I'd like the user control specific CSS to live with the user
|
| Read/Write from Excel using ASP.Net | 25 Mar 2008 06:50 GMT | 6 |
I've got an Excel file that calculates various engineering formulas, and uses VBA to perform certain tasks essential to the calculations, and I now need to make an ASP.Net page that allows someone to input data into a web form, and be inputted into cells in excel, then return
|
| Javascript error for ConfirmButtonExtender & Modal popup | 25 Mar 2008 06:38 GMT | 3 |
I am using ConfirmButtonExtender & Modal popup for validation .Though everything working fine still I am getting a javascript error- 'null in null or not an object' .
|