Click here to Skip to main content
15,916,019 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: DOT NET Interview Questions and Answers Pin
Christian Graus27-Sep-07 23:14
protectorChristian Graus27-Sep-07 23:14 
AnswerRe: DOT NET Interview Questions and Answers Pin
Pete O'Hanlon28-Sep-07 2:55
mvePete O'Hanlon28-Sep-07 2:55 
Questionhow save tree view in XML. Pin
Piyush Vardhan Singh27-Sep-07 22:57
Piyush Vardhan Singh27-Sep-07 22:57 
JokeRe: how save tree view in XML. Pin
Imran Khan Pathan27-Sep-07 23:14
Imran Khan Pathan27-Sep-07 23:14 
GeneralRe: how save tree view in XML. Pin
Piyush Vardhan Singh27-Sep-07 23:30
Piyush Vardhan Singh27-Sep-07 23:30 
QuestionSiteMapPath control in asp.net c# Pin
Malayil alex27-Sep-07 22:50
Malayil alex27-Sep-07 22:50 
AnswerRe: SiteMapPath control in asp.net c# Pin
N a v a n e e t h27-Sep-07 23:23
N a v a n e e t h27-Sep-07 23:23 
Questiondropdown list inside datalist control Pin
rahul.net1127-Sep-07 22:48
rahul.net1127-Sep-07 22:48 
Hi I have put a dropdownlist inside the datalist.On selected index changed
event i need ddlist selected value. I am find control using find control
method but when i am selected the item from dropdownlist itemcommand
event dose not get fired? Why the event dose not get fired. My code is
as follow.
 Public Sub DtLreply_head_ItemCommand(ByVal source As System.Object, ByVal e As System.Web.UI.WebControls.DataListCommandEventArgs) Handles DtLreply_head.ItemCommand<br />
            Dim msginfo_selfcreate As DbProvider = New DbProvider<br />
            Dim dtr3, profile_rd As SqlDataReader<br />
           <br />
            Dim item As DataListItem<br />
            Dim ddlist As DropDownList<br />
            ddlist = e.Item.FindControl("ddstatus")<br />
            Dim val As String = ddlist.SelectedValue<br />
    <br />
<br />
        End Sub<br />




Please tell me what i should do?



Rahul

AnswerRe: dropdown list inside datalist control Pin
Imran Khan Pathan27-Sep-07 22:54
Imran Khan Pathan27-Sep-07 22:54 
GeneralRe: dropdown list inside datalist control Pin
rahul.net1127-Sep-07 23:01
rahul.net1127-Sep-07 23:01 
GeneralRe: dropdown list inside datalist control Pin
Imran Khan Pathan27-Sep-07 23:10
Imran Khan Pathan27-Sep-07 23:10 
GeneralRe: dropdown list inside datalist control Pin
rahul.net1127-Sep-07 23:36
rahul.net1127-Sep-07 23:36 
GeneralRe: dropdown list inside datalist control Pin
Imran Khan Pathan28-Sep-07 0:00
Imran Khan Pathan28-Sep-07 0:00 
GeneralRe: dropdown list inside datalist control Pin
rahul.net1128-Sep-07 0:38
rahul.net1128-Sep-07 0:38 
QuestionHow to disable all controls of aspx page Pin
That's Aragon27-Sep-07 22:46
That's Aragon27-Sep-07 22:46 
AnswerRe: How to disable all controls of aspx page [modified] Pin
Parwej Ahamad27-Sep-07 22:54
professionalParwej Ahamad27-Sep-07 22:54 
GeneralRe: How to disable all controls of aspx page Pin
That's Aragon27-Sep-07 23:15
That's Aragon27-Sep-07 23:15 
GeneralRe: How to disable all controls of aspx page Pin
Christian Graus27-Sep-07 23:16
protectorChristian Graus27-Sep-07 23:16 
GeneralRe: How to disable all controls of aspx page Pin
Christian Graus27-Sep-07 23:15
protectorChristian Graus27-Sep-07 23:15 
GeneralRe: How to disable all controls of aspx page Pin
John-ph27-Sep-07 23:25
John-ph27-Sep-07 23:25 
GeneralRe: How to disable all controls of aspx page Pin
Parwej Ahamad27-Sep-07 23:28
professionalParwej Ahamad27-Sep-07 23:28 
GeneralRe: How to disable all controls of aspx page Pin
That's Aragon27-Sep-07 23:50
That's Aragon27-Sep-07 23:50 
AnswerRe: How to disable all controls of aspx page Pin
John-ph27-Sep-07 23:17
John-ph27-Sep-07 23:17 
QuestionProblem in Javascript Pin
Vanamaindia27-Sep-07 21:27
Vanamaindia27-Sep-07 21:27 
AnswerRe: Problem in Javascript Pin
Christian Graus27-Sep-07 21:36
protectorChristian Graus27-Sep-07 21:36 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.