| Thread | Last Post | Replies |
|
| FindControl not working | 29 May 2008 22:06 GMT | 15 |
I'm not sure what I'm doing wrong. Here's my code: Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load Dim hyp As HyperLink = CType(Me.FindControl("hypFilt" &
|
| User Login | 29 May 2008 20:53 GMT | 2 |
I have an ISO that stores the MSSQL database on a different folder. Is it possible to connect the Login Forms to a database on another MSSQL server or to an Access Database file? I can't use the file aspnetsb.mdf file for my Login forms on my honepage.
|
| can't change radiobuttonlist displayed value in normal mode of gridview | 29 May 2008 20:22 GMT | 1 |
The gridview contains a radiobuttonlist with boolean values (true/false) coming from a database. In normal mode, the gridview displays True or False for that field. What i want is to change True' and 'False' by 'Yes' and 'No' in normal mode.
|
| Validators | 29 May 2008 20:13 GMT | 4 |
Is there a way to always show the validators? I want to use validators and don't have to bother with field validation (Page.IsValid)... But there is an esthetic requirement : always show the little stars "*"
|
| error constructor with no parameters does not exist | 29 May 2008 19:42 GMT | 1 |
Hi I am using a dataobject and trying to add two select parameters as follows: ObjectDataSource1.SelectParameters.Clear(); ObjectDataSource1.SelectParameters.Add("DepartmentID", ("1"); ObjectDataSource1.SelectParameters.Add("Active", "1");
|
| The type initializer threw an exception | 29 May 2008 17:41 GMT | 3 |
I have an ASP.NET application that uses a static class for caching xml document and compiled xsl transforms. This has been working fine up until now when I'm trying to install it to an additional webserver (we had 4 previously), which gives me the error "The type initializer for
|
| asp:button question | 29 May 2008 17:33 GMT | 3 |
Is it possible when an asp:button is clicked I can have the button use javascript client side code and fire the click event for the button for server side code? Code below is an example of what i'm trying to do:
|
| dataset merging | 29 May 2008 16:39 GMT | 2 |
I am trying to get my head around dataset merging but despite a little research I could still use a pointer (or ten). Basically I want to perform an outer join operation on a dataset (created from a file operation) and the resulting sql query based on the contents of said dataset ...
|
| Gridview and FileUpload ItemTemplate | 29 May 2008 16:36 GMT | 2 |
I have a gridview with 2 columns. One column is a BoundColumn to a part number (string). One column is an ItemTemplate with a FileUpload control. There can be multiple rows (i.e. part numbers) in the gridview.
|
| ASP.Net Web Site not showng in New Web Site window of Visual Studi | 29 May 2008 15:41 GMT | 2 |
In Visual Studio 2008, I suddenly no longer have the option of selecting ASP.Net web site project in the New Web Site window, only ASP.NET web application project is available. How can I restore that option???
|
| Ajax calendar, not working correctly | 29 May 2008 15:31 GMT | 3 |
Hi I am using an ajax masked edit extender along with a text box and masked edit validator and calendarExtender. It was working correctly but now for some reason when the user selects the image button the calendar does popup but when a date is selected the date is not displayed ...
|
| why does control remain visible after postback? | 29 May 2008 15:15 GMT | 9 |
i experimented with postback and viewstate. With this code, there are 2 dropdownlists created, one visible and with AutoPostBack true, the other not visible and no AutoPostBack, and one button . The first time, when i choose value "b" of DD1, the second DD appears. That's normal.
|
| login problems | 29 May 2008 15:13 GMT | 1 |
i really need this little problem solving... i have used the asp.net login / registration wizards to set up a secure area. everything works great but not when uploaded to the server.
|
| Response.Redirect vs. Server.Transfer - using ~ operator | 29 May 2008 13:38 GMT | 3 |
I apologize in advance for the length of this post. I wanted to get as much detail as possible in here. We have 1 web app that contains the functionality to do some single sign-on logic. The flow is
|
| Editing Excel | 29 May 2008 12:12 GMT | 2 |
I'm downloading an Excel file from another server, putting it in bytes, and saving it on my server in order to pull off information from it. The file itself is set up properly, so in theory, I should be able to access it with SQL statements. However, the files first
|