Forum: ASP.NET Jun 2nd, 2008 |
| Replies: 1 Views: 369 |
Forum: ASP.NET Jun 2nd, 2008 |
| Replies: 1 Views: 369 How to wite an if in asp Can some one help me to write this in asp? Is it possible?
<asp:TemplateField HeaderText="Release">
<ItemTemplate>
<%# DataBinder.Eval(Container.DataItem,... |
Forum: ASP.NET May 30th, 2008 |
| Replies: 0 Views: 338 |
Forum: ASP.NET May 25th, 2008 |
| Replies: 1 Views: 398 ScrollBar How can I add a scrollbar in my asp page?
Thank you! |
Forum: ASP.NET May 21st, 2008 |
| Replies: 4 Views: 462 |
Forum: ASP.NET May 21st, 2008 |
| Replies: 4 Views: 462 |
Forum: ASP.NET May 21st, 2008 |
| Replies: 4 Views: 462 Regular Expressions Hi, can someone to help me to write an regular expression for a number from 1-100.
I need to validate an age field.
Thank you |
Forum: C# May 20th, 2008 |
| Replies: 3 Views: 711 WebApp DataGrid I will detailed more the problem:
I have a datagrid in a WebApp which contains a dropdownlist named ddlGroup, and 3 bounded columns MinAge, MaxAge and Code. In the datagrid I can Edit, Update,... |
Forum: C# May 20th, 2008 |
| Replies: 3 Views: 711 |
Forum: C# May 19th, 2008 |
| Replies: 3 Views: 711 Generate code on SetFocus Hello everybody,
I have a problem regarding setfocus.
I have a datagrid with 3 columns: MinAge, MaxAge and Code.
In Code column I need to generate a code on set focus event. I mean ... when you click... |
Forum: C# May 14th, 2008 |
| Replies: 8 Views: 1,436 |
Forum: C# May 14th, 2008 |
| Replies: 8 Views: 1,436 Re: How to add a new row to a datagrid Thank you to all for your answers.
My datagrid is binded to an object.
I am adding an new empty collection to the object before to bind it to the datagrid.
I have a new empty row into my datagrid,... |
Forum: C# May 13th, 2008 |
| Replies: 8 Views: 1,436 |
Forum: C# May 8th, 2008 |
| Replies: 0 Views: 622 delete items from a listbox in preload I have 2 listboxes lbxStdBoard and lbxBoard. When I select a value from lbxStdBoard the value apears in lbxBoard. Each listbox is connected to the database. When the value from lbxStdBoard is passed... |
Forum: C# May 7th, 2008 |
| Replies: 0 Views: 454 |