Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
60% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements

12 Posted Topics

Member Avatar for vegaseat
Member Avatar for petersvp
0
10K
Member Avatar for Ali.M.Habib

Hi all Is there any way to write c# application for ipad , rather than monotouch , if no is there any good tutorial best regards

Member Avatar for Diamonddrake
0
94
Member Avatar for Ali.M.Habib

I have vista as operating system. and I use c# for programming , how to know the largest allocatable memory , and how to increase it Best regards

0
115
Member Avatar for Ali.M.Habib

Hi all, I use managed dlls in my application to read dicom data (.NET wrapper for visualisation tool kit if any one know) , the problem is that when trying to increase the DICOM series the system crashed , the reader uses 32 bit index pointers. on suggest using LARGEADDRESSAWARE …

0
75
Member Avatar for Ali.M.Habib

We use vb.NET windows form program to pass parameters to crystal report wich execute sql commands I use .NET 2003, crystal 9, windows server 2000 and SQL server 2000 at the above enviroment the reports application work very well when migrate to SQL server 2005 , and windows 2003 the …

Member Avatar for Ali.M.Habib
0
114
Member Avatar for Ali.M.Habib

Hi All, I have data repeater , I want depending on value of one of its contained label , highlight the row , how can I do that Unffortunatelly in asp.net 1.1 there's no e.item.css = "" what shall I do

0
58
Member Avatar for Ali.M.Habib

I have nested asp repeaters [CODE] <asp:repeater id="ParentRepeater" runat="server" OnItemDataBound="repMenu1_ItemDataBound"> <itemtemplate> <table> <tr> <td> <asp:CheckBox id="CheckBox1" runat="server" Text='<%# DataBinder.Eval(Container.DataItem,"DESCRIPTION") %>' OnCheckedChanged="chkBox_CheckedChanged" > </asp:CheckBox> </td> </tr> <tr> <td> <!-- start child repeater --> <asp:repeater id="childRepeater" runat="server"> <itemtemplate> <TABLE id="Table1" border="0" cellSpacing="0" cellPadding="0" width="1000"> <TR> <TD><%# DataBinder.Eval(Container.DataItem,"Trx") %></TD> <TD><%# DataBinder.Eval(Container.DataItem,"GL") %></TD> <TD><%# …

Member Avatar for mitulmodi.rcc
0
716
Member Avatar for Lardmeister
Member Avatar for nido
0
360
Member Avatar for RwCC
Member Avatar for Ali.M.Habib

Hello every one I want to creat web page for text chatting and life video transfering (i.e display users web cam or any camera attached) If any person have an idea , links or books I will appretiate that

Member Avatar for SheSaidImaPregy
0
74
Member Avatar for Ali.M.Habib

I have a tsak which is let the user draw any number of rectangles in a panel and if he want to move one of them use the mouse How can I do that please the problem faces me: 1. How let him draw many of them 2. How can …

Member Avatar for Jugortha
0
114
Member Avatar for Ali.M.Habib

I draw using this code which I find it easy when I save just give ayellow background bmp image what's the problem if any one have an idea how to save please tell me using System.Drawing.Drawing2D; using System; using System.Drawing; using System.Drawing.Imaging; using System.Collections; using System.ComponentModel; using System.Windows.Forms; using System.Data; …

Member Avatar for waterfall
0
165

The End.