| Thread | Last Post | Replies |
|
| BoundField and DataFormatString | 28 Mar 2006 15:21 GMT | 2 |
I want to display a BoundField "Price" in the format of currency in a GridView I set the DataFormatString="{0:C}" in my program However, it doesnot work.
|
| Setting hidden fields from event handlers for control. | 28 Mar 2006 14:56 GMT | 1 |
I am settings hidden field value from the DayRender event hadler of the asp.net calendar control, when i try to read the value of hidden field from javascript, the value is empty string. If i do the same (setting hidden field value) from Page_Load(), then the same is ...
|
| Starting rsync via ASP.Net | 28 Mar 2006 14:48 GMT | 1 |
I'm trying to automate file copying of websites between servers with a web front end to allow our non-technical staff to make changes to sites live in a safe and ordered manner. I'm having difficulty using the System.Diagnostics.ProcessStartInfo
|
| Could not create 'CDO.Message' object | 28 Mar 2006 14:21 GMT | 5 |
I am trying to figure out why I get the following error when I try to send a mail from an ASP.NET (1.1) application. When I use the same code from a Windows exe then the code works perfectly, so I suppose that is has something to do with security settings for IIS or SMTP Server.
|
| log4net ans dotnet 2.0 | 28 Mar 2006 14:21 GMT | 1 |
i'm trying to convert my former asp.net 1.1 application to a asp.net 2.0 application. everything runs fine expect the logging with log4net. in my development environment it logs to the designated logfile. but in production environment not :(
|
| question | 28 Mar 2006 14:15 GMT | 3 |
When i insert "" to db (integer type), it will become 0 how to insert null when the text is ""
|
| Is it recommended to use datasets in ASP.Net ? | 28 Mar 2006 13:24 GMT | 16 |
Is it recommended to use datasets in ASP.Net 2.0 / VS.Net 2005 ? Best Regards, Luqman
|
| error when dataset returns a null value. | 28 Mar 2006 13:05 GMT | 2 |
I got an error when the dataset returns a null value. eg. string a; a = (string)ds.Tables[0].Rows[0][2];
|
| how do I change the href property to the web anchor element | 28 Mar 2006 10:34 GMT | 6 |
In jscript, I would like to be able to set the href attribute of the anchor element. I have a aspnet:hyperlink button on the page, but I would like to be able to set the href attribute of this element via jscript. How do I do this?
|
| More GridView Problems | 28 Mar 2006 09:09 GMT | 4 |
I wanted better control over the display of the command buttons, so I created Template columns for each command. (Otherwise the GridView was putting extras spacing around the images and such.) Is there a way to tell the GridView to only show certain columns if that
|
| When I send mail use smtpmail get error: Mailbox unavailable.(asp.net 2.0) | 28 Mar 2006 08:49 GMT | 4 |
When I send mail use smtpmail get error: Mailbox unavailable.(asp.net 2.0)
|
| Dropdown list in a datagrid | 28 Mar 2006 08:06 GMT | 2 |
I Want to add a dropdown box in a datagrid on Page_Load. This Datagrid shares two tables. One table contains Employee details, and the other having the list of projects the employee is working.
|
| The XML page cannot be displayed | 28 Mar 2006 06:33 GMT | 2 |
Help.. Newbi in ASP 2.0 on iis6.0 on win 2003 server. I must have not set something up correctly... I create a test solution in visual studio and it displays correctly in my
|
| Webcam Streaming | 28 Mar 2006 06:29 GMT | 2 |
How can I stream the video input from a webcam in a ASP.NET webpage. It's done by using the "form.handle" in windows.forms. But ASP.NET does not have that option. Any help would be appreciated.
|
| Simple task make difficult with a repeater | 28 Mar 2006 04:01 GMT | 2 |
*argh* ... *pull hairs* I've recently started developing from ASP to ASP.NET The switch was fairly smooth since i had done some VB.net before ... then came...FORMS! :)
|