| Thread | Last Post | Replies |
|
| menu question | 20 Aug 2007 04:55 GMT | 5 |
I am currently having a problem with my menu control. The requirement for menu is. All root menuitems will be displayed as images. The image for each root menuitem will be different. All the child menuitems are normal text. Previously, I just a customized ajax menu control, which ...
|
| click events no longer work on dynamically loaded web user control | 20 Aug 2007 04:32 GMT | 2 |
I have an application that was built using asp.net 1.1. The application interviews the user with a parent form that loads a series of web user controls (.ascx files)dynamically with page.loadcontrol. It needs to be dynamic because the next user control loaded is based on the ...
|
| any way to change a control inside a grid? | 20 Aug 2007 03:59 GMT | 2 |
i got a grid on an asp.net (2.0) page . i want, in a certain field, for certain rows to show a combobox, but in other cases show a checkbox (basically, if i got 1 record or less to show in the combo, i want just a checkbox) anybody has any idea how it can be done? (best
|
| FormView.ChangeMode and DataBind | 20 Aug 2007 03:43 GMT | 5 |
I have a FormView control within a UserControl. After I DataBind I need to change the CurrentMode depending on a value from the ObjectDataSource Select method. When I do this the FormView DataBinds again. Also in the first DataBound event the controls are null so I have to check ...
|
| transfering ASPNETDB.MDF Authentiocation to SQLServer | 20 Aug 2007 02:30 GMT | 4 |
I have a 2.0 Website application in the dev environment that uses a SQL Server 2005 DB and also uses the authentication controls and classes that automatically use SQLServer Express. It all works fine in the dev environment.
|
| FormView FindControl issue | 19 Aug 2007 22:25 GMT | 1 |
ASP.net 2.0, using Visual Studio 2005 Can't seem to figure out how to get a reference to a control in a FormView. I have tried the following code: Control list = ArticleDetailView.FindControl("IssueYearDropDown");
|
| How do I get the SMTP email address from web.config? | 19 Aug 2007 17:32 GMT | 2 |
I've tried: MailSettingsSectionGroup mailConfig = WebConfigurationManager.GetSection("system.net/mailSettings") as MailSettingsSectionGroup;
|
| question about viewstate | 19 Aug 2007 16:17 GMT | 1 |
when enableviewstate="true" i can see in the page source something like: <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUKLTE2MjY5MTY1NQ8WAh4FY291bnRmFgICA==" /> Now i do enableviewstate="false" in the same page. But in the page source, i
|
| MaterType | 19 Aug 2007 12:54 GMT | 2 |
When I want to reference my master page I use the following: <%@ MasterType virtualPath="~/Layout.master"%> Is there anyway I make this global within my project for all content pages? (in the web config or such)
|
| Locate records DataSet | 19 Aug 2007 09:21 GMT | 2 |
Hi, is there any way to do a Find / Locate on a DataSet? Because I need to do a ID field search on a DataSet... Thanks
|
| problem parameters in sqldatasource | 19 Aug 2007 04:14 GMT | 1 |
I'm facing a very simple problem. This DataSource returns the right result: <asp:SqlDataSource ID="SqlSons" runat="server" EnableCaching=true SelectCommand="SELECT no, titrefr FROM structure WHERE parent= 74ORDER BY no DESC" />
|
| E-Commerce | 19 Aug 2007 02:27 GMT | 5 |
I am working on a E-Commerce Site, im new in asp.net, Pls tell me what controls i should use for Product Display , I want also 'buy now' button under product display. Thanks in advance
|
| asp.net 2 @ client coockies | 18 Aug 2007 21:20 GMT | 5 |
i am trying to use this code: [code] If (True = Request.Browser.Cookies) Then ' this works! Dim testCookie As New HttpCookie("LastVisited")
|
| question about Sessionsate | 18 Aug 2007 21:19 GMT | 1 |
I read that SessionState is on by default. I also read that if it's not required, it must be better off (because of resources) My question is: i don't use session variables (like e.g.
|
| Custom Control Installation questions | 18 Aug 2007 20:44 GMT | 1 |
Can anyone send me to a tutorial on how to: 1. Create an Install package that will install a Custom Control to the GAC 2. Create a Custom Tab in VS.Net, with a custom name, which also copy the control to the New Tab (to be available in all ASP.Net websites)
|