| Thread | Last Post | Replies |
|
| arranging controls on screen | 10 Sep 2007 17:05 GMT | 5 |
I am a C/C++ programmer and I designed several windows forms. In windows forms each control has a position which is related to its container. This is not the case in web forms. How can arrange controls in a web form? I know that I can create a table and put each control on ...
|
| Setting SelectedValue for nested DropDownLists in DataList | 10 Sep 2007 16:55 GMT | 2 |
I have a dropdownlist nested in a datalist. In the datalist's ItemDataBound event I populate the dropdownlist and set it's SelectedValue. I am finding that instead of each DropDownList being set to
|
| questions on CheckBoxList | 10 Sep 2007 16:45 GMT | 1 |
Hello, on my page I have a CheckBoxList which can have many entries. I want the user to select some of them, and then it should be possible that the user clicks on any other page of my application (I have site navigation with
|
| Walking the Child nodes | 10 Sep 2007 16:42 GMT | 3 |
I am trying to walk the Child nodes and am using the code: var nodes = document.forms[0].childNodes; alert("nodes = " + nodes + " nodes.length = " + nodes.length); for (var i=0; i < nodes.length; ++i)
|
| GridView, insert | 10 Sep 2007 15:56 GMT | 2 |
DetailsView control has an AllowInsert option but GridView does not seem to have one. What is the standard practise for allowing the user to add new rows? Thanks
|
| Session Variable | 10 Sep 2007 15:30 GMT | 7 |
Hello... I have a simple problem...when I create a session variable as such: Session("ID") = 1 and read this varaible from time to time....
|
| treevew too slow in IE runs instantly in Firefox | 10 Sep 2007 15:18 GMT | 2 |
Not sure what is going on. I have a treeview of an XmlDataSource with cacheing enabled. With only a few nodes there is no problem on a postback, the treeview is repainted immediately. With a lot of nodes and many many leaves, it can take 2 minutes for a repaint. Both running ...
|
| Javascript call | 10 Sep 2007 14:49 GMT | 2 |
Framework: Visual Studio 2005 Technology: ASP.NET 2.0 Language: C#.NET 2.0 Hello All,
|
| Access Denied System.Data/System.Transaction | 10 Sep 2007 13:31 GMT | 1 |
I've migrated a web site from VS 2003 to VS 2005. After pushing the a Windows Server 2003 web server. The Framework 2.0 web site works when I go to test it. I'll start working on something else come back later and I start getting Access Denied errors on System.Data or System ...
|
| images in profile | 10 Sep 2007 13:02 GMT | 1 |
I’ve been playing around with the profile over the weekend and thought I’d share my results: “Save a picture in the profile using file upload control then display it on a page”
|
| accessing a resource (xml) outside of the project directory | 10 Sep 2007 12:38 GMT | 1 |
i need to load xml from a resource that is ousdie of my prject directory i this like : http://www.skystonesoftware.com/tempest/engine/?Site=87f3e857-12cd-426f-b36c-3ab 9c19697ff&Page=aaec41cd-a505-4d06-a166-94929eb94d80&Entry=E6B04947-CE86-4C48-B8A 8-D99BA936571F in the part code :
|
| Application & Cache | 10 Sep 2007 11:38 GMT | 1 |
Hi i have a class which loads static XML files Most aspx pages will access this class' properties (mostly strings) Shoud I save this class in Application or Cache? I worry about 'concurrency'. What if there are thousands of clients
|
| AutoComplete control | 10 Sep 2007 09:39 GMT | 4 |
I am using AutoComplete control in AJAX. I have following method in my web service. But it is giving me following error Cannot implicitly convert type 'string[]' to 'string' [WebMethod]
|
| asp:Panel | 10 Sep 2007 09:27 GMT | 7 |
I think asp:panel does not populate well in opera. this is a code snippet. <tr style="width:100%"> <td align="center" style="width:100%">
|
| Debugging Problems on Windows Vista | 10 Sep 2007 09:22 GMT | 7 |
I have just installed Visual Studio 2005 on my windows Vista machine, and everything seems to work well after installing the service pack and then the vista upgrades. However, when I try to debug an application, the debugger starts,
|