Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / General / August 2007

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
menu question20 Aug 2007 04:55 GMT5
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 control20 Aug 2007 04:32 GMT2
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 GMT2
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 DataBind20 Aug 2007 03:43 GMT5
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 SQLServer20 Aug 2007 02:30 GMT4
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 issue19 Aug 2007 22:25 GMT1
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 GMT2
I've tried:
MailSettingsSectionGroup mailConfig =
WebConfigurationManager.GetSection("system.net/mailSettings") as
MailSettingsSectionGroup;
question about viewstate19 Aug 2007 16:17 GMT1
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
MaterType19 Aug 2007 12:54 GMT2
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 DataSet19 Aug 2007 09:21 GMT2
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 sqldatasource19 Aug 2007 04:14 GMT1
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-Commerce19 Aug 2007 02:27 GMT5
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 coockies18 Aug 2007 21:20 GMT5
i am trying to use this code:
[code]
If (True = Request.Browser.Cookies) Then ' this works!
Dim testCookie As New HttpCookie("LastVisited")
question about Sessionsate18 Aug 2007 21:19 GMT1
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 questions18 Aug 2007 20:44 GMT1
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)
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.