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:854673
More Search Options
RSS Available
Matching Posts
Re: disable and select treeview node according to id
Hi Actually i am using a usercontrol in this usercontorl i am binding the treeview control . and in my aspx page i am using this usercontrol in two places. i am getting the id when i click the first usercontrol and i want to set selected node to be disable in second usercontrols treeview
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
warangal
on 11/24/2009
how to access treeview node of treeview control based on id in asp.net
Hi i have a function i want to get node from treeview1 control based on id parameter passed. Public Sub CheckIsEnabled(ByVal ID As Integer) Dim node As TreeNode Me.FillTreeview() 'TreeNode[] tn = treeView1.Nodes[0].Nodes.Find(txtNodeSearch.Text, true); 'Dim tn As TreeNode = Me.TreeView1.Nodes(0).ChildNodes.fi For Each node In TreeView1.Nodes If node.Value <> "" Then If node.Value = ID Then node.Selected = False 'Run Recursive code here to enable/disable the nodes End If
Posted to
Getting Started
(Forum)
by
warangal
on 11/24/2009
disable and select treeview node according to id
HI I am binding treeview with recursive function Private Sub FillTreeview() Dim ds As New DataSet Try Dim dt As DataTable = obj.getAll Me.TreeView1.Nodes.Clear() Dim i As Integer Dim Root As TreeNode = New TreeNode("structure") Root.SelectAction = TreeNodeSelectAction.None Root.Value = "" Me.TreeView1.Nodes.Add(Root) If Not dt Is Nothing Then If dt.Rows.Count > 0 Then For i = 0 To dt.Rows.Count - 1 If IsDBNull(dt.Rows(i).Item("Structure_ParentId")) Then Dim Parent
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
warangal
on 11/23/2009
Re: disable and select treeview node according to id
Hi I get the idea about your sub but i am loosing the node.value and treeview1 when page postback, and if id matches then how can i check the its child nodes can u provide recursive function and how i disable nodes
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
warangal
on 11/23/2009
show radiobuttons when checkbox click
HI I have a checkbox list in a div control i want to show one radio button beside one checkbox when i click one check. <div id="pnl" runat="server" > <p> <asp:Label ID="lbl" runat="server" Text="Choose for Organizatn" ></asp:Label></p> <asp:CheckBoxList ID="chk" CssClass="List" runat="server" > </asp:CheckBoxList> </div>
Posted to
Web Forms
(Forum)
by
warangal
on 11/18/2009
display radiobttons for every checkbox control in repeater
Hi I want to display radiobttons for every checkbox control in repeater in repeater checkboxs were bounded from database(tblEmployee) when i select one checkbox i can coose radiobuttons and i am going to save selected checkbox value and selected radiobutton value as boolean in database(tblemloyeeIsManager) --tblemloyeeIsManager-- empid Empname EmpIsManager
Posted to
Data Presentation Controls
(Forum)
by
warangal
on 11/18/2009
Re: display radiobttons for every checkbox control in repeater
Hi can u provide html source of repeater how i display checkboxes and radiobuttons in repeater control
Posted to
Data Presentation Controls
(Forum)
by
warangal
on 11/18/2009
textbox size will expand according user input
HI i have a form and some textfields in it when ever user enter some text in my textboxes i want the size of textbox will expand according to characters in text
Posted to
Client Side Web Development
(Forum)
by
warangal
on 11/14/2009
how i acess bound column value in my function
I Hi I have a gridviw binded with a datatable in my gridview i have bound column i want to acess this bound column value in a function how i acess bound column value in my function <asp:GridView ID="gvdefinition" runat="server" datakey SkinID="gvSkinSmall" AutoGenerateColumns="false" AllowPaging="false" AllowSorting="false"> <Columns> <asp:BoundField DataField="id" HeaderText="Definition_Id" Visible="false"
Posted to
Data Presentation Controls
(Forum)
by
warangal
on 11/11/2009
Re: how i acess bound column value in my function
Hi In my gridview asp:bound column is invisible and i want to acess in particular row Dim dt As Data.DataTable = CType(ViewState("CurrentTable"), DataTable) If RowIndex < dt.Rows.Count Then ViewState("GID")=me.gvdefinition.Rows(rowindex).---------? dt.Rows(RowIndex).Delete() Me.gvdefinition.DataSource = dt Me.gvdefinition.DataBind() End If
Posted to
Data Presentation Controls
(Forum)
by
warangal
on 11/11/2009
Page 1 of 13 (121 items) 1
2
3
4
5
Next >
...
Last »
TechNet Edge:
Joachim Nässlander on Live Migration
ASP.NET:
T4MVC 2.6: MVC 2 Areas support
ASP.NET:
Script# Update - v0.5.5.0
Channel 10:
Difference between DirectX 10 and DirectX 11
Channel 10:
WHS Power Pack 3 Arrives
Channel 10:
ASUS Brings GUI to BIOS
ASP.NET:
Microsoft AJAX CDN – Now with SSL Support
Channel 9:
TWC9: XAML tools, Silverlight for Live Writer, Surface SDK,
ASP.NET:
PDC09 Talk: Building Amazing Business Applications with Silverlight 4, RIA Services and Visual Studio 2010 – Now in Visual Basic!!
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
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online