23,592 reputation
21338
bio website careers.stackoverflow.com/…
location Providence, RI
age 29
visits member for 1 year, 9 months
seen 8 hours ago
stats profile views 1,720

I'm passionate about what I do and love helping people. That's all there is to it.


May
6
comment Telerik getting selected ID (Get data from Radgrid selected item)
@Michel: You should be able to iterate over the SelectedItems collection without an issue. Are you not able to??
May
2
revised ASP.NET: Highlight menu item of current page
added 17 characters in body
May
2
comment ASP.NET: Highlight menu item of current page
Glad to hear it man. I like your code example, because it will work in all scenarios. I'm going to update my answer, and appreciate the suggestion.
Apr
13
answered force checkbox click event
Apr
13
comment Add Image and Hyperlink control to panel
+1: This is the answer.
Apr
13
answered What is best solution to generate Word document from ASP.NET?
Apr
2
awarded  Notable Question
Mar
26
comment ASP Dropdown list not changing the value
Have you tried removing the AutoPostBack property from the dropdown? You might also look into getting rid of the SqlDataSource control, and just bind the data in code-behind.
Mar
10
comment calling a c# function from javascript dosent work
Awesome. Don't forget to mark as the answer.
Mar
9
revised asp.net wizard reload same step twice
added 4 characters in body
Mar
9
revised calling a c# function from javascript dosent work
deleted 8 characters in body
Mar
9
revised calling a c# function from javascript dosent work
deleted 167 characters in body
Mar
9
answered calling a c# function from javascript dosent work
Mar
9
comment asp.net wizard reload same step twice
No problem dude.
Mar
9
comment asp.net wizard reload same step twice
It doesn't need to be entirely manual. The method above is just for when you need branching, otherwise just let it operate normally. My example looks complex because of all the branching that was needed for that functionality.
Mar
9
answered how to run asp.net code from string variable at runtime?
Mar
9
comment how to run asp.net code from string variable at runtime?
Yea... not going to happen, at least not how you're suggesting. Put this code into a user control, and pass the control name as a string instead.
Mar
9
answered asp.net wizard reload same step twice
Mar
8
revised Disable Postback on button ASP.NET c#
edited body
Feb
26
comment Write javascript for confirm delete in gridview rowdeleting event
Have you considered that there may be an issue with your implementation of the code? Pretty straight-forward stuff here.