15,997,744 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 Mishra Laxmikant (Top 20 by date)
Mishra Laxmikant
21-Jan-14 7:55am
View
Sorry but, this is not working out.
Mishra Laxmikant
21-Jan-14 1:06am
View
probably i couldn't explain my problem properly, See FileUpload is lossing selected file just because of postback which is caused by Checkbox. Even i have put checkbox in separate updatepanel. So now problem is Updatepanel is letting postback the complete page in stead of partial.
Hope you got now. if you could suggest any solution, i will be thankful.
Mishra Laxmikant
20-Jan-14 14:09pm
View
Saddam, probably you may be right, but After postback i have show the selected file in file upload control as well. i tried to set fileupload controls on most of events if page, even on the Unload. but I found that FileUpload1.HasFiles shown true, which means fileupload selected file are getting lose after Page_Unload
Mishra Laxmikant
20-Jan-14 8:15am
View
Even i am not able to use ClientIDMode
Mishra Laxmikant
20-Jan-14 7:38am
View
thanks for your quick responce, But till yet, I have put checkbox only in update panel. and fileupload is out side
Mishra Laxmikant
6-Jan-14 5:52am
View
$( "#autuocom" ).autocomplete({ source: function(){
//Write ajax code to consume your service. return all thing in json format
}});
Mishra Laxmikant
23-Dec-13 4:43am
View
Here, may be case of js conflict.
Mishra Laxmikant
23-Dec-13 4:37am
View
it was working fine auto-complete and datepicker as well
Mishra Laxmikant
23-Dec-13 4:36am
View
why are using separate JS, is there any specific reason. for the example I used as below:
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>jQuery UI Datepicker - Default functionality</title>
<link rel="stylesheet" href="http://code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css">
<script src="http://code.jquery.com/jquery-1.9.1.js"></script>
<script src="http://code.jquery.com/ui/1.10.3/jquery-ui.js"></script>
<link rel="stylesheet" href="/resources/demos/style.css">
<script>
$(function() {
$( "#datepicker" ).datepicker({dateFormat : "yy/mm/dd"});
var availableTags = [
"ActionScript",
"AppleScript",
"Asp",
"BASIC",
"C",
"C++",
"Clojure",
"COBOL",
"ColdFusion",
"Erlang",
"Fortran",
"Groovy",
"Haskell",
"Java",
"JavaScript",
"Lisp",
"Perl",
"PHP",
"Python",
"Ruby",
"Scala",
"Scheme"
];
$( "#autuocom" ).autocomplete({
source: availableTags
});
});
</script>
</head>
<body>
<p>Date: <input type="text" id="datepicker"></p>
<p>Date: <input type="text" id="autuocom"></p>
</body>
</html>
Mishra Laxmikant
23-Dec-13 1:31am
View
have you checked one datepicker at a time?
Mishra Laxmikant
19-Dec-13 8:26am
View
Deleted
If anyone have a question just gimme shout.
Mishra Laxmikant
16-Dec-13 2:53am
View
Exactly, that was related issue.
Mishra Laxmikant
14-Nov-13 3:20am
View
would you please share code?
Mishra Laxmikant
12-Nov-13 9:07am
View
telerik controls are paid. but you can download for demo/trial version.
Mishra Laxmikant
8-Nov-13 9:00am
View
I have same problem...
Would you guys check this link out for me please...
http://www.codeproject.com/Questions/679911/There-was-no-endpoint-listening-at-that-could-acce
Mishra Laxmikant
8-Nov-13 7:52am
View
Deleted
Okay, I have little experience on WCF configuration.
Does it matter if have multiple endpoints like:
<system.servicemodel>
<bindings>
<basichttpbinding>
<binding name="BasicHttpBinding_INews" maxreceivedmessagesize="214748364">
<binding name="BasicHttpBinding_IPurchase" maxreceivedmessagesize="214748364">
<client>
<endpoint address="http://www.example.com/News.svc" binding="basicHttpBinding" bindingconfiguration="BasicHttpBinding_INews" contract="ServiceNews.INews" name="BasicHttpBinding_INews">
<endpoint address="http://www.example.com//Purchase.svc" binding="basicHttpBinding" bindingconfiguration="BasicHttpBinding_IPurchase" contract="ServicePurchase.IPurchase" name="BasicHttpBinding_IPurchase">
<behaviors>
<servicebehaviors>
<behavior name="">
<servicemetadata httpgetenabled="true">
<servicedebug includeexceptiondetailinfaults="false">
<servicehostingenvironment multiplesitebindingsenabled="true">
Mishra Laxmikant
8-Nov-13 7:02am
View
Deleted
you are write this case is different. anyway it will be nice to see the solution
Mishra Laxmikant
8-Nov-13 7:01am
View
Deleted
you are write this case is different. anyway it will be nice to see the solution
Mishra Laxmikant
8-Nov-13 6:41am
View
Hi!!! any luck on this?
Mishra Laxmikant
8-Nov-13 6:07am
View
its nothing just
FileUpload file_ = new FileUpload();
file_.PostedFile.InputStream
Show More