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

ASP.NET

 
GeneralRe: CheckBox CheckedChanged automatically fire Pin
Not Active7-Apr-10 9:02
mentorNot Active7-Apr-10 9:02 
QuestionWhen Do we use dataset.tables[0]!=null and dataset.tables[0].rows.count >0 Pin
raghvendrapanda7-Apr-10 6:29
raghvendrapanda7-Apr-10 6:29 
AnswerRe: When Do we use dataset.tables[0]!=null and dataset.tables[0].rows.count >0 Pin
Brij7-Apr-10 6:45
mentorBrij7-Apr-10 6:45 
GeneralRe: When Do we use dataset.tables[0]!=null and dataset.tables[0].rows.count >0 Pin
raghvendrapanda7-Apr-10 6:48
raghvendrapanda7-Apr-10 6:48 
GeneralRe: When Do we use dataset.tables[0]!=null and dataset.tables[0].rows.count >0 Pin
Not Active7-Apr-10 7:05
mentorNot Active7-Apr-10 7:05 
AnswerRe: When Do we use dataset.tables[0]!=null and dataset.tables[0].rows.count >0 Pin
Anurag Gandhi7-Apr-10 20:47
professionalAnurag Gandhi7-Apr-10 20:47 
QuestionPass Data from Page to Control and find current loaded Control Pin
-Muc_7-Apr-10 6:02
-Muc_7-Apr-10 6:02 
AnswerRe: Pass Data from Page to Control and find current loaded Control Pin
Brij7-Apr-10 6:15
mentorBrij7-Apr-10 6:15 
-Muc_ wrote:
1. How i can pass value from Page to a User Control maybe with a Event Delegate?


- One simple way you can do it, Have a public property in usercontrol which takes the value that you want and pass it from the page.


-Muc_ wrote:
2. In the code below i have a user control, but I can not access it in the code behind and in the designer it is not registered.


We cannot access directly any item that is in repeater.If you want to access it then you have to find it dynamically from codebehind using findcontrol.You can find it in itemdatabound of repeater.

Actually when we bind a datasource to repeater, the number of rows is created based on data and for every row sepearte control is created, so to access these controls you can access using find control in itemadatabound.
for details Have a look

GeneralRe: Pass Data from Page to Control and find current loaded Control Pin
-Muc_7-Apr-10 6:46
-Muc_7-Apr-10 6:46 
GeneralRe: Pass Data from Page to Control and find current loaded Control Pin
Brij7-Apr-10 17:40
mentorBrij7-Apr-10 17:40 
GeneralRe: Pass Data from Page to Control and find current loaded Control Pin
-Muc_8-Apr-10 21:00
-Muc_8-Apr-10 21:00 
QuestionCreate login form wizard asp - add extra field for security login Pin
alexa_adrian20017-Apr-10 3:38
alexa_adrian20017-Apr-10 3:38 
AnswerRe: Create login form wizard asp - add extra field for security login Pin
Not Active7-Apr-10 5:17
mentorNot Active7-Apr-10 5:17 
GeneralRe: Create login form wizard asp - add extra field for security login Pin
alexa_adrian20017-Apr-10 20:15
alexa_adrian20017-Apr-10 20:15 
QuestionAutomatic logout Pin
Morgs Morgan7-Apr-10 3:28
Morgs Morgan7-Apr-10 3:28 
AnswerRe: Automatic logout Pin
Arindam Tewary7-Apr-10 3:43
professionalArindam Tewary7-Apr-10 3:43 
Questiondatatable merging Pin
sekannak7-Apr-10 2:56
sekannak7-Apr-10 2:56 
AnswerRe: datatable merging Pin
Arindam Tewary7-Apr-10 3:22
professionalArindam Tewary7-Apr-10 3:22 
Questionimplement a dicom viewer using asp.net + C# Pin
Punit Belani7-Apr-10 2:17
Punit Belani7-Apr-10 2:17 
AnswerRe: implement a dicom viewer using asp.net + C# Pin
Arindam Tewary7-Apr-10 3:24
professionalArindam Tewary7-Apr-10 3:24 
GeneralRe: implement a dicom viewer using asp.net + C# Pin
Punit Belani7-Apr-10 3:35
Punit Belani7-Apr-10 3:35 
GeneralRe: implement a dicom viewer using asp.net + C# Pin
Jamil Hallal4-Jun-10 3:11
professionalJamil Hallal4-Jun-10 3:11 
AnswerRe: implement a dicom viewer using asp.net + C# Pin
Pablo Cervio8-Sep-10 8:30
Pablo Cervio8-Sep-10 8:30 
QuestionASP.NET Control Custom Attribute Pin
Ahmed Galal7-Apr-10 1:39
Ahmed Galal7-Apr-10 1:39 
AnswerRe: ASP.NET Control Custom Attribute Pin
Arun Jacob7-Apr-10 1:52
Arun Jacob7-Apr-10 1:52 

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.