Forum: ASP.NET Oct 4th, 2005 |
| Replies: 4 Views: 4,116 <!-- Code in ASPX DataGrid -->
<ItemTemplate>
<input type="button" value="Move" onclick="javascript:SwapList('<%# (Container.ItemIndex + 1) %>');">
</ItemTemplate>
//Javascript Code: ... |
Forum: ASP.NET Oct 3rd, 2005 |
| Replies: 4 Views: 4,116 Not sure if this is what you are attempting to do.
Scenerio
Datagrid has a 2 listbox controls. When clicking >> button, click event should move selected items from listbox1 to listbox2
... |
Forum: Web Development Job Offers Oct 1st, 2005 |
| Replies: 8 Views: 5,038 If you want a cost effective yet well architected solution, I am willing to provide a quote and RFC document after recieving details on your project.
I am a senior software engineer, and am in the... |
Forum: ASP.NET Oct 1st, 2005 |
| Replies: 10 Views: 24,799 ITSenior great response. Below is my thought to possibly provide additional insight.
Java vs. .NET is a common topic. What the Java folks have over the .NET folks is strong experience in OO... |
Forum: ASP.NET Oct 1st, 2005 |
| Replies: 5 Views: 2,832 I agree with tgreer, his example would never return "123". The only thing I can think is that you are using a string as your counter variable and concatenating it rather than using an integer and... |
Forum: ASP.NET Oct 1st, 2005 |
| Replies: 2 Views: 7,661 I think this is what you are attempting to do.
Scenario:
DataGrid is bound with data, if a certain value in the row is null then do not display the checkbox.
Code (code-in-front):
... |
Forum: ASP.NET Oct 1st, 2005 |
| Replies: 1 Views: 2,834 Ajax is the wave of the future, Google's adoption started the trend but even Microsoft is aboard (Atlas project). A user control I have created that has recieved rave reviews by end-users is a paged... |
Forum: JavaScript / DHTML / AJAX Sep 27th, 2005 |
| Replies: 25 Views: 25,271 The future is web applications, and needs to provide the same capabilities as a WinForms, if the developer deems so. 90% of my sites are intranet based, so I do not have the fear of anonymous users.... |