| Thread | Last Post | Replies |
|
| Sitemap, Menu control - formatting | 31 Mar 2007 16:39 GMT | 1 |
I'm new to ASP.net, and struggling with the sitemap and menu control. I guess my general question might be, "Where can I find a discussion of the format options for the control and the syntax of the sitemap?" I am working with a Que book on Expression Web, and a variety of online
|
| CustomValidator not working with FormView? | 30 Mar 2007 21:13 GMT | 1 |
Hi to all! I've got this problem, I'm thinking on it for about 2 days, searching info on the web ... but nothing. Here's the problem: I've got a long FormView control that works fine. I
|
| Getting the Value of a Checkbox in the GridView Selected Row | 30 Mar 2007 20:25 GMT | 1 |
I have a GridView that displays several columns, one of which is a checkbox field. This is populated at runtime from a SqlDataSource and is not enabled (the user can't change it's value). I have turned on the "Enable Selection" option, and I know I can identify what is the
|
| asp:DropDownList Control Issue | 28 Mar 2007 22:44 GMT | 1 |
I have an asp:dropdownlist that is dynamically filled with a query. This part is working. The problem I have is when I change the item in the dropdown list and submit my form, the value for the dropdown list never changes. It always inserts the value of the first item in the
|
| Custom TextBox with validating | 28 Mar 2007 11:19 GMT | 10 |
I’m working with large web application project. The application will have a lot of data entry and need to validate before saving to database. I think if I build custom textbox for each data type such as integer, currency, email, phone number, date, and so on with validation. It ...
|
| SqlDataSource: Changing SelectCommand property before processed | 28 Mar 2007 11:04 GMT | 1 |
I am implementing an SQL repository component. That mean that I want to overload standard SqlDataSource component and add new property (commandName). After that, I would like to update the SelectCommand and SelectParameters properties just before the select is processed (ie. I ...
|
| Inheriting from GridView | 28 Mar 2007 05:02 GMT | 2 |
I'm building a custom web control that inherits from asp.net GridView control. I'm expecting that when the control is inserted into a page its design time behavior is the same as GridView but it is not. Here is what I mean:
|
| GridView - Can't get textbox value in RowUpdating | 28 Mar 2007 02:03 GMT | 1 |
Hey All, I'm building shopping cart that stores selected items in a cookie. I have a class that handles converting the cookie to a datatable and binding it to a GridView. I've added a CommandField to handle removing items, and that all
|
| ASP.NET 2.0 Wizard Control | 27 Mar 2007 05:19 GMT | 1 |
I have a requirement to use the wizard control in one of my projects. I need to create 2 templates in each of which I will have a gridview control. I need to create a wizard at runtime. At the first step, I need to attach template#1 so that the gridview is displayed. Then on
|
| Treeview causing system restart | 26 Mar 2007 20:57 GMT | 1 |
We are using the asp.net Treeview control whose datasource is an xml file. When the page containing the treeview loads,tyhe stored procedure which generates the xml datasource for the tree
|
| Why click won't fire? | 24 Mar 2007 14:38 GMT | 1 |
I am having a rather annoying problem. I have written a program that downloads a web page, fills in some fields then clicks a button to submit the form. On some systems this works just great, on others the click event never fires. I can get the form, fill it out, but when ...
|
| AJAX Animation | 24 Mar 2007 06:30 GMT | 1 |
I want to diplay a "flyout" type window next to a button when someone clicks the help button similiar to the function on the page http://ajax.asp.net/ajaxtoolkit/Animation/Animation.aspx. For the life of me, I cannot get this to work. Does anyone have some code that will help.
|
| Dynamically access the table cell control's | 23 Mar 2007 18:58 GMT | 2 |
There is one doubt in ASP.NET. There is one suituation to create a table dynamically and add the values based on the selection made in the previous page. And also create some check box dynamically for corresponding values.
|
| Webcontrol calling JavaScript Function | 22 Mar 2007 23:19 GMT | 1 |
Anyone have an example of a webuser control with a checkbox that passes information to a JavaScript function on the same page? thanks
|
| FileUpLoad Control - Retrieving full pathname | 22 Mar 2007 04:18 GMT | 3 |
When I use the FileUpLoadControl to select a file, I can only retrieve the filename that was selected. I want to know how to retrieve the full pathname of the filename selected. Marathoner
|