| Thread | Last Post | Replies |
|
| Get input from spreadsheet control to server for processing | 07 Dec 2006 22:21 GMT | 1 |
I'm new to asp.net, and using Visual Web Dev express. As such I cannot see the spreadsheet control and directly access the object properties from the VB code in the back of my page. I have declared it as an object as follows:
|
| Displaying folder contents as links? | 07 Dec 2006 22:13 GMT | 1 |
Anyone know a way or a document that shows how to display the contents (word & excel docs, etc) of a folder as links on a web form that link to the document? TIA,
|
| Hide a button in a data grid | 07 Dec 2006 22:13 GMT | 3 |
I have an item list for ordered products on a data grid in VS 2003. It's an ASP page running VB behind it. All detail lines display as well as all shipping charges. On the edit screen, we allow them to cancel individual line items. We have the 'Cancel' button enabled for
|
| data grid fails to update! | 07 Dec 2006 22:09 GMT | 3 |
I've tried to update my database using my datagrid but there is no change. here is the code I'm using: private void Update_dataGrid(object source, System.Web.UI.WebControls.DataGridCommandEventArgs e)
|
| c# & autoeventwireup | 07 Dec 2006 22:04 GMT | 2 |
So I set autoeventwireup=false in my aspx page. Now for some reason the method below doesnt get executed. How do I get it to execute? public partial class App_Fees_list_fees : System.Web.UI.Page {
|
| .net Application Performance | 07 Dec 2006 22:03 GMT | 4 |
I manage a web based VB .net application. This application has 3 components: 1. Webapp (this calls the executibles) 2. database
|
| Generating combinations | 07 Dec 2006 21:57 GMT | 1 |
Hi friends, I am generating combinations from a set with different sub sets. Here is my code. For this example, actually I need to get 56 combinations but I am getting 35 only. Can anybody suggest where I was
|
| Essential ASP.NET 2.0- resource | 07 Dec 2006 21:40 GMT | 1 |
Anyone out there looking for the definitive reference for ASP.NET 2.0 programming ? Here it is! This book page allows you to read a free sample chapter on State Management: www.awprofessional.com/title/0321237706
|
| How do I FTP a text file from C#.NET? | 07 Dec 2006 21:25 GMT | 1 |
In the project I'm working on I need to FTP a "flat file" to another machine. How can this be done? Thanks Steve
|
| Simple Conversion from String to Date | 07 Dec 2006 21:17 GMT | 4 |
VS2005 in VB.NET I have 2 simple textboxes (Textbox1, Textbox2) and they both have dates. Textbox1=12/31/2006 Textbox2=12/15/2006
|
| Acces files on remote server - problem | 07 Dec 2006 20:27 GMT | 2 |
on a fileserver I have several images en xml-files that I need to access. In web.config I have this section <appSettings> <add Key="Remote" value="//000.000.000.000" />
|
| copy controls | 07 Dec 2006 20:21 GMT | 1 |
I am new to ASP.net . I have a question. I have created a sql database which have tables users and Machines with one to many relationship. I have created webform for users and machines. Since one user can have more than one machine I want users to click on
|
| asp.net | 07 Dec 2006 20:04 GMT | 2 |
Who are the big players in creating asp.net web applications for small businesses? Ideally I'd like to find a company that can take my specifications and hand me back a working web application along with all source code, since I would need to be able to extend the functionality ...
|
| Cookie and Webpage Question | 07 Dec 2006 18:47 GMT | 3 |
Upon login into my application I stored user data (userid, ...) in a cookie to be used throughout the application. One particular form is very complicated that uses AJAX and many AJAX postbacks it needs data from that cookie. Is it bad practice to keep opening that cookie to ...
|
| Relay Pages: Incoming to old IIS URL -> Request to new PHP Server for content -> Out to client | 07 Dec 2006 17:54 GMT | 7 |
note: This is for a Faculty web site that is undergoing a migration to an open source solution so my motives are legit. I need to build a relay from IIS handling URL_A to a PHP server (URL_B), get the content from the PHP server (if it exists) and then
|