15,991,030 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 Amit Vasi (Top 51 by date)
Amit Vasi
4-Mar-16 4:19am
View
but i am getting error:
execution of request failed https //www.google.com/m8/feeds/contacts/default/full
Amit Vasi
4-Mar-16 3:58am
View
but i am getting error:
execution of request failed https //www.google.com/m8/feeds/contacts/default/full
Amit Vasi
17-Feb-16 1:30am
View
First Table
______________________________
InvoiceNum PartNum
154788 CF-000005
154788 CF-000002
_____________________
Second Table
ARInvoiceNum BookCreditAmount BookDebitAmount
154788 0.000 326.000
Amit Vasi
21-Dec-15 6:56am
View
It works on local database but when I running this query on Server Database (On IP SQLServer) not works.
Amit Vasi
21-Dec-15 6:39am
View
Thanks for help,
but it does not give any result, even sys.Traces not give any result.Pls help.
Amit Vasi
10-Mar-15 2:35am
View
IT MEANS AUTOMATICALLY NOT MANUALLY....
Amit Vasi
3-Feb-15 6:59am
View
It has done... i have pass static id of modalpopupextender by getting from page view source in place of actual id.
Amit Vasi
3-Feb-15 6:11am
View
I am writing like this...
window.onload = pageLoad;
but is not working..
if am using another function simply alert massage, this will run.
but my function which is taking arguments not working..
Amit Vasi
3-Feb-15 5:38am
View
how i will call ? please suggest me.
Amit Vasi
3-Feb-15 3:59am
View
here is my function that is using for close modalpopup with esc key.
function pageLoad(sender, args) {
if (!args.get_isPartialLoad()) {
$addHandler(document, "keydown", onKeyDown);
}
}
function onKeyDown(e) {
if (e && e.keyCode == Sys.UI.Key.esc) {
$find('Panel1_ModalPopupExtender').hide();
}
}
how these function will work..
if i am not using master page on default page then by using body onload="return pageload()" works..
but in case of master page it is not working...
Amit Vasi
3-Feb-15 0:31am
View
then how can i call that function ?
Amit Vasi
3-Feb-15 0:21am
View
no..
function is defined on default page. but i am using master page on it.
there is no onload event on content page. how to call that function on default page load
Amit Vasi
14-Nov-14 6:29am
View
without From clause but using groupby clause,,,how it is possible
Amit Vasi
14-Nov-14 6:28am
View
Actual i want a query for this. someone has asked me in Interview
Amit Vasi
4-Oct-14 2:37am
View
It open in new window but i want tin same window new Tab.
Amit Vasi
8-Aug-14 8:10am
View
The ORDER BY clause is invalid in views, inline functions, derived tables, subqueries, and common table expressions, unless TOP or FOR XML is also specified.
Amit Vasi
8-Aug-14 8:09am
View
Visit_Date May be same or not.But if Date is same then get data from time_In
Amit Vasi
8-Aug-14 8:09am
View
Visit_Date May be same or not.But if Date is same then get data from time_In
Amit Vasi
8-Aug-14 8:07am
View
SELECT B.*
FROM
(
SELECT CPS_CODE, MAX(VISIT_DATE) VISITDATE, MAX(TIME_IN) TIMEIN, MAX(TIME_OUT) TIMEOUT
FROM SMPDB.dbo.VISIT WHERE CPS_CODE='EUL136E28459F14'
GROUP BY CPS_CODE
) A
INNER JOIN SMPDB.dbo.VISIT B ON A.CPS_CODE = B.CPS_CODE AND A.VISITDATE = B.VISIT_DATE AND A.TIMEIN = B.TIME_IN AND A.TIMEOUT = B.TIME_OUT
Amit Vasi
8-Aug-14 8:06am
View
It's not working
Amit Vasi
8-Aug-14 8:01am
View
But it doesnot give any data
Amit Vasi
15-Jul-14 1:35am
View
but my gridview is binding with datareader...
IDataReader idr = cmd.ExecuteReader();
GridView1.DataSource = idr;
GridView1.DataBind();
how it is possible
Amit Vasi
4-Jul-14 6:04am
View
Response.redirect method not call in web static method....
Amit Vasi
14-Jun-14 3:13am
View
There is another java script file where i am using this span. and give reference of that js to masterpage.
Amit Vasi
14-Jun-14 3:07am
View
There is table on master page.
<td valign="bottom" align="right">
<div class="date">
<asp:Label ID="lbltim" runat="server" Text="Label">
<span id="clock1"></span>
</div>
</td>
Amit Vasi
27-May-14 6:01am
View
I have tried so more but i have n't found solution. I am beginner .Pls help me from start.
Amit Vasi
23-May-14 2:22am
View
But he can enter value between 2 rows like 60000 to 250000 then how to check this ange already exist.
Amit Vasi
23-May-14 1:26am
View
But he can enter value between 2 rows like 60000 to 250000 then how to check this ange already exist.
Amit Vasi
9-May-14 1:31am
View
I ahve removed css but not reflected.My popup is starting in middle of page...and save button is hiding below taskbar...give me solution..
Amit Vasi
9-May-14 1:30am
View
Pls give me solution....
Amit Vasi
8-May-14 7:05am
View
my popup is not opening in Chrome browser.
Amit Vasi
8-May-14 7:04am
View
I have removed but my popup is not reflected it is showing in middle of page.On my popup there is Table and dropdownlist and Save button .so Save button is showing very very below and not showing.Pls give me solution so that popup may show on 10 pix below from top.
Amit Vasi
2-May-14 3:11am
View
It is already true
Amit Vasi
13-Apr-14 5:42am
View
it is only copy current data.but i want to keep previous data which ihas alraedy copied.
like in dt1 there are 5 rows. and in dt2 there are 2 rows then 7 rows must be in dt1. again in forloop there are 4 rows in dt2 then copy and 11 rows will be in dt1.how ?
Amit Vasi
13-Apr-14 5:25am
View
how you solved ?
Amit Vasi
13-Apr-14 3:04am
View
Thanks alot...It has solved my problem...thanks
Amit Vasi
13-Apr-14 1:37am
View
Please give me query
Amit Vasi
13-Apr-14 1:37am
View
but how to get First InvoiceNum and Sum of All Invoices of same order and same date ?
Amit Vasi
5-Apr-14 7:21am
View
any one help
Amit Vasi
27-Mar-14 1:04am
View
how to give two conditions fro delete like i want to delete that row which has order_no=101 and invoice no=1000 with linq.
Amit Vasi
27-Mar-14 1:01am
View
How can you give me example.
If i want with help of linq.
Amit Vasi
2-Mar-14 12:21pm
View
To find a row in an untyped dataset with a primary key value
string s = "primaryKeyValue";
DataRow foundRow = dataSet1.Tables["AnyTable"].Rows.Find(s);
if (foundRow != null)
{
MessageBox.Show(foundRow[0].ToString());
}
else
{
MessageBox.Show("A row with the primary key of " + s + " could not be found");
}
Amit Vasi
6-Feb-14 6:28am
View
I am using plugin itextsharp..it covert table into pDF with formatting..But I want formatting also..
Amit Vasi
17-Jun-13 5:18am
View
Thanx for your valuable suggestion
Amit Vasi
14-Jun-13 5:13am
View
No, I have a combobox in datagridview . Records are submitted already. I want to edit and that item must be selected from dataset or datatable.
Amit Vasi
23-May-13 6:49am
View
Thanks. But what is other option pls suggest me.
Amit Vasi
22-May-13 6:48am
View
Then, how i will do ? Please suggest me.
Amit Vasi
22-May-13 6:28am
View
It is ok. Thanks for your contribution.
Amit Vasi
22-May-13 6:25am
View
No, I tried it with single page. So i want anymore solution.
Amit Vasi
22-May-13 6:23am
View
Suppose I have 10-20 pages than I have to write translate value in Resource file. it will be very tuff.
Amit Vasi
22-May-13 6:20am
View
How we can do without adding resource file in application.
Show More