| Thread | Last Post | Replies |
|
| paging using repeater control | 30 Apr 2006 10:33 GMT | 1 |
im building a much nicer interface for paging (with page number links, next, previous etc) commands using a repeater control to put on my site http://www.aspnetdir.com right now im using an embedded code/control approach -- im not very
|
| Disabling certain url's in a menu? | 30 Apr 2006 08:41 GMT | 4 |
I have a menu bound to a SiteMapDataSource which reads from my web.sitemap. I'm using the menu in a master page and everything works fine but I need to some of the menu items to be disabled depending on the user who is accessing the web page.
|
| Using hyperlink control for downloading | 30 Apr 2006 02:23 GMT | 2 |
Is there a way to use a hyperlink control for downling a file from the server to the client? Currently, it works if I run the web app from the server. However, when I run the app from a client and right-click the hyperlink, it shows a popup menu including 'Save Link As' but when
|
| Surprise with Textbox1.Text | 29 Apr 2006 23:15 GMT | 6 |
To my great surprise the following code is not working. I expect TextBox1.Text to be changed each time the dropdownlist selected index changes. It works in Windows application but
|
| Is there a way to suppress the underline on the day link in a Calendar Control | 29 Apr 2006 18:50 GMT | 2 |
I don't want the user to see any links on the previous or next month days. Is there a way to supress the underline on the days in a calendar control. Maybe something like a text-decoration: none; Thanks,
|
| How do I create a Drop Down List with Hyperlinks as List Items in ASP.NET | 29 Apr 2006 18:04 GMT | 1 |
Hey Guys, I am trying to create a DropDownList with Hyperlinks as ListItem. I am creating a web page with ASP.NET and VB Any suggestions or Solutions to my problem?
|
| Custom Server Control Design Best Practices? | 29 Apr 2006 14:39 GMT | 1 |
Anybody seen any good documentation, paterns or best practices on how to design and develop custom ASP.Net server controls? I am looking for good examples and discussions on the following topics, among others:
|
| framed | 29 Apr 2006 00:50 GMT | 6 |
A client of mine has a young man who has written a web app (a CRM in dot.net 1.1) using many frames .it looks good , but is hard to maintain, passing, as it does, parameters from one frame to the next. These parameters allow the synchronization of datagirds, leading to my ...
|
| could not load assemly | 29 Apr 2006 00:02 GMT | 1 |
I am getting this error message when I compile and run my application: "Could not load file or assembly 'Microsoft.Web.UI.WebControls' or one of its dependencies. Access is denied." Please help.
|
| Welcome to Gridview Hell | 28 Apr 2006 21:56 GMT | 1 |
Ok I am working on the simplest thing ever that is turning in to the biggest train wreck ever. I have a database with a series of photo albums and the image path & name for each image. I pass the info to the gridview via the Query
|
| Webcontrols.menu with multiple root items bound to a sitemap | 28 Apr 2006 21:39 GMT | 1 |
I have a menu on a webform that is bound to a SiteMapDataSource which is linked to a web.sitemap file. When I have more than one sitemapnode in the sitemap element of the web.sitemap file I get the following error "Exactly one <siteMapNode> element is required directly inside the ...
|
| datagrid button selectivly enabled | 27 Apr 2006 20:58 GMT | 1 |
Simple (?) question. I have a webcontrols.datagrid with a button column. Depending on the data in the row I want the button to be enabled or disabled. Optionally, I want the button to be visible or not visible.
|
| FormView events | 27 Apr 2006 18:24 GMT | 1 |
Is there a way to use the FormView for Selects, but let it post back for Inserts and Updates? The problem I am running up against is that, if you use an SQL DataSource for the Formview, and you only speicify a SELECT command in
|
| GridViewRow.DataItem is null | 27 Apr 2006 13:00 GMT | 16 |
I have a page that dynamically generates controls based on a querystring. the dynamic controls are: a Wizard a Wizard Step for each description selected by querystring.
|
| SelectedIndexChanged Event of Dropdownlist on a DLL.. | 27 Apr 2006 11:01 GMT | 1 |
I like to know how to make the SelectedIndexChanged event of dropdownlist inside a DLL class works? Please provide actual codes? The DLL is like DateTimePicker. This dll is used for selecting date but I need to filter the days for specific month selected. For example, March ...
|