| Thread | Last Post | Replies |
|
| Part String | 22 Mar 2006 18:18 GMT | 2 |
How can I separate multiple email addresses entered in a single textbox so I can send email in ASP.NET 2.0, the email addresses are separated by (,) or (;) Thanks
|
| Importing a CSV file | 22 Mar 2006 18:04 GMT | 2 |
What is the best way to import the contents of a CSV file into C# objects? E.G. a CSV file that looks like this a1,b1,c1,d1,
|
| Server Error -- please help! | 22 Mar 2006 17:17 GMT | 1 |
I am getting this error " Control 'oGrid__ctl14__ctl1' of type 'DataGridLinkButton' must be placed inside a form tag with runat=server." Here is my code and I don't know where it is doing it. Can some please help
|
| Implementing ICallbackEventHandler | 22 Mar 2006 16:57 GMT | 3 |
I try to implement ICallbackEventHandler follow sample in http://msdn2.microsoft.com/en-us/library/ms178208.aspx I add code line: Implements System.Web.UI.ICallbackEventHandler
|
| Displaying Data without a dataGrid or dataList | 22 Mar 2006 16:46 GMT | 2 |
I'm using asp.net to display data from a SQL Server database, I've managed to display the data using dataGrids but now need to have more control over the display of the data. I'd like to be able to display a single record in a webForm not displayed in an html table. I've
|
| ASP VIRTUAL keyword not working in ASP.NET anymore :S | 22 Mar 2006 16:21 GMT | 4 |
In classic ASP I could write: <!-- #INCLUDE VIRTUAL="Kevin\General\ServiceClass.asp" --> and it would "include" that ASP file into the current ASP file. My web application folder was not stored in C:\Inetpub\wwwroot\ but somewhere else.
|
| Object reference not set to an instance of an object. | 22 Mar 2006 16:17 GMT | 2 |
i have a webform with a dropdownlist and 2 textboxes. it has a dataset with a table with 2 fields, 'areaID' and 'areaName'. in the Data properties window of the DDL, i have the DataTextField set to areaName, and the DataValueField set to areaID.
|
| Print PDF file from .NET framework | 22 Mar 2006 16:15 GMT | 2 |
Hello to all, It would have to create a process that automated the impression of a pdf file in a determined printer of the local network. Somebody knows how can I do this with .NET framework?
|
| in master page, setting default button | 22 Mar 2006 15:59 GMT | 1 |
i have master page in which i have form and now in content page i need to set the defaultbutton. now i have one solution for that in content page "HtmlForm mainform = (HtmlForm)Master.FindControl("frmMain");
|
| simple but baffling javascript prob | 22 Mar 2006 15:28 GMT | 2 |
I'm using the .Net framework 1.1 with ASP.net and C#: this is what I'm trying to do... I've got a repeater template working that creates a hyperlink with a javascript function call embedded inside it
|
| formview and insert | 22 Mar 2006 14:53 GMT | 2 |
is it possible to automatically change default mode to insert if my datasource hasn't any records ? How can i do that ? Thanks
|
| dectecting Background-Color setting | 22 Mar 2006 14:46 GMT | 3 |
I'm looking for a way to detect the background color of my internal webpage through a stylesheet. And so far, the only solution I find is to open the styles.css file and parse the BACKGROUND-COLOR field. The problem I'm having is that I don't know the exact absolute path of the ...
|
| DetailsView Problem | 22 Mar 2006 14:42 GMT | 2 |
I have a little problem with a DetailsView: I bound it to a datasource and I enabled the capability of adding new records, and everything goes right if I there is
|
| Telerik "Error Creating Control", Virtual Directory Listing Denied | 22 Mar 2006 14:11 GMT | 1 |
Re, I'm having 2 problems with the Telerik trial controls. I'm using the latest release. I'm using 2005 studio and most of the controls show up properly in the designer but the RadMenu does not. It says "Error
|
| ASP.NET migration 1.1 to 20 | 22 Mar 2006 14:09 GMT | 1 |
An ASP.NET (Framework 1.1) encounters some performance problems. We are thinking of upgrading this application to the 2.0 Framework. Can anybody list me some best practices, problems and differences so we can perform an impact analysis. Any good URL is more than welcome. Thanks ...
|