| Thread | Last Post | Replies |
|
| Dynamic Controls | 18 Jul 2007 00:30 GMT | 1 |
I'm having a problem with getting dynamic controls to work the way I want. Here a breakdown of my situation: 1. A user adds some information. This information is added as an object to the ViewState.
|
| GridView Formatting | 17 Jul 2007 23:21 GMT | 1 |
I currently have a GridView that displays information like: [Picture], Name, Address, City, State, Notes. Right now this information is displayed in columns but I would like it if each row in the table actually containted the address information on the first line and the note ...
|
| ADD RECORDS | 17 Jul 2007 23:19 GMT | 14 |
Using ASP.net 1.1 2 QUESTIONS: 1. Why do my write commands not work? 2. This file successfully makes changes in the database record. There
|
| Manual .Net 2.0 Framework Uninstall | 17 Jul 2007 23:11 GMT | 3 |
I need a procedure for a manual .Net 2.0 Framework uninstall. dotnetfx /C doesn't work Manaully running the .msi from the %systemroot%\installer directory doesn't work.
|
| validation control | 17 Jul 2007 23:02 GMT | 1 |
I have a web form that has 2 buttons and a textbox and a listbox. I need to validate each control but only if the buttons assocaited with that control is clicked. example:
|
| ActiveX component can't create object: 'Excel.Application' error ONLY in IIS | 17 Jul 2007 23:02 GMT | 4 |
I have a simple web page that starts Excel and fills it with some dummy data. Using IE I can run this web page from the C: drive (IE: "C: \startexcel.htm") and it runs fine. However, when I put the web page in the wwwroot directory in IIS and try to run it there (IE: "http://
|
| Let me present list of my available const | 17 Jul 2007 22:14 GMT | 3 |
Let me present list of my available consultants 1) Java Consultant 2) SAP SD Consultant 3) Sr. Dot Net Consultant
|
| Moved from filesystem to HTTP ->net 2005.. | 17 Jul 2007 21:20 GMT | 1 |
Actually i have developed one site. after some time i reliazed that i have created that site in "File System". So, i have created a virual directory and given path to my site. I am able to open and build the application . but when i run the application i am getting the below ...
|
| asp.net 2.0 webservices deployment problem | 17 Jul 2007 20:44 GMT | 1 |
This is the first project I worked in Visual Studio .NET 2005. I created a webservices by asp.net 2.0. The webservice works correctly in my development environment. When I published the webservice to the
|
| dynamic rss not able to be subscribed to | 17 Jul 2007 20:32 GMT | 1 |
we have some page that genreate rss 2.0 feed the url is like .../ rssfeed.aspx?id=123 the page displays properly in browsers, but when we try to add the page to a reader
|
| Slow download speed, large file | 17 Jul 2007 20:25 GMT | 1 |
I have a php script that did this before, I want to move it to asp.net I am getting ~30kbps download speeds with this asp.net code. The php seems to be lightening fast. Help!
|
| SQL server | 17 Jul 2007 20:03 GMT | 6 |
Is their any way to download SQL server and install it on my IIS if I have a cracked copy of wondows XP?
|
| Unspecified error - Permissions | 17 Jul 2007 19:23 GMT | 16 |
Using Asp.net 1.1 and Vb.net I am learning to update a database using the following: DBConnection = New OledbConnection("Provider=Microsoft.Jet.Oledb.4.0;" & _ "Data Source=C:\Inetpub\wwwroot\Acc.mdb" )
|
| Binärdatei in Db speichern | 17 Jul 2007 18:23 GMT | 3 |
Ich wollte Binärdateien (sprich PDF's oder dergleichen) in eine Datenbank abspeichern. Dies realisiere ich per FileUpload-Control. In der Tabelle habe ich für die Binärdatei den Typ "varbinary(MAX)" zugewiesen. Dies klappt auch soweit alles, nur wenn ich jetzt Dateien
|
| Updating row in Gridview problem | 17 Jul 2007 18:05 GMT | 2 |
I'm trying to update rows in my gridview but it isn't working. I have designed the table adapters via the designer and have a business logic layer class bound to the ObjectDataSource. In configuring the datasource, the Update method is set to the Update method on my business ...
|