| Thread | Last Post | Replies |
|
| JavaScript and ASP.NET web components properties | 06 Nov 2007 07:02 GMT | 2 |
Is there a way to get or set a property value of an ASP.NET web component? I know that some properties can be accessed but with different names. For example the "text" property of a button control can be accessed by using the "value" property (i.e. from ASP.NET button1.text = ...
|
| Method not found: 'System.Collections.Generic.Dictionary`2 | 06 Nov 2007 06:24 GMT | 3 |
[vs2005, ASP.Net, VB.Net, XP SP2] I have a bit of common code that I've been using for a while to return a dictionary collection of dataobjects. I've made some changes to it and other areas of the project, and suddenly I am getting this error (below) whenever
|
| download ODBC question | 06 Nov 2007 05:21 GMT | 1 |
One of my client's PC (Win XP SP2) is using ODBC 3.52, and I need to install the newer version ODBC for that client. I searched the web and execute the mdac 2.8 sp1, but it won't allow to install on that PC.
|
| setting the Master page of an existing form | 06 Nov 2007 04:24 GMT | 5 |
If I have created a web form, then create the Master Page, how can I set a reference to that Master page from my web form? Many thanks for any answers Ant
|
| To set Column Width for Gridview | 06 Nov 2007 03:42 GMT | 5 |
The following code is copied from a GridView control. Both the header text and the date are displayed in two rows. What is the best way to display the whole data in a single row? Should we specify width? if so, what is the syntax?
|
| Avoid flicking between pages | 06 Nov 2007 03:07 GMT | 5 |
Is there anyway to avoid flicking between pages navigation in Asp.Net 2.0, like smartnavigation atribute in asp.net 1.1? Thanks and Regards.
|
| explain differences - regarding Visual Studio Team Suite | 06 Nov 2007 03:03 GMT | 4 |
Up until now, we've only used VS.Net and Visual Source Safe 6 So - now I hear about Visual Studio Teams Suite and Visual Studio Team Foundation Server What is all this, and how do they fit in the scenario provided by Visual
|
| Button problem | 06 Nov 2007 00:59 GMT | 7 |
If I place a button on either a Web form or an HTML form, when I run the page in a browser, the button stretches right across the screen. This happens with our Enterprise Visual Studio at work & the Web developer Express edition I have at home.
|
| Newbie ASP.NET/Blog question | 06 Nov 2007 00:31 GMT | 25 |
Long-time WinForms, First-time WebForms programmer here... I am in the process of creating a personal web site, and I want to embed a blog in this. I have downloaded and played around with dasBlog, which seems to suit my needs.
|
| I need validation to fail on an apostrophe entered into a textbox for my regularexpression validator | 05 Nov 2007 22:48 GMT | 5 |
<asp:RegularExpressionValidator id="valRegEx" runat="server" ControlToValidate="textbox1" ValidationExpression=" " ErrorMessage="* Please only enter alphanumeric values and make sure
|
| State server and Unable to find assembly error | 05 Nov 2007 21:32 GMT | 1 |
Since I have choosen to use state server for my session variables , I sometimes get this message Unable to find assembly 'App_Web_4nsap3_u, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'.
|
| ASP.NET message box | 05 Nov 2007 21:21 GMT | 4 |
I have a web form with an error message box that pops up when there is a SQL error on the back end, after the web form is submitted. Now, the problem is that the error message pops up before the UI is re-rendered to the page, causing the page to be blank (white background) with ...
|
| Membership Security - disable one email per user restriction? | 05 Nov 2007 21:01 GMT | 1 |
I'm using Membership security to manage a Retailer Site. We have a condition where we would like a set of users to be managed by a single email. Today if you attempt to add a new user and enter the same email for another user you get an error. Is there any way to get around that?
|
| OnClick - Method With Databind | 05 Nov 2007 20:39 GMT | 4 |
Hey all. hope someone can give me a little advice here. I have a GridView, and on each line of it there's an <asp:imagebutton> like this: <asp:ImageButton ID="hlCancel" runat="server" ImageUrl="/details.png"
|
| Getting error when trying to run my console app | 05 Nov 2007 20:37 GMT | 1 |
When I try to run my compiled console application on a Win 2k3 server, I am getting the following error: Unhandled Exception: System.IO.FileNotFoundException: Could not load file or a.s
|