| Thread | Last Post | Replies |
|
| Access a com component | 28 Apr 2006 18:55 GMT | 2 |
I have an ASP.NET 2 web page that needs to load a com component and display the results from a method. I keep getting the error CS0117: 'object' does not contain a definition for 'DataPoints'
|
| Flicker effect with onmouseover Asp.net buttons Internet explorer | 28 Apr 2006 18:52 GMT | 1 |
I'm putting custom tooltips on my buttons and am getting a flicker effect with buttons in Internet explorer (not firefox) When you mouse over a button in internet explorer, the outline of the button turns from blue to orange, when this happens, my tooltip
|
| UserControl with Gridview: Set DataSource: NullReferenceException | 28 Apr 2006 18:02 GMT | 7 |
I have a WebUserCOntrol with a GridView and I am attempting to set the DataSource of the Gridview in the User control from the parent ASPX page. I have the following property in the user control... public DataTable DataSourceTable
|
| Security Zone In IE! | 28 Apr 2006 17:27 GMT | 1 |
Hi Guys... it's been awhile since I 've last posted.... Does anyone knows how to get the Security Zone using Javascript or Server Side Script? say like when you access a Web page.... the bottom right of the
|
| SQLDataSource Configuration not allowing Update, Delete or Insert | 28 Apr 2006 17:18 GMT | 3 |
I created a new table in Visual Web Developer for SQL Server Express 2005. I created a 'gridview' by dragging the table onto an empty web form in Visual Developer Express. Clicked on the smart tag 'configure data source'. When I click Advanced
|
| Help - Need to allow Java Client to post form data to ASPX Web Page | 28 Apr 2006 17:17 GMT | 1 |
I'm trying to setup an ASPX web page such that an existing Java Client can post form data, and I'm running into a problem. The existing Java Client doesn't set any credentials, and when I try to post to my page, the Java Client gets a 401 error. My own C# client works because I am
|
| FormView - RadioButtonList binding | 28 Apr 2006 17:17 GMT | 2 |
I have a radio button list control in the edit item template of a formview, as below. I want to bind this to a bit field from my sql database, however I can't seem to figure it out. Could some please provide me assistance on how to do this?
|
| flash detection in asp.net (vb) | 28 Apr 2006 17:12 GMT | 1 |
I am looking for some flash detection code for an asp.net website, but all the samples I find are in classic asp and Im having trouble converting them over. Does anyone have any flash detection code written in asp.net that I
|
| Caching (possibly IIS related?) | 28 Apr 2006 17:11 GMT | 7 |
I have a web application which gets *very* few hits, especially as its only just been launched, but even after that it'll be a "quiet" site. My problem is that when I am the first person to visit it for the day (like this morning) it takes much longer to load - my understanding ...
|
| Themes | 28 Apr 2006 17:08 GMT | 5 |
I keep reading that there should be a couple of built in themes in the directory ..\Microsoft.NET\Framework\v2.x.xxxxx\ASP.NETClientFiles\Themes I've yet to see any machine with this 'Themes' directory.
|
| more than one login at a time from the same machine | 28 Apr 2006 17:03 GMT | 7 |
Is it possible to allow users to do more than one instance of the web application with different logins. our application uses session extensively, which meens effectively the users should get different sessions.
|
| DetailsView formatting | 28 Apr 2006 16:50 GMT | 5 |
The default format for the DetailsView control is for there to be a row per field. Is it possible set it to show more than one column per row (see below)? ID ... Name ...
|
| Run script from asp.net | 28 Apr 2006 16:48 GMT | 1 |
I have the following problem. I have a webapplication written in asp.net and a SQL-Server database. The webapplication has a public and a private part. The users for the private part come from an oracle database. I also have a linked server
|
| page_load triggers 2 times | 28 Apr 2006 16:31 GMT | 2 |
Ive created a webform in asp.net. When the page is called the page_load event get called 2 times before the page is loaded. I remember i have had this problem now and then from the start of .net
|
| ObjectDataSource: UpdateParameters ignored when specifying DataObjectTypeName? | 28 Apr 2006 16:25 GMT | 1 |
I've got the following: <asp:ObjectDataSource ID="lu" runat="server" TypeName="cFactory" SelectMethod="GetLookup" UpdateMethod="UpdateLookup" DataObjectTypeName="cLookupItem">
|