| Thread | Last Post | Replies |
|
| adding linkbuttons at run time? | 31 Mar 2006 17:04 GMT | 2 |
i have an ASP.NET webform linking to a microsoft access database. at runtime, i need the application to add x linkbuttons to a panel. x will be the number of entries under a certain field in one of the tables from the database, which can vary each time.
|
| Finding a SubString within a String | 31 Mar 2006 17:00 GMT | 2 |
Using VB and ASP,NET I would like to be able to search a STRING for a smaller STRING within, based on the characters which appear before and after. For example:
|
| Dynamic MENU ITEM in ASP.Net | 31 Mar 2006 16:52 GMT | 1 |
I am doing a menu in asp.net here is the sample code for that: <asp:Menu ID="Menu1" runat="server" Orientation="Horizontal" > <Items> <asp:MenuItem Text="<%=m_Menu[0]%>" Value="New Item"></asp:MenuItem>
|
| WebRequest class | 31 Mar 2006 16:51 GMT | 2 |
I am trying to create an XML file in a shared folder on the intranet but keep getting an exception. I am using the Create method of the WebRequest class and calling the response method afterwards. The syntax is fine, but I am being told that I cannot access the folder.
|
| Gridview / autopostback problem | 31 Mar 2006 16:24 GMT | 1 |
I have problems with autopostback and the gridview control. Please continue reading. The code below turns a row red when a tickbox is ticked in edititemtemplate. Note autopostback on the tickbox is enabled and the
|
| Debug DLL Performance over runtime ones | 31 Mar 2006 16:06 GMT | 1 |
I have 3 asp.net dll's that are on my host in debug mode, now, the runtime ones won't work, I know the reason why. But i just wanted to know if there#ll be much of a performance reduction. The dll's in question are the 2005 application blocks for returning data.
|
| Problems with nested datagrid and editing all rows in it | 31 Mar 2006 16:00 GMT | 1 |
I am having problems with asp.net 1.1 and nested datagrid. I have a datagrid (dgDetail) nested inside a datagrid (dgMaster). How can I make all the rows editable in dgDetail? So that when I choose edit (on dgMaster) it would show edititem (textbox) of all writable rows
|
| TypeInitializationException | 31 Mar 2006 15:57 GMT | 1 |
I got the following error and trace while trying to launch the applicaiton. The application is installed on a Windows 2003 Server running IIS6 with both Enterprise Library June 2005 and Jan 2006 installed. The application run perfectly on another Windows 2003
|
| JavaScript: how to keep the variable values when page posted back | 31 Mar 2006 15:54 GMT | 2 |
I write JavaScript for client side computing in HTML file in ASPX design. However, I found that the variables declared in JavaScript are initialized again when the page post back to the server. Therefore, after that, the computation would be wrong. My question is how to keep the ...
|
| Microsoft Visual Studio 2005 and .Net Framework 1.1 | 31 Mar 2006 15:47 GMT | 3 |
My company want to buy the new Microsoft Visual Studio 2005 for their employees to develop our web application. After we develop the web application using the new Microsoft Visual Studio 2005 we will deloy it to the server, and right now on our
|
| Floating Panel/Div's and Doctype | 31 Mar 2006 15:46 GMT | 4 |
Has any one gotten a "stay-in-view" floating div to work in ASP.NET 2.0? For those that don't know, the classic way is this (for IE anyway): (window.onscroll...) document.all.Toolbar.style.pixelTop = document.body.scrollTop;
|
| How to transfer files via FTP under .net? | 31 Mar 2006 15:40 GMT | 13 |
How can I transfer files via FTP under asp.net? Don't found any info... thanks, Lacka
|
| Cache dataset | 31 Mar 2006 15:38 GMT | 2 |
I would like to cache dataset in client side to reduce the workload of the network when the client access the same page. What kind of object in ASP.NET can serve this purpose ? Thanks. Best Regards,
|
| Role Based Personalization | 31 Mar 2006 15:34 GMT | 2 |
I am in the process of developing a highly customizable application and I'm looking for a way to allow personalization by role. This is different than shared scope in the fact that I want to allow multiple clients to make modifications to properties, placement, controls on
|
| QUERY: JavaScript vs. ASP.NET Web/Server Controls | 31 Mar 2006 15:11 GMT | 1 |
Is it possible for JavaScript to access the DOM of ASP.NET Web/Server Controls? For example, I have a legacy HTML forms, controls, etc. If I conver all
|