15,998,003 members
Sign in
Sign in
Email
Password
Forgot your password?
Sign in with
home
articles
Browse Topics
>
Latest Articles
Top Articles
Posting/Update Guidelines
Article Help Forum
Submit an article or tip
Import GitHub Project
Import your Blog
quick answers
Q&A
Ask a Question
View Unanswered Questions
View All Questions
View C# questions
View C++ questions
View Javascript questions
View Visual Basic questions
View .NET questions
discussions
forums
CodeProject.AI Server
All Message Boards...
Application Lifecycle
>
Running a Business
Sales / Marketing
Collaboration / Beta Testing
Work Issues
Design and Architecture
Artificial Intelligence
ASP.NET
JavaScript
Internet of Things
C / C++ / MFC
>
ATL / WTL / STL
Managed C++/CLI
C#
Free Tools
Objective-C and Swift
Database
Hardware & Devices
>
System Admin
Hosting and Servers
Java
Linux Programming
Python
.NET (Core and Framework)
Android
iOS
Mobile
WPF
Visual Basic
Web Development
Site Bugs / Suggestions
Spam and Abuse Watch
features
features
Competitions
News
The Insider Newsletter
The Daily Build Newsletter
Newsletter archive
Surveys
CodeProject Stuff
community
lounge
Who's Who
Most Valuable Professionals
The Lounge
The CodeProject Blog
Where I Am: Member Photos
The Insider News
The Weird & The Wonderful
help
?
What is 'CodeProject'?
General FAQ
Ask a Question
Bugs and Suggestions
Article Help Forum
About Us
Search within:
Articles
Quick Answers
Messages
Comments by Manoj Kumar Choubey (Top 178 by date)
Manoj Kumar Choubey
21-Oct-21 8:42am
View
I didn't get it, could you please explain.
Manoj Kumar Choubey
6-Nov-19 13:50pm
View
welcome
Manoj Kumar Choubey
6-Nov-19 2:56am
View
I improved the answer.
As per the requirement you can change the query
Manoj Kumar Choubey
9-Mar-17 2:31am
View
I can not give you perfect answer without your database structure, but first thing you need to do check your database is normalized and create primary keys and or foreign keys as needed for example "notificationid" may be a primary key of your table.
second thing you are trying some query plan try this in query profiler and query analyzer.
Manoj Kumar Choubey
16-Dec-16 11:32am
View
malloc just allocate row memory and fee allocate but new operator call constructor and deallocates the memory and after that will deallocate.
Manoj Kumar Choubey
26-Sep-16 10:48am
View
+5
Manoj Kumar Choubey
23-Aug-16 12:41pm
View
Reason for my vote of 5 \n Nice :)
Manoj Kumar Choubey
26-Jul-16 9:26am
View
Try with different approach use having
Manoj Kumar Choubey
18-May-16 14:02pm
View
I think check google-translate-offline.fyxm.net offline mode google translator
Manoj Kumar Choubey
18-May-16 13:56pm
View
You are using asp.net then why you need offline ?
Manoj Kumar Choubey
21-Mar-16 22:30pm
View
ok Jochen Thank you for suggest
Manoj Kumar Choubey
21-Mar-16 8:00am
View
Without a sample code we can not summaries your problem so please elaborate more and give chunk of code so we can able to find what problem you are facing.
Manoj Kumar Choubey
6-Jan-16 1:08am
View
If you found the solution then please accept my answer
Manoj Kumar Choubey
6-Jan-16 0:34am
View
You are having 13 tables in the db so you need to create multiple classes for the same please check following link
http://weblogs.asp.net/manavi/inheritance-mapping-strategies-with-entity-framework-code-first-ctp5-part-1-table-per-hierarchy-tph
Manoj Kumar Choubey
6-Jan-16 0:24am
View
I think you need to learn the basic of entity frame-work first.
Manoj Kumar Choubey
29-Dec-15 3:45am
View
CASE ISNUMERIC(RIGHT(CBFieldName,LEN(CBFieldName)-CHARINDEX('-',CBFieldName)))
WHEN 1 THEN CAST( RIGHT(CBFieldName,LEN(CBFieldName)-CHARINDEX('-',CBFieldName)) AS INT)
ELSE
0
END AS columnalias
Manoj Kumar Choubey
29-Dec-15 3:35am
View
You need to put handle that kind of error by checking numeric value.
Manoj Kumar Choubey
29-Dec-15 1:53am
View
Do you need to create patch or setup with database script ?
Manoj Kumar Choubey
10-Sep-15 6:18am
View
Please complete your question, elaborate more with block of your source code / url.
Manoj Kumar Choubey
2-Sep-15 4:25am
View
+5
Manoj Kumar Choubey
27-Aug-15 9:28am
View
+5
Manoj Kumar Choubey
10-Aug-15 2:34am
View
+5
Manoj Kumar Choubey
13-May-15 1:16am
View
Reason for my vote of 5 \n Nice gopal
Manoj Kumar Choubey
1-Apr-15 2:57am
View
Try with group by and having
Manoj Kumar Choubey
1-Apr-15 2:57am
View
Deleted
Try with group by and having
Manoj Kumar Choubey
20-Mar-15 3:47am
View
Reason for my vote of 5 \n Nice :)
Manoj Kumar Choubey
22-Jan-15 3:03am
View
Thank you :)
Manoj Kumar Choubey
13-Jan-15 4:55am
View
Without any source code or your complete explanation of your problem we can not help, please elaborate more exactly what is the code you have and what type of errors in log details
If you have not log file or log table , so you need to create log table or and log file to trace exact issue.
Manoj Kumar Choubey
6-Jan-15 0:27am
View
Nice answer sir +5
Manoj Kumar Choubey
2-Jan-15 3:14am
View
You should create view model.
Manoj Kumar Choubey
1-Jan-15 2:36am
View
Thank you
Manoj Kumar Choubey
30-Dec-14 4:28am
View
Its depend on your web service logic and you need to think logic for both side, web service and data import part.
Manoj Kumar Choubey
29-Dec-14 9:24am
View
Open excel sheet select Year column and check its data type , fix the datatype of the columns and then check.....
Manoj Kumar Choubey
29-Dec-14 7:59am
View
I think you replaced comma (, ) with and in where
Please check year and COURSE values in excel sheet or database and is this numeric or text test with simple and small data (with 2 or 4 rows of data )
first and then check with big sheet and try to find the value that occurred problem. put try catch and find the position of row where error occurred. and check manually in sheet at the row number.
Manoj Kumar Choubey
29-Dec-14 4:09am
View
Thank you
Manoj Kumar Choubey
17-Dec-14 10:01am
View
I think your problem not related with above code please check on script of both side client side script or server side script , and try to reach login logout functionality, how you are doing this .....
Manoj Kumar Choubey
15-Dec-14 9:08am
View
welcome :)
Manoj Kumar Choubey
12-Sep-14 0:52am
View
it is working when i pass as parameter : [FromUri]string Datetimevalue
and In web.config I need to put
<compilation debug="true" targetframework="4.5.1">
<httpruntime targetframework="4.5.1" requestpathinvalidcharacters="">
Is it will give any problem in future ?
Manoj Kumar Choubey
20-Aug-14 23:57pm
View
Please eleborate more ....
Do you have stored procedure to be call from entity frame work
or
do you want to make dynamic query string and execute from the code ?
or
any other thing do you want to create dynamic stored procedure and what type of dynaimic ?
Manoj Kumar Choubey
11-Aug-14 1:06am
View
Sergey I am agree with you,
I have try to give answered in very simple way for detecting excel (office) application installed or not.
Manoj Kumar Choubey
6-Aug-14 7:57am
View
5
Manoj Kumar Choubey
28-Jul-14 8:01am
View
Thank you :)
Manoj Kumar Choubey
28-Jul-14 7:06am
View
what do yu want exact result can you eleborate ?
Manoj Kumar Choubey
26-Jul-14 8:09am
View
select year( hire_date), count(Employee_Id)
from empp
group by year( hire_date)
Manoj Kumar Choubey
25-Jul-14 3:14am
View
ok Don't assign value to controls directly.
Create Constructor on popup form (means form2 ) with variables and pass it in the the form object as following
private void dataGridView1_CellContentClick(object sender, DataGridViewCellEventArgs e)
{
//Check whether user click on the first column
if (e.ColumnIndex == 0)
{
int row;
//Get the row index
row = e.RowIndex;
//Create instance of the form2 class
Form2 obj = new Form2(dataGridView1.Rows[row].Cells[1].Value.ToString(),dataGridView1.Rows[row].Cells[2].Value.ToString(),dataGridView1.Rows[row].Cells[3].Value.ToString(););
obj.ShowDialog();
}
}
and on form2 Code a constructor for form2 class as below:
public Form2(string strTextBox1,string strTextBox2,string strTextBox3)
{
InitializeComponent();
textbox1.Text=strTextBox1;
textbox2.Text=strTextBox2;
textbox2.Text=strTextBox2;
}
and many more methods we have please review my above links
you are asking to exact code to be copy paste :)
Manoj Kumar Choubey
25-Jul-14 2:26am
View
I have not check the code i have putted code for idea, what is the error ?
Please see my all comment
Manoj Kumar Choubey
25-Jul-14 0:19am
View
private void dataGridView1_CellContentClick(object sender, DataGridViewCellEventArgs e)
{
//Check whether user click on the first column
if (e.ColumnIndex == 0)
{
int row;
//Get the row index
row = e.RowIndex;
//Create instance of the form2 class
Form2 obj = new Form2();
//Bind the datagridview values in the second popup form
obj.Controls["TextBox1"].Text = dataGridView1.Rows[row].Cells[1].Value.ToString();
obj.Controls["TextBox2"].Text = dataGridView1.Rows[row].Cells[2].Value.ToString();
obj.Controls["TextBox3"].Text = dataGridView1.Rows[row].Cells[3].Value.ToString();
obj.ShowDialog();
}
}
Manoj Kumar Choubey
24-Jul-14 23:13pm
View
yes nvarchar is for sql server not for mysql you can use varchar
Manoj Kumar Choubey
24-Jul-14 7:51am
View
I think this is very long process to search exact example for the same answer.
if we want to assign values from grid to text boxes located on other form
We have the example of how to communicate between two form write
then also we need to search " How to read Column values of grid of particular row or rowindex or current index
if you can read the values of grid into current form then by using the example of data transfer you can make your code easily. wait for some movement I will put some code for the same need.....
Manoj Kumar Choubey
24-Jul-14 7:41am
View
Do you want to Read barcode from the .jpeg file or other image file or by barcode scanner ?
Manoj Kumar Choubey
24-Jul-14 7:31am
View
Sure you welcome
Manoj Kumar Choubey
24-Jul-14 5:58am
View
http://www.codeproject.com/Questions/140523/FTP-in-VB-NET
http://www.vbtutor.net/vb6/lesson34.html
http://vbnet.mvps.org/index.html?code/internet/ftpdownloadcallback.htm
http://www.blackbeltcoder.com/Articles/client/an-ftpclient-class-and-winform-control
http://www.java2s.com/Tutorial/VB/0400__Socket-Network/FtpClientinVBnet.htm
Manoj Kumar Choubey
24-Jul-14 5:48am
View
you can do programming for ftp client .....
Manoj Kumar Choubey
24-Jul-14 1:17am
View
Dear Sergey I am agree with you, but Please review the question, yes we can put other answer in place of google link ......
Manoj Kumar Choubey
23-Jul-14 4:25am
View
For the more example and practice you can check following books
programming in c schaum series
Let Us C By yashwant kanetkar
robert lafore c
http://www.cluster2.hostgator.co.in/files/writeable/uploads/hostgator99706/file/letusc-yashwantkanetkar.pdf
Manoj Kumar Choubey
23-Jul-14 3:16am
View
iqcData==string.Empty;
iqcData1=string.Empty
for (int i = 0; i < frmTabledgv.Rows.Count; i++)//loop to collect frmTabledgv cell value
{
for (int j = 0; j < frmTabledgv.Columns.Count; j++)
{
if (frmTabledgv[j, i].Value != null)
{
iqcData1 = iqcData1.ToString() + frmTabledgv.Rows[i].Cells[j].Value.ToString() + ",";
iqcData=iqcData+ " ";
}
iqcData1 = iqcData1.ToString() + "\n" + iqcData;
}
Manoj Kumar Choubey
23-Jul-14 3:15am
View
Deleted
iqcData==string.Empty;
iqcData1=string.Empty
for (int i = 0; i < frmTabledgv.Rows.Count; i++)//loop to collect frmTabledgv cell value
{
for (int j = 0; j < frmTabledgv.Columns.Count; j++)
{
if (frmTabledgv[j, i].Value != null)
{
iqcData1 = iqcData1.ToString() + frmTabledgv.Rows[i].Cells[j].Value.ToString() + ",";
iqcData=iqcData+ " ";
}
iqcData1 = iqcData1.ToString() + "\n" + iqcData;
iqcData==string.Empty;
}
Manoj Kumar Choubey
23-Jul-14 3:10am
View
as I listed four methods
Manoj Kumar Choubey
23-Jul-14 3:09am
View
Please check above links as example
Manoj Kumar Choubey
23-Jul-14 3:09am
View
http://www.c-sharpcorner.com/UploadFile/scottlysle/PassData01142007013005AM/PassData.aspx
http://www.codeproject.com/Articles/17371/Passing-Data-between-Windows-Forms
http://www.codeproject.com/Articles/14122/Passing-Data-Between-Forms
Manoj Kumar Choubey
23-Jul-14 3:06am
View
ok
Manoj Kumar Choubey
23-Jul-14 3:05am
View
http://www.codeproject.com/Questions/447265/Logic-behind-nested-for-and-other-loops
Manoj Kumar Choubey
9-Jul-14 23:49pm
View
You don't have relation between table ? , Please show the relevant example data and column name of the table in your question then we can suggest you.
without relation key is not possible to join tables
Manoj Kumar Choubey
3-Jul-14 8:01am
View
Incomplete question, please elaborate more ....
Manoj Kumar Choubey
15-May-14 3:35am
View
Hi Orginal could you help me for paypal problem ?
Manoj Kumar Choubey
14-May-14 10:07am
View
Your suggestion is very good ..... and thank you for your assessment.
Manoj Kumar Choubey
14-May-14 10:05am
View
The above code is not part of my real application, this is the sample downloaded from the tutorial sites......
I want to go on the point where I am doing mistake.
I will solve my problem.
Manoj Kumar Choubey
2-May-14 4:14am
View
You can follow following link
http://www.aspsnippets.com/Articles/Read-and-Import-Excel-Sheet-into-SQL-Server-Database-in-ASP.Net.aspx
Manoj Kumar Choubey
2-May-14 4:09am
View
I think, You want to copy data from excel sheet to sql server by mapping columns right ?<br><br>
You can not import/read excel sheet from sql server connection object directly, You can make stored procedure for the same and call it and pass excel sheet path as parameter, 2 you can use Excel Objects Library or 3 you can connect with ADODB connection that is free or open source library to read Excel files.
Manoj Kumar Choubey
30-Apr-14 9:11am
View
I am agree with CHill
Manoj Kumar Choubey
30-Apr-14 8:15am
View
please explain exact requirement to disable view source ?
Manoj Kumar Choubey
11-Mar-14 11:47am
View
??
Manoj Kumar Choubey
29-Jan-14 0:41am
View
Please suggest me any open source service based API ?
Manoj Kumar Choubey
14-Jan-14 1:46am
View
Could you please elaborate your requirement ,
Do you want to design a form of payment that can take card detail and after submission of details the payment will be processed right ?
Manoj Kumar Choubey
19-Dec-13 6:29am
View
Please put some code what you doing, explain more ....
Manoj Kumar Choubey
18-Dec-13 3:12am
View
Yes I am agree with first answer ... :)
Manoj Kumar Choubey
11-Dec-13 2:03am
View
Do you want to calculate age by the date of birth ?
Manoj Kumar Choubey
9-Dec-13 8:57am
View
I am agree with Freak.
Manoj Kumar Choubey
28-Nov-13 0:19am
View
do you want to refresh listbox only or all page ?
Manoj Kumar Choubey
27-Nov-13 5:11am
View
which library using for pdf conversion ?
Manoj Kumar Choubey
27-Nov-13 5:10am
View
How you are converting in to pdf format ?
Manoj Kumar Choubey
20-Aug-13 1:36am
View
Reason for my vote of 5 \n Nice
Manoj Kumar Choubey
13-Jun-13 9:49am
View
Please Indicate error line and error Message and error number , this can be easy to find the problem.
Manoj Kumar Choubey
6-Apr-13 8:26am
View
Nice explain.
Manoj Kumar Choubey
11-Jan-13 2:07am
View
Very Nice Rizwan muhammed khan gouri
Manoj Kumar Choubey
16-Nov-12 23:26pm
View
+5
Manoj Kumar Choubey
2-Nov-12 5:18am
View
What was the error message ?
Manoj Kumar Choubey
24-Oct-12 4:17am
View
Please put you foll source code of sub / function .... and elaborate your problem ....
Manoj Kumar Choubey
17-Oct-12 7:43am
View
Explain More your question, do you want to open in any viewer web based / desktop application based ?
Manoj Kumar Choubey
8-Oct-12 0:37am
View
+5
Manoj Kumar Choubey
15-Sep-12 2:44am
View
Thank you Amy
Manoj Kumar Choubey
15-Sep-12 2:03am
View
Hi for windows app / web app ?
Manoj Kumar Choubey
10-Aug-12 5:02am
View
Thank you ....
Manoj Kumar Choubey
10-Aug-12 4:59am
View
Yes My Problem is solved ......
Manoj Kumar Choubey
9-Aug-12 5:00am
View
please debug and check what happening during execution record fetching properly or not , is datatable empty etc.
Manoj Kumar Choubey
9-Aug-12 4:58am
View
Are you getting error message ?
Manoj Kumar Choubey
5-Aug-12 2:37am
View
You can search some ebooks and on google .....
Manoj Kumar Choubey
1-Aug-12 9:27am
View
What is your table name and its fields name where you want to insert record ....
Manoj Kumar Choubey
1-Aug-12 9:26am
View
Please confirm " exec insertcatego @description,@quality,@quantity,@priceUnit,@vat,@totalprice " ?
Manoj Kumar Choubey
31-Jul-12 9:55am
View
Please post full source code of the sub / function without the code we can't help ....
Manoj Kumar Choubey
27-Jul-12 0:38am
View
My 5+
Manoj Kumar Choubey
19-Jul-12 2:49am
View
Reason for my vote of 5
Nice
Manoj Kumar Choubey
29-Jun-12 0:50am
View
nice
Manoj Kumar Choubey
29-Jun-12 0:49am
View
nice
Manoj Kumar Choubey
29-Jun-12 0:49am
View
nice
Manoj Kumar Choubey
26-Jun-12 3:01am
View
My vote is +5
Manoj Kumar Choubey
2-Jun-12 2:27am
View
Reason for my vote of 4
This is useful for beginners.
Manoj Kumar Choubey
22-May-12 7:42am
View
I have tested on vs 2010 prof. edition its working ....
Manoj Kumar Choubey
22-May-12 4:24am
View
how to set web.config .... ? and could you give me some reference link to do code first method ....
Manoj Kumar Choubey
5-May-12 7:12am
View
+5 Nice
Manoj Kumar Choubey
5-May-12 7:11am
View
+5
Manoj Kumar Choubey
5-May-12 7:06am
View
no article under the link
Manoj Kumar Choubey
4-May-12 0:38am
View
+5
Manoj Kumar Choubey
30-Apr-12 9:16am
View
Nice +5
Manoj Kumar Choubey
23-Apr-12 1:42am
View
Reason for my vote of 5
Nice
Manoj Kumar Choubey
20-Apr-12 6:10am
View
I am little Agree with Mantu singh .....
Manoj Kumar Choubey
20-Apr-12 6:07am
View
how is it possible , can you elaborate more ....
do you experiment .... ?
Manoj Kumar Choubey
20-Apr-12 0:42am
View
Please put Html code of gridview , and show Image1 control position is it in gridview ? are you using template field ?
Manoj Kumar Choubey
20-Apr-12 0:38am
View
my +5
Manoj Kumar Choubey
17-Apr-12 23:58pm
View
nice
Manoj Kumar Choubey
17-Apr-12 23:57pm
View
Nice
Manoj Kumar Choubey
17-Apr-12 23:57pm
View
Nice
Manoj Kumar Choubey
17-Apr-12 8:26am
View
I will give +5 this is sufficient answer.
Manoj Kumar Choubey
17-Apr-12 6:07am
View
Reason for my vote of 5
Nice
Manoj Kumar Choubey
12-Apr-12 9:35am
View
We don't know program situation ...
Manoj Kumar Choubey
12-Apr-12 9:34am
View
yes but I am not using any loop
Above two Line's may be use in function and iCount will pass as parameter ,
and May be use in loop and put ++iCount.ToString("d5");
Manoj Kumar Choubey
12-Apr-12 7:56am
View
this is Correct way to generate id's ......
But No need to initialize interer variable You need to get last value from the Series ....
Manoj Kumar Choubey
12-Apr-12 7:50am
View
Why do you using String Builder ?
If He need this numbering Separately .... ?
Manoj Kumar Choubey
12-Apr-12 7:49am
View
I think something is wrong in above code .....
Manoj Kumar Choubey
11-Apr-12 2:21am
View
Thank you vino
Manoj Kumar Choubey
11-Apr-12 2:20am
View
Thak you Leonardo paneque
Manoj Kumar Choubey
11-Apr-12 2:20am
View
Thank you lukeer
Manoj Kumar Choubey
5-Apr-12 6:05am
View
Please Explain your Question ...
Manoj Kumar Choubey
5-Apr-12 5:28am
View
Reason for my vote of 5
Nice
Manoj Kumar Choubey
5-Apr-12 4:33am
View
Reason for my vote of 5
Nice
Manoj Kumar Choubey
5-Apr-12 3:58am
View
welcome
Manoj Kumar Choubey
5-Apr-12 0:27am
View
try is keyword (try ---- catch )
check with following query
cmd.CommandText = "Insert Into [try](Name) values("Simon")"
Manoj Kumar Choubey
4-Apr-12 12:43pm
View
Ohh do you want to calculate number of space's between (words) terms .....
terms means words
You have a text file and you need to count space's in it and display to text box
Am I wirte ....
explain so I can help you ...... :)
Manoj Kumar Choubey
4-Apr-12 12:42pm
View
Ohh do you want to calculate number of space's between (words) terms .....
terms means words
You have a text file and you need to count space's in it and display to text box
Am I wirte ....
explain so I can help you ...... :)
Manoj Kumar Choubey
4-Apr-12 12:41pm
View
Ohh do you want to calculate number of space's between (words) terms .....
terms means words
You have a text file and you need to count space's in it and display to text box
Am I wirte ....
explain so I can help you ...... :)
Manoj Kumar Choubey
4-Apr-12 8:56am
View
What do you want to do ..... ???? explain more "size" what size do you want to calculate .....
Manoj Kumar Choubey
4-Apr-12 8:47am
View
Is this Windows form or Web form ....
Manoj Kumar Choubey
4-Apr-12 1:45am
View
You can use pass dataset to report doc :
// code to get data from the DB
DBConnection DBConn = new DBConnection();
OleDbDataAdapter myDataAdapter = DBConn.getDataFromDB();
// use the created Dataset to fill it with data got
// from the DB by using the DataAdapter
DataSet dataReport = new DataSet();
myDataAdapter.Fill(dataReport,"myPersonalInfoTable");
// create a new report from the created CrystalReport
myDataReport myDataReport = new myDataReport();
// set the data source of the report
myDataReport.SetDataSource(dataReport);
// set the report source of the created “crystalReportViewer”
// component to the created report
crystalReportViewer1.ReportSource = myDataReport;
Manoj Kumar Choubey
3-Apr-12 9:58am
View
Why do you want to hide ......
Manoj Kumar Choubey
2-Apr-12 7:32am
View
Please explain More your program situation ....
Manoj Kumar Choubey
2-Apr-12 4:10am
View
I am agree with JF2015
Manoj Kumar Choubey
2-Apr-12 4:10am
View
OP Asking : how i can perform directly from msg box ....
Manoj Kumar Choubey
2-Apr-12 4:04am
View
Please post your code block , I agree with pashad ......
Manoj Kumar Choubey
31-Mar-12 7:23am
View
seehttp://www.linglom.com/2009/03/13/accessing-mysql-on-vbnet-using-mysql-connectornet-part-vi-create-connection/ following link :
http://www.linglom.com/2009/03/13/accessing-mysql-on-vbnet-using-mysql-connectornet-part-vi-create-connection/
Manoj Kumar Choubey
31-Mar-12 7:20am
View
what error message ?
Manoj Kumar Choubey
31-Mar-12 7:18am
View
I want to say same thing (we can display total opening as on date )
Manoj Kumar Choubey
31-Mar-12 7:14am
View
Where you keeping data sales Quantity and Production Quantity, you may Calculate from sales and production table ....
Manoj Kumar Choubey
30-Mar-12 12:36pm
View
Thanks ProEnggSoft .....
Manoj Kumar Choubey
30-Mar-12 8:37am
View
Shahin Thanks for improving my skill , Actually I started programing with vb 6 and now i am doing programing with .net , and this is my habit, naming same type , I will keep it in mind, and also want to say I have viewed your articles this is pretty good , put more articles to share your knowledge, don't mind but I want to ask a question ?
Manoj Kumar Choubey
30-Mar-12 8:07am
View
and Also describe what is wrong with above answer and what is the correct answer ..... ?
Manoj Kumar Choubey
30-Mar-12 8:06am
View
and Please suggest me what are you using naming convention .... ?
Manoj Kumar Choubey
30-Mar-12 8:05am
View
Have you check cmbName.Items(Index).Tostring()
Manoj Kumar Choubey
30-Mar-12 6:45am
View
Are you using Sub report ?
Manoj Kumar Choubey
28-Mar-12 3:59am
View
Explain more
Manoj Kumar Choubey
28-Mar-12 3:25am
View
Is this Windows application ?
Manoj Kumar Choubey
26-Mar-12 2:58am
View
Deleted
I gave you both .....
Manoj Kumar Choubey
24-Feb-12 5:14am
View
Check you server.mappath , and step by step debug ....
You can use blob data in database and directly show this field on crystal report.
Manoj Kumar Choubey
7-Feb-12 6:23am
View
Is this web application
Manoj Kumar Choubey
3-Feb-12 4:35am
View
Deleted
Nice My vote is 5
Manoj Kumar Choubey
3-Feb-12 4:30am
View
Deleted
Reason for my vote of 5
Nice
Manoj Kumar Choubey
31-Jan-12 8:57am
View
Deleted
nice
Manoj Kumar Choubey
31-Jan-12 4:22am
View
+5
Manoj Kumar Choubey
30-Jan-12 3:32am
View
I will give 5 points
Manoj Kumar Choubey
24-Jan-12 4:02am
View
Application path ....
Manoj Kumar Choubey
24-Jan-12 1:22am
View
explain more and give the code block
Manoj Kumar Choubey
23-Jan-12 7:28am
View
+5
Manoj Kumar Choubey
23-Jan-12 0:09am
View
Thank you Dear I will try your solution ....
I want to ask a Question, what is your good name please ?
Manoj Kumar Choubey
21-Jan-12 8:43am
View
Deleted
Reason for my vote of 5
good
Manoj Kumar Choubey
21-Jan-12 7:28am
View
I will give you later .... after sunday ...
Manoj Kumar Choubey
20-Jan-12 3:56am
View
Explain more .....
Manoj Kumar Choubey
20-Jan-12 1:44am
View
my 5
Manoj Kumar Choubey
17-Jan-12 4:38am
View
I am using jQuery UI's autocomplete.
Manoj Kumar Choubey
17-Jan-12 3:57am
View
Please post your code , (and check selected index)
Show More