Click here to Skip to main content
15,890,845 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: gridview Pin
Kissy1630-Apr-10 19:42
Kissy1630-Apr-10 19:42 
QuestionHow to find all Created Items in a Repeater Pin
-Muc_29-Apr-10 21:29
-Muc_29-Apr-10 21:29 
AnswerRe: How to find all Created Items in a Repeater Pin
Abhishek Sur29-Apr-10 21:48
professionalAbhishek Sur29-Apr-10 21:48 
GeneralRe: How to find all Created Items in a Repeater Pin
-Muc_29-Apr-10 21:58
-Muc_29-Apr-10 21:58 
GeneralRe: How to find all Created Items in a Repeater Pin
Abhishek Sur29-Apr-10 22:01
professionalAbhishek Sur29-Apr-10 22:01 
GeneralRe: How to find all Created Items in a Repeater Pin
-Muc_29-Apr-10 22:27
-Muc_29-Apr-10 22:27 
GeneralRe: How to find all Created Items in a Repeater Pin
Abhishek Sur30-Apr-10 0:00
professionalAbhishek Sur30-Apr-10 0:00 
GeneralRe: How to find all Created Items in a Repeater Pin
-Muc_30-Apr-10 0:23
-Muc_30-Apr-10 0:23 
I have read it

I mean create outside the function the counter.
if the counter has reached 2, then I'll get the created controls and put them into the new DIV with CSS...


Thats my GroupRepeater ItemdataBound
  protected virtual void RepeaterGroup_ItemdataBound(object sender, RepeaterItemEventArgs e)<br />
        {<br />
            MuMSkillGroup group = (MuMSkillGroup)e.Item.DataItem;<br />
            SkillGroupControl currentGoup = (SkillGroupControl)e.Item.FindControl("Skillgroup");<br />
            currentGoup.CurrentGroupName = group.SkillGroupName;<br />
            currentGoup.IsMatrix = false;<br />
            currentGoup.BindAsMyskillpage = true;<br />
}

GeneralRe: How to find all Created Items in a Repeater Pin
-Muc_30-Apr-10 4:28
-Muc_30-Apr-10 4:28 
GeneralRe: How to find all Created Items in a Repeater Pin
Abhishek Sur30-Apr-10 5:49
professionalAbhishek Sur30-Apr-10 5:49 
QuestionFailed to find or load the registered .Net Framework Data Provider Pin
reogeo200829-Apr-10 21:19
reogeo200829-Apr-10 21:19 
AnswerRe: Failed to find or load the registered .Net Framework Data Provider Pin
Abhishek Sur29-Apr-10 21:52
professionalAbhishek Sur29-Apr-10 21:52 
QuestionI want to trigger an event of page (b) from page (a). How do I do that? Pin
tamilpuyal_2829-Apr-10 20:35
tamilpuyal_2829-Apr-10 20:35 
AnswerRe: I want to trigger an event of page (b) from page (a). How do I do that? Pin
Abhijit Jana29-Apr-10 20:45
professionalAbhijit Jana29-Apr-10 20:45 
AnswerRe: I want to trigger an event of page (b) from page (a). How do I do that? Pin
Abhishek Sur29-Apr-10 21:58
professionalAbhishek Sur29-Apr-10 21:58 
Questionhttp Basic authentication(RFC2617) Pin
kunaltilak29-Apr-10 20:28
kunaltilak29-Apr-10 20:28 
AnswerRe: http Basic authentication(RFC2617) Pin
SeMartens29-Apr-10 20:53
SeMartens29-Apr-10 20:53 
AnswerRe: http Basic authentication(RFC2617) Pin
kunaltilak29-Apr-10 21:46
kunaltilak29-Apr-10 21:46 
GeneralRe: http Basic authentication(RFC2617) Pin
kunaltilak2-May-10 19:55
kunaltilak2-May-10 19:55 
QuestionIIS cache issue Pin
Abbas_here29-Apr-10 20:11
Abbas_here29-Apr-10 20:11 
QuestionDateTime Problem Pin
Amit Patel198529-Apr-10 20:01
Amit Patel198529-Apr-10 20:01 
AnswerRe: DateTime Problem Pin
Jamil Hallal29-Apr-10 20:09
professionalJamil Hallal29-Apr-10 20:09 
AnswerRe: DateTime Problem [modified] Pin
An Ha Ja29-Apr-10 20:10
An Ha Ja29-Apr-10 20:10 
AnswerRe: DateTime Problem Pin
Dinesh Mani29-Apr-10 20:17
Dinesh Mani29-Apr-10 20:17 
AnswerRe: DateTime Problem Pin
Amit Patel198529-Apr-10 20:22
Amit Patel198529-Apr-10 20:22 

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.