| Thread | Last Post | Replies |
|
| trying to loop through rows in gridview. | 21 May 2008 19:36 GMT | 4 |
Hi I have a gridview that has 1 row of data. I am trying to set the values of dropdown boxes for each data row based on the data I have binded to the grid but for some reason when I use the following below the rows are 0 so the foreach is skipped.
|
| .NET 3.5 install questions | 21 May 2008 19:17 GMT | 5 |
On our server we have .NET 1.0, 1.1 and 2.0 ASP.NET websites. I am creating a .NET 3.5 website. If my network guy installs the 3.5 FW, will the older apps still run ok? Is 3.5 fully backwards compatible with 1.0, 1.1 and 2.0 ASP.NET web apps?
|
| Server side script to allow a program to post any file to it. | 21 May 2008 18:33 GMT | 4 |
I am relatively new to ASP .NET / VB .NET. I want to be able to a take a program I compiled and upload any type of file to a server using POST method. I have seen many examples written for HTML web pages but I have an .exe program that I made.
|
| Handling custom and user content? | 21 May 2008 17:30 GMT | 1 |
We have a website that allows site managers and users to upload custom content (avatars, background images, etc). Is there an obvious way to manage this content in terms of redploying the website to a new server? In other words, I can redeploy all the site related pages and flash ...
|
| Site Skinning | 21 May 2008 17:29 GMT | 1 |
I'm currently in the planning stages for a reasonably large commercial site using framework 3.5. One of the requirements is that the application be rebadged under multiple company names with different designs/graphics, URLs, 'altered funtionality' etc.
|
| Validating Data in a GridView | 21 May 2008 16:52 GMT | 3 |
I have a gridview that uses a sqldatasource. The rows of the gridview are editable. When the gridview is in edit mode, one of the columns is a dropdown. In testing the editing, I deleted the dropdown entry from one of the rows. So, when the gridview comes up, it shows nothing in ...
|
| Impersonation in code/Sharepoint | 21 May 2008 15:02 GMT | 2 |
I've got a Sharepoint website for which the 'big guy' doesn't want to enable impersonation. But - I need impersonation for a file list (from another server), so I set out to do it in code - - I found this on Support.MS.com:
|
| SMTP Authentication problem | 21 May 2008 14:52 GMT | 4 |
I'm trying to send an e-mail from a vb.net web form. I can create the message, but when it comes to actually sending it I get the following error. "Mailbox name not allowed. The server response was: Server policy dictates you must authenticate first "
|
| Programmatically create .NET Controls | 21 May 2008 14:50 GMT | 1 |
I'm compiling a list of XML files I want to open, from a database. These XML files all have an XSLT associated with them. Now I know how to add a XML control and configure it, but how do I do it in code? It's my understanding that each XML document will need it's own XML
|
| ASP.NET training videos | 21 May 2008 14:39 GMT | 1 |
I downloaded some free videos from www.asp.net and found them useful. I want to know from where I can order complete training DVDs for ASP.NET. I have seen some sites on google but I want to know which is better if any of you have ever used.
|
| .Net 2.0, .Net 3.0 and .Net 3.5 Upgrade | 21 May 2008 14:28 GMT | 1 |
We currently use .Net 2.0. We want to get to .Net 3.5. Do I need to install .Net 3.0 first, then install 3.5? Or can I go straight from 2.0 to 3.5?
|
| How to create a grid of 20 Columns by 30 Rows using asp.net | 21 May 2008 14:24 GMT | 2 |
How can I create a grid of 20 Columns by 30 Rows using asp.net? Cheers! Claudi
|
| Hiddenfield in formview | 21 May 2008 13:18 GMT | 1 |
I've created a formview and bind the columns. The column ModifyUser should not be be displayed so that I've modified from Textbos to HiddenField. How can I change the bind value of a Hiddenfield and update the formview?
|
| GridView\CheckBox | 21 May 2008 12:32 GMT | 10 |
I am using VS 2008. I have a gridview with several columns that are checkboxes. The data for each column is either a 1 or 0. When I try to view the page in the browser I get an error "Specified cast is not valid". Below is the code for the column. PL is the field name in the ...
|
| Dynamically define variables in VB.Net/ASP.Net | 21 May 2008 11:53 GMT | 5 |
I am using ASP.Net 2.0 with VB.Net. I want to define variables. For example I want to create variable of type TableRow and while defining I don't know how many rows i needed. So what i want to do in my code:
|