| Thread | Last Post | Replies |
|
| dynamically adding databound controls | 08 Mar 2008 19:17 GMT | 3 |
I have a usercontrol which contains two dropdown lists and a textbox. One of the dropdowns is databound, the other is a static list. i add this control to my page via a button click. Inorder to make the control remain on the page after subsequent
|
| Detecting .NET CLR from IE? | 08 Mar 2008 15:01 GMT | 3 |
I would like to detect .NET CLR on user computer to notice him if he will need to install .NET 3.5 runtime from IE. I have tried to detect using the code "Request.Browser.ClrVersion.ToString()" but result version is "2.0.50727" and
|
| HTML not generated on client | 08 Mar 2008 13:08 GMT | 9 |
The code below will not generate the html for ImageSec. Can anyone tell me why? <%@ Page Language="C#" AutoEventWireup="true" CodeFile="DynCtls.aspx.cs" Inherits="DynCtls" %>
|
| Treeview & XPath | 08 Mar 2008 09:38 GMT | 2 |
Hi, I have an issue displaying data with the treeview control. Here is my xml file : <ROOT>
|
| Dynamically set the checkbox column in a gridview | 08 Mar 2008 04:46 GMT | 3 |
I have a GridView with a checkbox column in it called FromInsight, however this is not bound to the dataset, its value is based on another column from the dataset called sourceid
|
| Problem with processmodel memorylimit property | 07 Mar 2008 23:21 GMT | 1 |
Hi EvereyBody: I have the following code that I uesd to download data from my web application: The Code:
|
| odbc connection | 07 Mar 2008 22:30 GMT | 5 |
I've been trying to connect to a postgressql database using oledb. 1. added a system dsn in the odbc datasource administrator 2. connected to the database using visual studio 3. used the connection string created by visual studio in the database
|
| ASP.NET Integrated Windows Authentication | 07 Mar 2008 22:08 GMT | 2 |
We have developed Web Application using ASP.nET 2.0 with C#.The web site will be accessed by Intranet users(Within Domain).Currently we are using Integrated Windows Authentication. I have done following in Web.Config.
|
| Code Behind File Function ASP.NET 2.0 Page Load | 07 Mar 2008 21:59 GMT | 2 |
I am calling Code behind file function in one of JavaScript method as given below, I don't want to call Code behind file function during Page Load. Kindly help me out for same.
|
| how to apply forecolor to listitem of dropdownlist in function of some values? | 07 Mar 2008 21:05 GMT | 3 |
i would like to have a forecolor for each listitem with some values only of the dropdownlist: If i=5 ot i=10 or i=15 then apply red forecolor to those listitems otherwise no color.
|
| how to put color in listitems of dropdownlist? | 07 Mar 2008 21:04 GMT | 3 |
i would like to have a background color for each listitem in the dropdownlist which is fed with code-behind: For i = 1 To 20 z = New ListItem("item" & i, i)
|
| Getting Started with Ajax | 07 Mar 2008 20:09 GMT | 32 |
I'd like to start working with Ajax in VS 2008 Pro., but it's important that I not use anything that is not standard with VS 2008 Pro. (with all installation options selected). Does anyone have suggestions of good resources I can check out that keep the
|
| default button in password recovery control | 07 Mar 2008 18:48 GMT | 1 |
asp.net 2.0 I have an asp:Login control and an asp:PasswordRecovery control on the same page. The login control is above the recovery one. When I open the page, I'm setting the focus to the login control. I type in
|
| Use data. What is the correct way to do this? | 07 Mar 2008 18:46 GMT | 1 |
I have 10 labels in different parts of a page, each one displaying a value. I have a class that uses Linq to retrieve all those values from a database and places them in its properties.
|
| passing values from chil pop up to parent | 07 Mar 2008 18:34 GMT | 4 |
I am trying to pass the value from my child window to my parent window. I don't get the value from child to my parent when I refresh my parent page, if I don't refresh my parent page then I get the value frtom my child window. Below is the code in my parent window and child ...
|