| Thread | Last Post | Replies |
|
| problem with ListItem databinding | 08 Nov 2007 01:15 GMT | 1 |
I got some old code from a leaving colleague and it is like this: List<ListItem> subProductGroupList = new List<ListItem>(); for (int i= 0; subProductCount < classA.Length; i++) {
|
| VS2005 not showing events window in property pane for any web controls | 08 Nov 2007 00:47 GMT | 2 |
I have an interesting problem. I wanted to see the events available for a control. Yesterday it was a button, today it is a TreeView. When I right click the treeview and go to properties, There is no events button in the toolbar... Any idea how to get it back?
|
| Moving asp.net site to another host... | 07 Nov 2007 22:29 GMT | 1 |
I don't have much experience moving these types of site, but we're changing sites, and I've been asked to move the site to a new server. It's your typical setup Windows server, ASP.Net 2.0., a few SQL databases. Is there an easy/best way to go about this? Any insight
|
| Failed sql SP from EnterpriseLibrary | 07 Nov 2007 22:25 GMT | 5 |
I'm attempting to run a SQL SP from ASP.NET 1.1 using the EnterpriseLibrary. I have successfully creted a connection and am attempting to call the ExecuteScalar method. The problem is that my SP is always returning a value of zero when it should (under the right
|
| Cross Post Pages from Code Behind File | 07 Nov 2007 22:22 GMT | 4 |
Trying to figure out how to do a cross post page within the code behind file. I need to do some calculations before I send a string value to another pages. Here is an example of the concept I would like to achieve.
|
| Authentication windows users | 07 Nov 2007 21:54 GMT | 1 |
ASP.NET 2.0 I'm developing a portal which will be used by the management team at my work. We all have Windows as OS and we all use IE... So I thought about using <authentication mode="Windows" /> but I'm not sure
|
| CS0007: Unexpected common language runtime initialization error -- 'Access is denied. ' | 07 Nov 2007 21:45 GMT | 1 |
Hi Group, This annoying and mysterious error has been troubling me for quite sometime now. The detailed compiler output is below : -------------
|
| SqlDataSource WHERE clause | 07 Nov 2007 21:39 GMT | 3 |
I'm sure this will be a simple one... I have a SqlDataSource that I need a WHERE clause on it ONLY when the querystring contains "ProjectID", otherwise I don't need it.
|
| nested drop down | 07 Nov 2007 21:28 GMT | 2 |
I have a set of drop downs nested in a datagrid. Each drop down is a size or color for an item. Each row of the grid has a button which leads to a cart. When a user selects something from the first row or nested drop downs the page refreshes, the correct item is selected in
|
| Cookies on different servers | 07 Nov 2007 21:08 GMT | 2 |
I've put together a project on my local server which is running perfectly. When I uploaded the code to my server, while it continues to work perfectly for my computer, on any other computer I get an error:
|
| Content backcolor question (I'm doing this wrong) | 07 Nov 2007 20:57 GMT | 4 |
I'd like to set the background color for a content region but the content placeholder doesn't have such a property, so I tried using a panel. The panel doesn't seem to grow as it should to hold all the controls and tables and such. I have to manually set the height which
|
| Frontpage for editing ASP.Net pages? | 07 Nov 2007 20:45 GMT | 5 |
I am somewhat new to ASP.NET and doing some ASP.NET development. My manager would like me to create the asp.net pages, then send them on to a web designer for finish up making visual changes using Front page. Does front page support asp.net? I am using Master pages to set the
|
| Redirecting to a website using basic authentication | 07 Nov 2007 20:32 GMT | 3 |
I am in a web site A. I want to redirect to a web site B with basic authentication. HttpWebContext and WebRespose methods are downloading a site page as html and this is not helping me. I dont want to get the HTML , i want to redirect to the web site b with basic authentication.
|
| What is DetailsView,FormView,DataList,Repeater? | 07 Nov 2007 20:16 GMT | 2 |
What is DetailsView, FormView, DataList, Repeater components? Any differences? VS 2005 asp.net C#
|
| AntiXss Using Internet Access? | 07 Nov 2007 20:11 GMT | 3 |
We are currently using the AntiXss library in many of our classes for multiple applications. However, we have found that for some reason, when a method is called on it, a request is generated over port 80 to 131.107.115.28. Our web servers do not have open access out to the
|