Click here to Skip to main content
15,890,407 members

Comments by iMaker.ph (Top 67 by date)

iMaker.ph 22-Jan-14 8:30am View    
I cannot fire the TextChange event of my TextBox
TextBox and GridView are in the same User Control
iMaker.ph 18-Jan-14 4:52am View    
ok

1. Master Page Which have
ImageButton To show the modal popup that contains my User Control
TextBox which value will came from my User Control
2. Once ImageButton is Click
The Onclick Event will loads/pass a DataTable to my User Control PageLoad then
Modal popup will show
3. On the PageLoad of my User Control DataTable will be the source of my GridView
4. On my User Control
I Have a TextBox and a GridView, When Ever I hit Enter/Tab I want to Search on the GridView to Display the Data and then Select the Item to passed to My Master Page Textbox
iMaker.ph 26-Nov-13 7:00am View    
Hmm Thanks for the Help, You've help a lot :) back to research and reading articles again :D
iMaker.ph 26-Nov-13 6:17am View    
Hmm Seems that creating new object per Role would be the best solution.
I get the point of abstract Class and derive to its child class.

But am confuse with the GetUser whats its implementation o.O ?

Thank :)
iMaker.ph 26-Nov-13 5:14am View    
Hmm I prefer using Creating a class rather than using the web.config, maybe for Practices :) thanks anyway