Click here to Skip to main content
16,004,898 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: ASP Error on local site : Expected Error ';' Pin
Fred_Smith3-Sep-07 23:28
Fred_Smith3-Sep-07 23:28 
QuestionChanging the properties of control used in Web User Control from Web Form Pin
Dhyanga3-Sep-07 20:39
Dhyanga3-Sep-07 20:39 
AnswerRe: Changing the properties of control used in Web User Control from Web Form Pin
Sandeep Akhare3-Sep-07 20:54
Sandeep Akhare3-Sep-07 20:54 
AnswerRe: Changing the properties of control used in Web User Control from Web Form Pin
/randz3-Sep-07 20:59
/randz3-Sep-07 20:59 
GeneralRe: Changing the properties of control used in Web User Control from Web Form Pin
mani_iips3-Sep-07 23:07
mani_iips3-Sep-07 23:07 
GeneralRe: Changing the properties of control used in Web User Control from Web Form Pin
/randz3-Sep-07 23:24
/randz3-Sep-07 23:24 
QuestionDatalist inside datalist Pin
IamAmit3-Sep-07 20:33
IamAmit3-Sep-07 20:33 
AnswerRe: Datalist inside datalist Pin
rahul.net113-Sep-07 21:10
rahul.net113-Sep-07 21:10 
Hi You have to write a function and under which u have to find the nested
datalist using find method then u can use datasource property of second
datalist like.
 Sub NestedBind(ByVal sender As System.Object, ByVal e As DataGridItemEventArgs)<br />
        If (e.Item.ItemType = ListItemType.Item Or e.Item.ItemType = ListItemType.AlternatingItem) Then<br />
            CType(e.Item.FindControl("dgridTopic"), DataGrid).DataSource = CType(e.Item.DataItem, DataRowView).CreateChildView("DPItem1")<br />
            CType(e.Item.FindControl("dgridTopic"), DataGrid).DataBind()<br />
<br />
        End If<br />
<br />
    End Sub


and u have to call this procedure on itembound event of first datalist.


Rahul

GeneralRe: Datalist inside datalist Pin
IamAmit3-Sep-07 21:19
IamAmit3-Sep-07 21:19 
GeneralRe: Datalist inside datalist Pin
rahul.net113-Sep-07 22:29
rahul.net113-Sep-07 22:29 
Questiontool tip for each items in combobox(HTML Control) Pin
Member 38798813-Sep-07 20:17
Member 38798813-Sep-07 20:17 
AnswerRe: tool tip for each items in combobox(HTML Control) Pin
mani_iips3-Sep-07 23:12
mani_iips3-Sep-07 23:12 
QuestionEditable GridView. Please help Pin
varshavmane3-Sep-07 20:13
varshavmane3-Sep-07 20:13 
AnswerRe: Editable GridView. Please help Pin
Sathesh Sakthivel3-Sep-07 20:16
Sathesh Sakthivel3-Sep-07 20:16 
AnswerRe: Editable GridView. Please help Pin
Sandeep Akhare3-Sep-07 20:29
Sandeep Akhare3-Sep-07 20:29 
AnswerRe: Editable GridView. Please help Pin
VanithaVasu4-Sep-07 0:42
VanithaVasu4-Sep-07 0:42 
QuestionHelp Needed . Gridview . Pin
rtsviswa3-Sep-07 20:08
rtsviswa3-Sep-07 20:08 
AnswerRe: Help Needed . Gridview . Pin
Sandeep Akhare3-Sep-07 20:30
Sandeep Akhare3-Sep-07 20:30 
Questionrollup/rollout page Pin
saravanan053-Sep-07 20:02
saravanan053-Sep-07 20:02 
QuestionProblem during User Authentication. Pin
nagendrathecoder3-Sep-07 19:55
nagendrathecoder3-Sep-07 19:55 
AnswerRe: Problem during User Authentication. Pin
John-ph3-Sep-07 20:25
John-ph3-Sep-07 20:25 
GeneralRe: Problem during User Authentication. Pin
nagendrathecoder3-Sep-07 20:33
nagendrathecoder3-Sep-07 20:33 
GeneralRe: Problem during User Authentication. Pin
John-ph3-Sep-07 20:54
John-ph3-Sep-07 20:54 
GeneralRe: Problem during User Authentication. Pin
nagendrathecoder3-Sep-07 21:05
nagendrathecoder3-Sep-07 21:05 
GeneralRe: Problem during User Authentication. Pin
John-ph3-Sep-07 21:21
John-ph3-Sep-07 21:21 

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.