Click here to Skip to main content
Page 1 of 1
Page Size: 10 · 25 · 50


Author filtered by: Mahmudunnabi [x]
Question 12 May 2013   license: CPOL
Dear,I have faced a query problem.I have table name sale(sale_id,balance,customer_id)Data like assale_id, balance, customer_id1 , 500 , 22 , 600 , ...
Question 23 Apr 2013   license: CPOL
Dear,I have Stored procedure(MSSQL2005) receives two parameter.I sent it crystal report(subreport).When i execute this stored procedure in database it works fine & give me correct data.Problem,When i run application & pass parameter in crystal report(sub report) it show duplicate data I...
Question 14 Apr 2013   license: CPOL
Dear,I am facing problem as follows describes bellow,I have two drop-down control in asp.net page.2nd one load based on first drop-down,when first one have only one data it is not fired & 2nd one not loaded.I have tried first one fixed a item "--select--". now it's work but need...
Question 25 Nov 2012   license: CPOL
Dear,I have accounts Project made in C# 3.5 through back end database Sql serverNow it was in name accounts database namenow I have need to different database name like garments.i have previously done through
Question 3 Jul 2012   license: CPOL
Dear,I have a table name Item(Item_id,Item_name) table data like 1 BasicSalary 2 Medical 3 Loandry 4 Transport 5 Rent 6 GrossSalary 7 OverTime it can be more..now the main point i need a query that can arrange it following...
Question 11 Jun 2012   license: CPOL
Dear,I am couldn't find out the solution about primary key in my table.explanation,like I have a table Employee column name EMP_ID(data type int) then it is identity column yes,as so far all is ok. Now problem is when I delete data like it wast 8 data.After Deleting All data, Inserting data...
Question 4 Mar 2012   license: CPOL
Dear,I need a immediate solution,when i load grid-view in asp.net 3.5 only 10 thousands data it will reflect pagerequestmanager request time out this error message when data is less then it works fine.I am in deep dilemma.can any one experience this problem,what can be appropriate solution....
My vote of 5 by Mahmudunnabi
Forum Message 12 Dec 2011  
good,clean,and needful
Question 7 Dec 2011   license: CPOL
Dear,I need a information accurately,I have a php project that have multiple module i need access different MySQL database.like education module will be accessed db_education database andbusiness module will be accessed db_business database.Is it possible and if then can it be problem in...
Question 23 Nov 2011   license: CPOL
Dear,I am in great tense regarding connectivity problem.here below I try to explain my problem.##################################### here two problems arise I...
Orcale Insert Problem by Mahmudunnabi
Question 26 Oct 2011   license: CPOL
Dear,I am in dilemma with this problems,I have a front end application that have a page,so far it was working well,now unfortunately not work,then I found out this problem
Question 17 Oct 2011   license: CPOL
Dear,Please help me to get out from this problem.FUNCTION Get_New_DISTRIBUTERID (a IN NUMBER) RETURN VARCHAR2IS tmp_id SM_DIVIDEND_BONUSDISTRIBUTER.DIVIDEND_DISTRIBUTER_ID%TYPE;BEGIN SELECT NVL (MAX (DIVIDEND_DISTRIBUTER_ID), TO_CHAR (SYSDATE, 'yymmdd') ||...
Question 26 Sep 2011   license: CPOL
Dear,I need to make a store procedure that takes any table name and field based on requirement.example:I have a table name employee belongs field name like empID,empName,empAddressthen it will take one parameter table name employee and other three parameter as well other field...
Question 21 Sep 2011   license: CPOL
Dear,I have in serious problem for writing a query like,I have 50,50.1,50.2,100.3,10000.2 quantity.I need when no point then like 50,when point I need like50.1 then 50 and 1,when 10000.2 then 10000 and 2example:50=output=5050.1= output=50 and 110000.2=output=10000 and...
Question 28 Dec 2010   license: CPOL
Dear,I want to just show my Image in Image protected void btnLoad_Click(object sender, EventArgs e) { string connstr = System.Configuration.ConfigurationManager.ConnectionStrings["oracleConString"].ToString(); OracleConnection con = new...
Question 9 Nov 2010   license: CPOL
Dear I want to create new database and schema then connecting through toad.I have followed this step,tns configuration:SMS_FL = (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = MIT-STA-03)(PORT = 1521)) ) (CONNECT_DATA = (SERVICE_NAME =...
Question 7 Nov 2010   license: CPOL
Hi,I have made a desk top based application in C# visual studio 2008.However, when I am going to debug mode it shows numeric variable value in hex(16 decimal) based, but I need actual 10 base decimal value not hex value.How can I solve this problem.Any help thanks in advanceMasud
Question 27 Oct 2010   license: CPOL
Dear,I have made a ftp file explorer but unfortunately it won't work when refresh current directory passive false mode not enter.private void bgworkerImporter_DoWork(object sender, DoWorkEventArgs e){ BackgroundWorker worker = sender as BackgroundWorker; for (; ; ) { ...
Question 23 Oct 2010   license: CPOL
Hi,I am in deep problems in handling ftp file in UNIX mode,here is the piece of code. //---------------------------GetFilesFromFTP----------------------------------- public void GetFilesList(string FTPAddress, string username, string password) { ...
Question 15 Oct 2010   license: CPOL
Dear,I have developed a application that read file from directory.Now the problem is I can get the correct line count or length of a file but I wasn't insert all lines in my database. public void InsertFNF(FileInfo file) { string strConString =...
C#
Problem in delegate by Mahmudunnabi
Question 11 Oct 2010   license: CPOL
Dear,I want to make delegate following this method like this way but it won't work. private delegate void CopyFileDelegate(string srcDir, string DesDir); public void CopyFile(string srcDir, string DesDir) { if (txtLoadPath.InvokeRequired == false) ...
C#
Question 7 Aug 2010   license: CPOL
Hi,I have developed C# application 3.5 dot net frame work.Now I want to add wpf file(UMnu.xaml) and add this file as starting up my application.But the below method don't support this file[STAThread] static void Main() { ...
Question 20 Jul 2010   license: CPOL
Hi,I have developed a Windows Based C# application.That I was used sql server database(Sheba),then I changed the database name(LaserDB) and restore the the backup file from Sheba.Everything fine.But in crystal report I have found amazing behavior,like in sql show query SELECT...
Question 14 Jul 2010   license: CPOL
Hi,I have developed a desk top based application that create word file.my code is below: Word.Application wrdApp; Word._Document wrdDoc; Word.Table wrdTable; Object oMissing = System.Reflection.Missing.Value; Object oFalse = false; private void...
Question 13 Jul 2010   license: CPOL
Hi,I am developing a application that contains word(.doc) file.Now I want to pass parameter from my C# application(desktop based)into word(.doc) file under button event.My doc file design like this and this is a table layout.I.D. Number : [bill] Date: [Date]Name of the...
Question 7 Jul 2010   license: CPOL
Hi,I have developed asp.net based Diagnostic Application,that I have one table Name Histopath(id,gross_appearance,dx,appearance)I have a MS doc file name sample.doc.sample.doc will receive 4 parameter(patient_id,name,Dr_name,contact_no)from UI under button event.This sample.doc contain...
Question 30 Jun 2010   license: CPOL
Hi,I have developed Windows Application,that I have 3 table in Sql server2005 and one table in Access Database.Now I need both database information at a time in inserting and in Crystal Report.I have create Crystal report and then one sub report.Main report is connected with sqlserver2005...
show data in comboBox by Mahmudunnabi
Answer 28 Jun 2010   license: CPOL
Dear friend,First of all if u are beginner in C#.Please download Murach C# 2008 by wrox publication.That may be best for beginner to learn C#.let go to the point if your combo box name cmbEmployee thendeclaire DataTableDataTable dt=new DataTable();Here for dt=Query required from...
C#
Answer 20 Jun 2010   license: CPOL
As fer as I got,this function in my own analysis.I think it should be great if i delivery this answer. // Call the procedure using the TreeView. private void CallRecursive(TreeView treeView) { // Print each node recursively. ...
Question 16 Jun 2010   license: CPOL
Hi,I have got a existing project that have database field nvarchar but it should be date time data type.Now I want to convert it date time but without touch of front int side code.I have a large number of data in data base.I have tested another place,when I change data type I have missed all...
Question 15 Jun 2010   license: CPOL
Hi,I am doing a user Management in Desk top based project using tree viewMy tree view Name mytreeview myTreeView.CheckBoxes = true; this.Controls.Add(myTreeView); myTreeView.ExpandAll();Now i want to save and Update check box checked data in to database sqlserver2005.Table...
Question 15 Jun 2010   license: CPOL
Hi,I have two tableParentTableDataParentID ParentName 1 John 2 ChrisAnother TableChildTableDataChildID ParentID ChildName active 1 1 aaa 1 2 1 bbb 0 3 2 ccc 1 ...
Question 15 Jun 2010   license: CPOL
Hi,I am in a deep fix.I have two tableParentTableDataParentID ParentName 1 John 2 ChrisAnother TableChildTableDataChildID ParentID ChildName 1 1 aaa 2 1 bbb 3 2 ccc 4 ...
Dynamic Menu Strip Problem by Mahmudunnabi
Question 12 Jun 2010   license: CPOL
Hi,I am fetching problem in Creating Dynamic Menu strip.My mdi parent container form Name main,and login form name frmlogin.starting form main load eventfrmlogin ls = new frmlogin();ls.MdiParent = this;ls.StartPosition =...
Question 9 Jun 2010   license: CPOL
Hi,I want to make a standard and modern Object Oriented User management.what should i follow?I am in beginner,please be specific step.Any help thanks in advanceMasudSoftware Engineer

Page 1 of 1


Advertise | Privacy | Mobile
Web03 | 2.6.130513.1 | Last Updated 14 May 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid