| Thread | Last Post | Replies |
|
| Dependency. | 18 Feb 2008 20:58 GMT | 2 |
I have a solution with 3 projects A, B and C. Project A uses some classes of project B and C. Do I need to copy the DLL's of projects B and C to A's Bin folder every time I build projects B and C?
|
| UpdatePanel not behaving as expected | 18 Feb 2008 20:32 GMT | 2 |
I can't get an UpdatePanel on my page to work. One control - an ImageButton in a GridView - works the first time you click on it, but then freezes all of the controls on the form. The paging controls of the GridView refresh the entire page, as if the UpdatePanel wasn't
|
| How to pass user name and password to Apache server. | 18 Feb 2008 20:19 GMT | 1 |
I'd like to have a user be able to login on an asp.net 2.0 web page, then redirect them to download some files that reside on an Apache server. The issue I'm having is that I need to be able to pass the user name and password entered by the user on the aspx page to the Apache ...
|
| display data to user question | 18 Feb 2008 20:16 GMT | 16 |
I'm stuck on something and I've been trying to find some examples on it. I'm trying to show the data to my users as such: year1 year2 Q1 Q2 Q1 Q2
|
| httpWebRequest / Javascript | 18 Feb 2008 18:38 GMT | 4 |
Does anybody here have an example of using the httpWebRequest object in ASP/JavaScript (um...JScript)? I need the basic ability to retrieve a web page (most likely requested via a POST) into a string variable. ** Tom **
|
| combine 2 rows into 1 | 18 Feb 2008 17:16 GMT | 7 |
Is it possible to create 2 rows of output from SQL into 1 row for display purposes? My output looks like this row1 1 2 3
|
| How do I set Datagrid column widths (ASP Vb.Net)? | 18 Feb 2008 16:47 GMT | 1 |
I am new to Datagrids and asp.net (VB). In the sample code below, how do I set the Datagrid widths of the 4 columns I have from the query I have in the in the Access database? </head>
|
| Datagrid - include jpegs | 18 Feb 2008 15:03 GMT | 3 |
In one of the 4 output columns of my Datagrid, I have a Yes/No Boolean field. I'd like to show a graphical tick (e.g. tick.jpg) or a cross e.g. (cross.jpg) instead of True/False or Yes/No.
|
| <%# Bind(colname) %> in custom formview template | 18 Feb 2008 14:56 GMT | 5 |
I have a custom insert template in a formview control. If you create formview insert and update templates at design time, you can bind their controls to a datasource using the Bind syntax, for example, <asp:textbox id="TextBox1" text='<%# Bind("dbField") %>' .../>
|
| GridView Update | 18 Feb 2008 14:26 GMT | 2 |
I'm filling a GridView with a simple sproc select statement. I'm trying to use the Update tab to create an update statement and using the following: Update Shipping_Requests
|
| Object reference error - Microsoft code | 18 Feb 2008 14:25 GMT | 2 |
I am getting an error "Object reference not set to an instance of an object." using code taken directly from MSDN for GridViewUpdatedEventArgs.OldValues property. I am trying to view the old and new values from before and after a row is updated. Below is the code I am
|
| issue for background-image in a td tag | 18 Feb 2008 10:20 GMT | 4 |
I have some HTML tags in a .ascx control If i use style="background-image" in a <td> tag on that ascx control, i can see the jpg file on design-time but it does not work in run-time for master-pages..
|
| Problem with module UrlRewrite to web application | 18 Feb 2008 08:44 GMT | 3 |
If anyone can solve this problem, I'd be very grateful. I've put together a web application that will run within a virtual directory and uses an HttpHandler to parse requested URLs and loads a different page in the background, depending on the URL requested.
|
| determining dynamic checkbox control's Checked value | 18 Feb 2008 08:11 GMT | 1 |
I'm dynamically adding checkboxes in the Page_Load (regardless of PostBack). When IsPostBack, the checkboxes display as I expected and their checked/unchecked status is also as expected. At this point, I want to find particular checkboxes and determine whether they are ...
|
| gridview column values to another page via gridview hyperlink column | 18 Feb 2008 06:17 GMT | 3 |
I have a GridView on a page called "MissingPersons.aspx". One of the columns is an unbound hyperlink column. I do not want to show the "select" column in the grid. So "Enable Selection" is not checked. The grid is a list of missing people. Visitors can look at the list and click the ...
|