| Thread | Last Post | Replies |
|
| Custom Control from GridView - OldValues/NewValues not showing | 20 Jun 2007 05:13 GMT | 1 |
I am trying to create a custom control that would allow an administrator to update user email addresses and to lock/unlock accounts. The problem is that oldvalues and newvalues event arguments of the onupdate command are blank when the control is used, making it
|
| How to customize the Label and set the property of AutoSize to False? | 14 Jun 2007 21:53 GMT | 1 |
As we known, in Visual Stdio 2003 or 2005, the property of Autosize is set to True by defaut, how can I customize this and set property of Autosize to False? Any ideas?
|
| Programatically reference GridView field? | 12 Jun 2007 22:46 GMT | 1 |
I've got a datafield column named RecID in a GridView named GridView2. What's the correct vb syntax to reference the data field value in the GridView2_SelectedIndexChanging sub?
|
| Icons for GridView Edit, Select, Update, Delete buttons? | 12 Jun 2007 15:01 GMT | 1 |
Does anybody know of any (preferably free) good icon libraries to use for the GridView command buttons?
|
| Retrieve newly inserted record ID? | 12 Jun 2007 10:57 GMT | 1 |
I'm using the Insert button in a DetailsView to insert a record into a SQL table. I've got part of what I need to recover the record ID... The INSERT COMMAND is: InsertCommand="INSERT INTO [inventory] ([Active], ...) VALUES
|
| DropDownList AppendDataBoundItems problem | 12 Jun 2007 02:48 GMT | 2 |
I built a master detail structure with two DropDownLists, one for Countries (master) and one for Cities (detail). I used SqlDataSource parameters to built the relation.Users select a country from Countries list and see cities of that country in the Cities list. I also add "All ...
|
| TreeView is painfully slow. | 11 Jun 2007 22:54 GMT | 1 |
I have a TreeView with about 300 nodes in it. Each has about 1-2 children. It takes something like 30 seconds to load the treeview. The actual SQL behind is it very fast. It seems like it's the creating in the browser ( the actual adding of the nodes seems to be pretty quick. )
|
| Creating a control that does not render anything | 11 Jun 2007 19:56 GMT | 1 |
I have a control that simply registers a script using Page.ClientScript. It doesn't render anything visually. How can I design this control so that when dragged to a page designer, it is not placed on the page, but in the gray area below the designer (similar
|
| how to build a an agenda type interface for a webform | 11 Jun 2007 13:30 GMT | 1 |
I want to develop a webform where I can show tasks and appointments from my CRM app. I use VB.NET 2005 thanx
|
| Concantenate in drop down box | 08 Jun 2007 15:29 GMT | 1 |
I would like to have more than one field appear on each line in a drop down control. How do I accomplish this. Example LastName, FirstName, PhoneNumber. Each is a different field in the database. I would like to have them
|
| GridView | 08 Jun 2007 11:09 GMT | 3 |
Is there a way to format data using {0:c} on columns that are autogenerated using coding? Thanks, Victor
|
| Can't Access to TextBox threw WebControl | 06 Jun 2007 08:59 GMT | 5 |
I can't understand what is the problem. I am using web control wich has a text box ob it and a public property that set and get that TextBox text value. The compilation pass but when i try to get or set that property, i get: "Object Reference no set to an instance of an object."
|
| Adrotator control.. programming | 05 Jun 2007 18:25 GMT | 2 |
I have a adrotator control on a page, and want to program the connection of the control via SQL. I have the following code, but not sure what else to do? Dim SQLServerConnection As SqlConnection
|
| How to save a TreeView ? | 05 Jun 2007 08:48 GMT | 1 |
Hi Experts: I'm using ASP.NET 2.0. I'm using a TreeView control with a design-time configured XmlDataSource (an XML file). I use the TreeView control as a "message board" with each node representing a message. I noticed that the
|
| Totals on GridView | 04 Jun 2007 13:12 GMT | 2 |
Is there a way to calculate and present totals on the footer of a gridview? Thanks, Victor
|