we have this problem too
Mahdi_kishislan
Posts
-
Code Project in Iran -
Desing LayerHi if i have same table structure is it possible to create one BLL class and one DAL class for handle operation for these table tnx
-
How To access inner Control in custom user controltnx.good idea
-
How To access inner Control in custom user controltnx.good idead
-
How To access inner Control in custom user controli creat custom control that have a lable. how can i expose all property of this lable for cotrol consumer
-
Stored Procedurestnx david
-
Stored Procedurestnx
-
Stored Procedurestnx david.but i have 8 table with this structure .we have to design (delete,update,insert,SearchByName,SearchCode,....)store procedure .now what is the best way??
-
Stored ProceduresHi i want to design database that have different object but with the same structure . we have feeling table with this structure (code,name,id) also zone table with (code,name,id). my question is ,i have to design separate procedure for insert & update & delete or i can use one procedure for both table ?? is it possible to send table name?? is it good way to send table name from DAL OR BLL layer? please help me
-
Grid View Columnsome column come from database but these 2 column generate at runtime.i think thic part of code call twice.what can i do when i have custom control and want generate columns at runtime?
-
Grid View Columni create control and this control derived from gridview control.then i add 2 column in constructor like this : InitializeComponent(); this.AutoGenerateColumns = false; DataGridViewCheckBoxColumn cb = new DataGridViewCheckBoxColumn(); cb.HeaderText = ""; cb.Name = "dgvcSelect"; this.Columns.Add(cb); DataGridViewTextBoxColumn tb = new DataGridViewTextBoxColumn(); tb.Name = "dgvcRowNumber"; tb.HeaderText = "ردیف"; but when i run my program 4 column generate for me.where is the problem? please help me
-
Grid View Columni create control and this control derived from gridview control.then i add 2 column in constructor like this : InitializeComponent(); this.AutoGenerateColumns = false; DataGridViewCheckBoxColumn cb = new DataGridViewCheckBoxColumn(); cb.HeaderText = ""; cb.Name = "dgvcSelect"; this.Columns.Add(cb); DataGridViewTextBoxColumn tb = new DataGridViewTextBoxColumn(); tb.Name = "dgvcRowNumber"; tb.HeaderText = "ردیف"; but when i run my program 4 column generate for me.where is the problem? please help me
-
Databindinghow can i bind checklistbox control with object in memory in asp.net
-
month calenderi want to change .net calender .i need persian month calender .i want to change normal calender to my favorite calender .how can i do ?
-
i want to encrypt passwordcan you help me i want to encrypt password that user input from c# app how can do it thanks
-
Plz Help Me [modified]Hello My friends i want to learn database programming csharp can you suggest me good refrence for learn. :confused::confused::confused:
modified on Saturday, February 9, 2008 4:04 PM