Saturday, December 24, 2016

TreeView Takes From Database

As you know the tree view cannot takes a table datasource so i made a custome control ovrride the treeview control and takes (TableName,FieldID,FieldParentID,FiledText,ConnectionString)

And view it .

SharePoint 2016 Real Story (intro)

This will be one of a series about installing and configuring also may be some developing of a real SharePoint portal for a company I work for.
I will simulate every step with real configuration and share the setup and security problems to make sure I put you in my position.
I suppose this kind of experience is important for the new comers in SharePoint world –Developers | Administrators- and need some real hands on experience.
Please share your expectations and knowledge to make it as a guide for this implementation process.
Thanks.
Moreover, waiting for your contributions.

Tuesday, March 2, 2010

TreeView Takes From SQL Data Source

as you know the tree view control cannot be bount to sql table so i drived from asp TreeView and made my own control whitch takes (TableName,ID,ParentID,Text,ConnectionString)
and return a treeview
BindableTreeView.dll

Thursday, February 4, 2010

أفضل تصميم لقاعدة بيانات ؟

هل هو التصميم المليء بالعلاقات و الخالي تماما من التكرارات ؟ أم هل هو ا لتصميم اللذي يسهل التواصل معه من خلال واجهة المستخدم مع عدم إهمال الجوانب العامة للتصميم ؟ سأبدأ برأيي الشخصي و هو أن التصميم لقاعدة البيانات يبدأ من عند الإنتهاء من تصميم كافة جوانب النظام حيث تمثل قاعدة البيانات المخزن الرئيسي لأي نظام يلي ذلك عدة خطوات و هي إضافة الدوال المساعدة في تسهيل العمليات التي سيجريها النظام لاحقا.
يستكمل ...