Forum: ASP.NET Oct 4th, 2005 |
| Replies: 4 Views: 2,688 Re: Working on Datagrid with Listboxes !! <!-- 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: 2,688 Re: Working on Datagrid with Listboxes !! 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... |
Forum: Web Development Job Offers Oct 1st, 2005 |
| Replies: 8 Views: 3,805 Re: need an ASP.NET programmer $$ 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: 16,993 |
Forum: ASP.NET Oct 1st, 2005 |
| Replies: 5 Views: 2,212 Re: counting checkboxes 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: 5,348 Re: hide checkbox when field value is null 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: 1,774 Re: Final Year Project 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: 17,782 Re: Save Target as... 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.... |