| Thread | Last Post | Replies |
|
| Mixed Authentication, ASP.Net 2.0, IIS 5.0 | 27 Jun 2008 15:20 GMT | 3 |
Can someone point me to a ~working~ example of using mixed authentication in an ASP.Net 2.0 website? I have been screwing around with this all day and I am no closer to a solution. It seems to me that this sort of thing should just be "built-
|
| How to set text in RadioButtonList from code behind? | 27 Jun 2008 08:36 GMT | 3 |
I have a RadioButtonList like this: <asp:RadioButtonList ID="lstReportType" runat="server"> <asp:ListItem Selected="True" Value="CompanyCheck">Text 1</asp:ListItem>
|
| Why do invisible controls still take up room on asp.net page? | 27 Jun 2008 08:01 GMT | 2 |
I have a page that has a menu running down the left side. When I load a wide gridview into the page, that gridview doesn't fit to the right of the menu. So it gets moved below the menu. I tried making the menu invisible, but the gridview still appears way down on the page.
|
| how to spider web page with button and hyperlink | 27 Jun 2008 07:25 GMT | 3 |
I have been writing C# programs to spider yellow page to get list of restaurant name, address to the database. When I encounter button or hyperlink, I don’t know how to use the program to click the button or hyperlink. Does anyone have this type of sample code in either C#, vb ...
|
| debugging an application with a webservice | 27 Jun 2008 05:12 GMT | 1 |
First off, let me say I've never created more than the obligatory Hello World tutorial types of webservice Second - all of a sudden, after a developer left, his application is dumped in my lap with a bug and I have no idea how to step through the code in the
|
| Export data to Excel from a different aspx page? | 27 Jun 2008 03:22 GMT | 2 |
I export the contents of my datagrid controls to Excel using the following Sub: Sub WriteToExcel(Sender as Object, E as EventArgs) Response.Clear()
|
| gridview control, trying to set selected value in a dropdown list | 26 Jun 2008 23:55 GMT | 3 |
I have a gridview control with a template column that has a dropdown list. I am trying to set the selected value with the code below but it does not seem to work. It runs ok, no error but the value "minor" is not showing up as selected, any ideas, thanks.
|
| using a single sql membership for 2 web applications | 26 Jun 2008 18:34 GMT | 3 |
I have 2 web applications that need membership added to them. 1 is an admin module for the admin to control the website and the other one is contracts module where customers/clients can login and manage their contracts. I want to use 1 centeralized membership provider and ...
|
| Exporting to Excel directly from ObjectDataSource? | 26 Jun 2008 16:37 GMT | 2 |
Hey all, I have a gridview with an objectdatasource. I've been using the below code to export to excel: gvITV.AllowSorting = False
|
| table height 100% | 26 Jun 2008 15:17 GMT | 1 |
How can I force a table to get an height of 100% with CSS? I'm using VisualStudio 2005. Thanks MAX
|
| Accessing value of hidden table cell | 26 Jun 2008 14:27 GMT | 2 |
I've created an ASP table which is dynamically populated and it has a hidden column at the end. The cell is marked as invisible but when I try and obtain the cell value in client side script (JavaScript) then the cell does not exist in the row's Cells collection. If I flag the ...
|
| Error + Send Mail + ERROR: Failure sending mail. | 26 Jun 2008 14:13 GMT | 5 |
Hi, everyone I try to send a simple e-mail witch this Code, but always send me a error messages: "ERROR: Failure sending mail." Thansk You.
|
| Checking for the presence of a webapp | 26 Jun 2008 11:08 GMT | 2 |
In a webapp I'm writing I need to know if another webapp is running (both of which are asp.net), is there a way that you can check for the presence of another webapp? The problem is that my first webapp sends an invite to users to visit
|
| Maintain formatting | 26 Jun 2008 11:05 GMT | 1 |
I want to fill a textbox or a label or with lines from a listbox. I want to preserve the lline for line as it comes from the list box. I do not want the test to run-on. I suppose it is okay to wrap if it is longer than the width of the control.
|
| Using PostAcquireRequestState in global.asax | 26 Jun 2008 09:14 GMT | 4 |
I have the following situation. If a user browses to http://domain/somemiscURL.aspx without going through the front door I need to catch the request, forward them to a login page and then, on completion, send them to the original page that they requested.
|