Click here to Skip to main content
15,896,912 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Cross Domain Authentication Pin
Sathesh Sakthivel18-May-08 20:06
Sathesh Sakthivel18-May-08 20:06 
GeneralRe: Cross Domain Authentication Pin
RCoate18-May-08 20:16
RCoate18-May-08 20:16 
GeneralRe: Cross Domain Authentication Pin
N a v a n e e t h18-May-08 21:08
N a v a n e e t h18-May-08 21:08 
QuestionParser Error Message: Access is denied: 'DCI'. (main application DLL) Pin
K.Safvi18-May-08 18:58
K.Safvi18-May-08 18:58 
AnswerRe: Parser Error Message: Access is denied: 'DCI'. (main application DLL) Pin
Sathesh Sakthivel18-May-08 20:08
Sathesh Sakthivel18-May-08 20:08 
AnswerRe: Parser Error Message: Access is denied: 'DCI'. (main application DLL) Pin
Rajesh R Subramanian18-May-08 21:35
professionalRajesh R Subramanian18-May-08 21:35 
AnswerRe: Parser Error Message: Access is denied: 'DCI'. (main application DLL) Pin
K.Safvi18-May-08 20:49
K.Safvi18-May-08 20:49 
QuestionDetail view inside repeater Pin
justintimberlake18-May-08 17:27
justintimberlake18-May-08 17:27 
I have detailview which is inside a repeater

The repeater is binded with categorytable
String sql=”select * from category”;


Bind the data source to the repeater
Now on repeater databind event I use find control to find the detail view and bind data to it


protected void Repeater1_ItemDataBound(object sender, RepeaterItemEventArgs
{
int catid = 0;
string sql = "Select * top(2) from items where catid =" + catid;
//where the catid changes when eahc row is create I wabt to show two data on each row of detail view
//find the the detail view bind the detail view with data

}



Now every things workfine it displyas the data but the problem is I want a header for each detailview which represents category name on top of detail view . I am not being able to do this
Like


Header(categoryname1)//not being able to display
//detail view to show items in that category(categoryname1) only 2 wll be //displayed I am able to display this
Separator //not being able to display
Header(categoryname2)// not being able to display
//detail view to show items in that category(categoryname2) only 2 wll be //displayed I am able to display this

Separator )// not being able to display
Is this question two silly?
Now if I use repater inside repaeter how can I display 2 items in each row which I get from database
QuestionWhen to use web parts in ASP.NET web apps Pin
Member 391904918-May-08 14:24
Member 391904918-May-08 14:24 
AnswerRe: When to use web parts in ASP.NET web apps Pin
Sathesh Sakthivel18-May-08 20:02
Sathesh Sakthivel18-May-08 20:02 
GeneralRe: When to use web parts in ASP.NET web apps Pin
N a v a n e e t h18-May-08 21:05
N a v a n e e t h18-May-08 21:05 
QuestioncheckBox in gridview Pin
trilokharry18-May-08 4:53
trilokharry18-May-08 4:53 
AnswerRe: checkBox in gridview Pin
boy.pockets18-May-08 20:19
boy.pockets18-May-08 20:19 
Questiondelete folder Pin
trilokharry18-May-08 4:27
trilokharry18-May-08 4:27 
AnswerPlease ignore. Pin
leckey18-May-08 4:36
leckey18-May-08 4:36 
GeneralRe: Please ignore. Pin
trilokharry18-May-08 5:07
trilokharry18-May-08 5:07 
GeneralRe: Please ignore. Pin
leckey18-May-08 13:12
leckey18-May-08 13:12 
Questiondelete folder in asp.net 2.0 Pin
trilokharry18-May-08 1:37
trilokharry18-May-08 1:37 
AnswerRe: delete folder in asp.net 2.0 Pin
Guffa18-May-08 2:12
Guffa18-May-08 2:12 
GeneralRe: delete folder in asp.net 2.0 Pin
trilokharry18-May-08 3:00
trilokharry18-May-08 3:00 
GeneralRe: delete folder in asp.net 2.0 Pin
MHASSANF18-May-08 3:19
MHASSANF18-May-08 3:19 
GeneralRe: delete folder in asp.net 2.0 Pin
trilokharry18-May-08 3:34
trilokharry18-May-08 3:34 
GeneralRe: delete folder in asp.net 2.0 Pin
trilokharry18-May-08 3:52
trilokharry18-May-08 3:52 
GeneralRe: delete folder in asp.net 2.0 Pin
Guffa18-May-08 6:33
Guffa18-May-08 6:33 
GeneralRe: delete folder in asp.net 2.0 Pin
trilokharry18-May-08 19:20
trilokharry18-May-08 19:20 

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.