15,670,343 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 Python questions
View Javascript questions
View C++ questions
View Java 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 Patel Shailendra (Top 52 by date)
Patel Shailendra
15-Jan-19 8:25am
View
This will make my product template as blue but it's not that i required. Its create inverse image
Patel Shailendra
27-Sep-18 11:52am
View
Yes, Currently we are not doing, we are trying to automatically download files by using login details of website from window application and download related attachment from the website by just passing jobid as parameter to the website link.
We can only access that link after login. Without login we are unable to browse that page. When we try to directly browse the link of the website we are getting login page html code.
Patel Shailendra
27-Sep-18 11:43am
View
No, We don't want to inform client that we are using some automate work.
Patel Shailendra
27-Sep-18 11:36am
View
We are doing their data entry job in that cases we have login details for the website. We want to download attachments automatically instead of manual work.
Patel Shailendra
1-May-18 12:52pm
View
It takes 5 to 10 minutes to process 10000 records. Need to process faster as customer record always going to increase in future so we need to process faster to get a better result.
Patel Shailendra
15-Mar-16 11:02am
View
btnLoadMaster button click event handler having method of master page to update status of master page as per user process.
Patel Shailendra
15-Oct-15 12:21pm
View
I have implemented all the things from downloading to inserting into database also created service which download files automatically i am facing problem during hosting web service. how to host service.
Patel Shailendra
15-Jul-15 18:28pm
View
Actually i am facing problem regarding framework i am done coding on 4.0 Framework and deploying on 2.0 Framework because of that many library not supported. My problem was solved.
Patel Shailendra
20-Feb-14 5:18am
View
I know that but i want to stop server side btnSubmit_Click event.
Patel Shailendra
12-Dec-12 3:12am
View
thanks for reply,
i am getting wrong output when i pass
select dbo.Age('12/29/04')
ouput
2013-07-11 00:00:00.000
desire result 7-13-11(YY-MM-DD)
Patel Shailendra
11-Dec-12 5:35am
View
can you give your table structure with dummy data.
Patel Shailendra
10-Dec-12 22:06pm
View
Can you paste you table structure with sum dummy contain.
Patel Shailendra
10-Dec-12 5:55am
View
if possible then show the table with dummy recode. possibly i will solve your problem.
Patel Shailendra
9-Dec-12 8:38am
View
Why should you create new table just add column and give data type as bit when user delete any record then update the value as 0 by default set the value one. Display all record which have value 1.
Note: when user insert record that time set it to 1.
Patel Shailendra
9-Dec-12 0:02am
View
ALTER TABLE tableName
ALTER COLUMN Column_Name numeic (in your case)
Patel Shailendra
7-Dec-12 7:23am
View
what you use for storing data. sql server, access ..or what..?
Patel Shailendra
7-Dec-12 1:17am
View
if there not having any auto generated column then pass 8 parameter with same data type as in table.
and if there any auto generated column then pass that column less parameter
eg
1 auto generated column then pass 7 parameter in store procedure
Patel Shailendra
7-Dec-12 0:05am
View
how many columns you have in table
Patel Shailendra
6-Dec-12 5:36am
View
its not the point of comment, the point is resolving the submitted question answer.
Patel Shailendra
6-Dec-12 5:04am
View
how many columns you have in table. can you show us your table structure.
Patel Shailendra
6-Dec-12 4:24am
View
can you post here whats error you get.
Patel Shailendra
6-Dec-12 2:55am
View
yes u r right i have solve this problem yesterday.
By the way thanks a lot for reply.
Patel Shailendra
6-Dec-12 2:02am
View
http://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.button.postbackurl.aspx
Patel Shailendra
6-Dec-12 2:00am
View
visit here You will get postbackurl way to send value form one page to another page
http://ramanisandeep.net/2008/11/21/passing-values-from-one-page-to-another-page-aspnet/
Patel Shailendra
6-Dec-12 1:49am
View
i want to know you want to show sum of quantity in gridview.
Patel Shailendra
6-Dec-12 1:44am
View
which way u want to navigate on another page on link button click event or any else.
Patel Shailendra
6-Dec-12 1:43am
View
open run and type services.msc click enter and check in Services Name column SQLServer is start or not.
Patel Shailendra
6-Dec-12 1:22am
View
i think you have to create designation table first and this table is inserted by admin and employee.details is other procedure for fast insertion and it is inserted by employee. its better to create two different procedure then creating single procedure.
Patel Shailendra
6-Dec-12 1:04am
View
you want to create procedure to insert values in both the table.
Patel Shailendra
5-Dec-12 0:48am
View
check your data type conversion. i think you are trying to convert large value to small. eg. int32 to int 16 in that scenario this kind of error occur. Or to get best output for you code paste your code here. Member will solve resolve your problem.
Patel Shailendra
4-Dec-12 3:17am
View
@Id1 int,@name varchar(50),@checkCondType varchar(10), @tbCond varchar(15), @retval varchar(50) OUTPUT
exec Country 5,'ABC','XYZ','jjj',?
At ? what to pass in sql server
Patel Shailendra
3-Dec-12 10:51am
View
how many columns in your table id and name or more what's the purpose of city,state,country if is cascading then use separate table for city,state and country
or
you have to store in this table your client info then also create three table and make cascading relationship between them and store id of city,state,country in user table
Patel Shailendra
3-Dec-12 10:28am
View
you are copy content of one excel file to another or you are copy excel file one place to another place(path).
Patel Shailendra
3-Dec-12 8:03am
View
You don't want cascading dropdownlist you want to show in single dropdown list showing both state and city.?
Patel Shailendra
3-Dec-12 7:56am
View
http://www.codeproject.com/Tips/255328/3-High-Efficient-Solutions-for-Reading-Excel-Files
This link may be help you
Patel Shailendra
29-Nov-12 21:43pm
View
What i have told you is Web based event.
May be this link should help you.
http://csharp.net-informations.com/datagridview/csharp-datagridview-database-operations.htm
Patel Shailendra
29-Nov-12 5:41am
View
list box content selected buy user or what it is.
Patel Shailendra
28-Nov-12 3:16am
View
if you use update panel in master page then in child page you have to implement ScriptManager for performing the required task.
Patel Shailendra
28-Nov-12 2:52am
View
hi WinnieMeeKun
how you save image in database binary format or saving path of image and keeping you images in folder.
Patel Shailendra
28-Nov-12 0:54am
View
Deleted
I think you don't have complete setup of MS SQL server show remove all files of MS SQl Server From control panel add and remove software and find complete setup and reinstall it.
Patel Shailendra
28-Nov-12 0:51am
View
till the time no
when i will get sufficient time then i will do.
Patel Shailendra
28-Nov-12 0:06am
View
check that you have Microsoft SQL Server folder or not if have then go in it. then search for data file may be you don't have complete setup for sql server 2005.
if you have Microsoft SQL Server folder look open it and look for data files in side the folder if u have that then download sQL Query Analyzer.
Patel Shailendra
27-Nov-12 23:59pm
View
Use item_code as int because numeric represent decimal values and use identity for increment.
e.g
Item_code int identity(3,0) not null
and create different table for group id because group id is group of item_code
eg
suppose u have Fruits is a group in that Apple have different item code and Banana have different item code
Patel Shailendra
27-Nov-12 23:32pm
View
if you can show me your table script then i will help you much better way. if possible then only. because normally we assign primary key to one column of a table.
Patel Shailendra
27-Nov-12 23:18pm
View
yes
Patel Shailendra
27-Nov-12 23:18pm
View
You are write sir but i am getting error.
The remote server returned an error: (403) Forbidden.
Patel Shailendra
27-Nov-12 13:58pm
View
first of all i don't know how to pick up correct value mean when i read a website it will show me in html format how to remove html content and copy required data.
I have done some how reading part of website but don't know how to remove extra html content and read required data.
Patel Shailendra
27-Nov-12 9:11am
View
Sir i am search on many different site but every where i got copy data from excel to website what i required is copy website data to excel.
Patel Shailendra
21-Nov-12 2:58am
View
that's not the problem. When ever i am trying i am getting mention error
Patel Shailendra
20-Nov-12 0:48am
View
If you know any other to download zip files then please help me.
Patel Shailendra
20-Nov-12 0:15am
View
you have download from NSE-India website and whats your operating system
Patel Shailendra
20-Nov-12 0:15am
View
you have download from NSE-India website and whats your operating system
Show More