Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:694673
More Search Options
RSS Available
Matching Posts
help with the treeview...
I am just starting to use the treeview and the sitemap together. This is a very simple sitemap and treeview. the problem is that: according to the sitemap there is a root "home" and then there are 2 nodes "work Visa" and "skilled work visa". each of those nodes have subnodes or child nodes. the tree view works fine in the fist level of nodes. But if I open 1 of the main nodes to expose the child nodes all is ok but if I click on a child node it navigates to that page
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
bcweed966
on 11/21/2009
help firing and responding to a linkbuton click inside a gridview that is inside a repeater
I have this linkbutton inside a gridview collumn and that grid view is inside a repeater control. I want to repond to the clicking of the button and so far nothing. This is what I have tried so far. in the Gridview rowcommand as well as the repeater rowcommand I have tried to respond to the event but nothing: Protected Sub Repeater1_ItemCommand( ByVal source As Object , ByVal e As System.Web.UI.WebControls.RepeaterCommandEventArgs) Handles Repeater1.ItemCommand MsgBox(e.CommandArgument) End Sub Protected
Posted to
Data Presentation Controls
(Forum)
by
bcweed966
on 11/15/2009
how do I bind a dindable control to an enumeration?
I have this unemeration and I want it to be the list in a drop down lists: Public Enum ImmigrationType As Integer TempWorkPermit = 3 TempWorkPermitSpecialOccupations = 7 Entrepreneur = 15 EntrepreneurSpecial = 31 Farmer = 63 Familly = 127 FamillySpecial = 255 SemiUnskilledWork = 511 SkilledWork = 1023 SemiUnskilledWorkSpecialOccupations = 2047 SkilledWorkSpecialOccupations = 4095 Nominee = 9191 End Enum cant seem to find how to do this...
Posted to
Data Presentation Controls
(Forum)
by
bcweed966
on 11/11/2009
Re: how do I bind a dindable control to an enumeration?
thanks. how do I find the dropdown control from code behind if it is inside the editemplate of a formview control?
Posted to
Data Presentation Controls
(Forum)
by
bcweed966
on 11/11/2009
help parsin a date from a string
how come this line here always returns this value? what wrong with that? notice that the month is 'o1' but it parses it as october.... return Date.parseLocale( '01/01/1999' , 'dd/mm/yyyy' ); Fri Oct 1 07:01:00 PDT 1999
Posted to
Client Side Web Development
(Forum)
by
bcweed966
on 10/31/2009
Re: changing the maxvalue of a range validator at run time on the client with javascript?
thank you metalasp.net. I have marked you as the answer. but now would you know how to set the 'display' property of a validator control on the client with javascript? because I have noticed that in javascript on the client when you toggle the enable property with ValidatorEnable(val,true/false) it also resets the display property of the validator to 'Dynamic' when in fact they are all set to display=none originally and I would want to rest it to this value when I toggel my validator
Posted to
Web Forms
(Forum)
by
bcweed966
on 10/30/2009
Re: how to trap the change event of a radiobuttonlist in javascript or which radiooption is being selected?
dotnetrule, why cant I get it to work using document.getElementByID like that: document.getElementById("rblSample"); instead of var frm = document.forms[0]; var radiobuttonlist = frm.elements["rblSample"]; ???
Posted to
Client Side Web Development
(Forum)
by
bcweed966
on 10/30/2009
changing the maxvalue of a range validator at run time on the client with javascript?
is it possible to change the "maxValue" of the range validator at run time on the client with javascript? so that the range to validate could change depending on some data entered on the client by the user...
Posted to
Web Forms
(Forum)
by
bcweed966
on 10/28/2009
how to trap the change event of a radiobuttonlist in javascript or which radiooption is being selected?
In Javascript how do i figure out which radiobutton is being selected from a radiobuttonlist control? in javascript on the client...
Posted to
Client Side Web Development
(Forum)
by
bcweed966
on 10/28/2009
how can I delete all the anonymous users from my database?
I noticed that I have over 300,000 users with IsAnonymous=true in the aspnet_Users table of the aspnetdb database which is the membership and role management all from my development evironment. how can I delete them all? and at the same time delete their anonymous profile and the roles to which they might belong? I tried this but that did not work: Dim it As Long For Each us As MembershipUser In Membership.GetAllUsers If Profile.GetProfile(us.UserName).IsAnonymous Then For Each rol As String In Roles
Posted to
Security
(Forum)
by
bcweed966
on 10/27/2009
Page 1 of 64 (637 items) 1
2
3
4
5
Next >
...
Last »
Channel 9:
TWC9: XAML tools, Silverlight for Live Writer, Surface SDK,
Channel 9:
C9 Conversations: Brian Beckman on Complexity [C9 Conversations: Brian Beckman on Complexity]
Channel 10:
Black Friday Deals on Windows 7 Machines
Channel 10:
Holiday Shopping on Bing Cashback = Big Online Savings
Channel 10:
Black Friday Deals at the Microsoft Store
Channel 10:
Incredible Black Friday Deal: Windows 7 Notebook for $197
ASP.NET:
Presenting in Europe Next Week
TechNet Edge:
AlignIT IT Manager Podcast #30 - Straight Talk about Windows 7
WindowsClient:
You know your post rate has gone down...
Silverlight:
Geek Profiles – Scott Guthrie
Channel 9:
C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 9 of 13
TechNet Edge:
Managing Your Virtual World - Tech Focus November 2009 Part 2
ASP.NET:
Silverlight and RIA Services: Implementing Search
Channel 9:
C9 Lectures: Brian Beckman - Covariance and Contravariance in Physics 1 of 1
Channel 9:
Set Your Data Free
Channel 9:
Implementing a Silverlight SharePoint WebPart with Visual Studio 2010
WindowsClient:
New WPF Showcase Addition: Enterprise
Channel 9:
Reactive Extensions API in depth: Contract
WindowsClient:
Concluding "New WPF Features" Series
WindowsClient:
Introduction to TestApi – Part 5: Managed Code Fault Injection APIs
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online