Click here to Skip to main content
15,894,017 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: RadioButtonList Problem Pin
N a v a n e e t h17-Apr-09 4:17
N a v a n e e t h17-Apr-09 4:17 
AnswerRe: RadioButtonList Problem Pin
Dev S17-Apr-09 4:19
Dev S17-Apr-09 4:19 
AnswerRe: RadioButtonList Problem Pin
Abhijit Jana17-Apr-09 4:19
professionalAbhijit Jana17-Apr-09 4:19 
QuestionHow do I create a Menu driven Grid View using code behind. The following code works but..... Pin
Alpine7717-Apr-09 4:03
Alpine7717-Apr-09 4:03 
AnswerRe: How do I create a Menu driven Grid View using code behind. The following code works but..... Pin
Yusuf17-Apr-09 4:56
Yusuf17-Apr-09 4:56 
GeneralRe: How do I create a Menu driven Grid View using code behind. The following code works but..... Pin
Alpine7717-Apr-09 5:25
Alpine7717-Apr-09 5:25 
GeneralRe: How do I create a Menu driven Grid View using code behind. The following code works but..... Pin
ToddHileHoffer17-Apr-09 6:17
ToddHileHoffer17-Apr-09 6:17 
GeneralRe: How do I create a Menu driven Grid View using code behind. The following code works but..... Pin
Alpine7717-Apr-09 7:11
Alpine7717-Apr-09 7:11 
Thanks for the reply I am going to try this but I must first find out how to link and event to a dynamically created control. i believe I can use the AddHandler like below.

AddHandler Menu3.MenuItemClick, AddressOf Menu3_Click

Public sub Menu3_Click(ByVal sender as system.object,ByVal e as System.EventArgs)
'Databind code
End Sub

but it does not seem to be working. I will do some research and once I have this working I will let you know if moving this code from the page load fixes the original problem.

Thanks again.
GeneralRe: How do I create a Menu driven Grid View using code behind. The following code works but..... Pin
ToddHileHoffer17-Apr-09 7:18
ToddHileHoffer17-Apr-09 7:18 
Questionrelation in gridview Pin
sasan5617-Apr-09 3:39
sasan5617-Apr-09 3:39 
AnswerRe: relation in gridview Pin
Dev S17-Apr-09 4:15
Dev S17-Apr-09 4:15 
QuestionGridview Number Format Pin
sasan5617-Apr-09 2:40
sasan5617-Apr-09 2:40 
AnswerRe: Gridview Number Format Pin
ToddHileHoffer17-Apr-09 3:03
ToddHileHoffer17-Apr-09 3:03 
GeneralRe: Gridview Number Format Pin
sasan5617-Apr-09 3:17
sasan5617-Apr-09 3:17 
GeneralRe: Gridview Number Format Pin
Herman<T>.Instance20-Apr-09 3:18
Herman<T>.Instance20-Apr-09 3:18 
Questionupdate panel problem Pin
Abhishek Rana17-Apr-09 1:24
Abhishek Rana17-Apr-09 1:24 
AnswerRe: update panel problem Pin
Yusuf17-Apr-09 2:42
Yusuf17-Apr-09 2:42 
GeneralRe: update panel problem Pin
ToddHileHoffer17-Apr-09 3:09
ToddHileHoffer17-Apr-09 3:09 
Question'integrated security' error Pin
sasan5617-Apr-09 1:17
sasan5617-Apr-09 1:17 
AnswerRe: 'integrated security' error Pin
Ashfield17-Apr-09 2:03
Ashfield17-Apr-09 2:03 
GeneralRe: 'integrated security' error Pin
sasan5617-Apr-09 2:32
sasan5617-Apr-09 2:32 
GeneralRe: 'integrated security' error Pin
Arindam Tewary17-Apr-09 2:37
professionalArindam Tewary17-Apr-09 2:37 
GeneralRe: 'integrated security' error Pin
sasan5617-Apr-09 2:47
sasan5617-Apr-09 2:47 
GeneralRe: 'integrated security' error Pin
Arindam Tewary17-Apr-09 3:04
professionalArindam Tewary17-Apr-09 3:04 
GeneralRe: 'integrated security' error Pin
Abhijit Jana17-Apr-09 3:24
professionalAbhijit Jana17-Apr-09 3:24 

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.