| Thread | Last Post | Replies |
|
| Dataset not Clearing | 24 Feb 2008 18:27 GMT | 7 |
I am trying to clear my dataset each time I read a new csv file but it seems to keep the data from the previous time. If I do: ********************************************************************************
|
| Copy/Paste HTMl code | 24 Feb 2008 14:52 GMT | 2 |
I am creating an ASP.NET web site which inserts data in a SQL database using LINQ. One table column will hold HTML code. I am using a simple TextBox to input the data.
|
| Override Css Class | 24 Feb 2008 12:29 GMT | 1 |
I have two custom controls Parent and Child, both inherit from Composite Control. Child controls are added to parent. Parent has a property named ChildControlCssClass. I want ChildControlCssClass to be applied to all Child controls added
|
| Convert DataTable to Xml string variable... | 24 Feb 2008 03:11 GMT | 2 |
I'm using C# behind an aspx file. I'm trying to find a way to convert a datatable to xml and assign that to a string variable without saving to a file. Obviously I don't want to slow down the process by writing to disk, but all the methods I've found so far (datatable ...
|
| Custom DataPager. How? | 24 Feb 2008 02:42 GMT | 1 |
I am using a DataPager with a ListView. I am creating everything at runtime. I need to create a custom DataPager so that the numbers and the next previous symbols will be inside a list (ul > li).
|
| how to validate 3 text boxes together | 24 Feb 2008 00:30 GMT | 4 |
asp.net 2.0 I'm stumped. I have a page that is used for updating user information. If the user is logged in and they navigate to that page, then they see text boxes for UserName, FirstName, Email, Old Password, New Password, Confirm
|
| Parameter and Guid | 23 Feb 2008 23:40 GMT | 8 |
I am trying to define an ObjectDataSource parameter that is a Guid: ObjectDataSource.DeleteParameters.Add(New Parameter("ID", TypeCode.Int32)) However TypeCode does not have an option of Guid.
|
| Performance problem with multiple choice questions | 23 Feb 2008 23:34 GMT | 1 |
I'm working with a website that presents a series of multiple choice questions to users. The problem at hand is that the pages with the questions take some time load and the users are under a time limit to answer the questions.
|
| Read ASP 3 Session Data | 23 Feb 2008 23:23 GMT | 5 |
I create session data in ASP 3 using ... Session("sample") = "test" I can extract the value on any ASP 3 page using ... Demo = Session("sample")
|
| Define parameter value | 23 Feb 2008 22:21 GMT | 1 |
I am using a ListView connected with an ObjectDataSource. I am creating everything at runtime by implementing the ListView ITemplate. I know I get a one way bind so I need to define my parameters values
|
| Property is empty. Why? | 23 Feb 2008 22:20 GMT | 2 |
I am creating a custom control, named Form, which inherits from CompositeControl. I am adding child custom controls, named Section, to the Form through the following property:
|
| password type textboxes - I don't want them cleared during validation | 23 Feb 2008 19:59 GMT | 1 |
asp.net 2.0 I have several text boxes and set one of them as a password type and put a validator on it and some other text boxes. When I enter data into the boxes violating the validators intentionally. Then I click my submit button. The
|
| Buying Reviews: Professional or Standard Visual Studio 2008???? | 23 Feb 2008 17:52 GMT | 2 |
I have been using Visual1.1 C# .NET for a few years but due to buying code from rentacoder.com I have to now upgrade to run imported code (which I have purchased). I would appreciate any views held by developers in this NG of the
|
| ASP.NET Error redirect then use Back button (or programmed button) | 23 Feb 2008 15:51 GMT | 3 |
I've got an asp.net app. In case of unhandled exceptions, the web.config is set up to redirect the user to an error page. If the user then clicks the back button to retry, they have lost all the data they entered. This could be quite a lot of data. Is there a way to
|
| Reference to a ListBox inside a DataList | 23 Feb 2008 14:50 GMT | 1 |
I'm trying to get a reference to a ListBox inside a DataList without success. It always returns null. I need to have a reference to the ListBox in Load time in order to bind it to data.
|