15,998,180 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 RAHUL(10217975) (Top 59 by date)
RAHUL(10217975)
7-Aug-23 5:51am
View
I checked in the console.logs, json data has expected values, and it was calling proper request method as well unfornately request.form is empty.
RAHUL(10217975)
3-Jun-21 13:21pm
View
Thanks for the suggestion, I tried this with below code:
client.Connect("outlook.office365.com", 993, true);
client.Authenticate("commonmailbox@mycompany.com", "mypass");
It throws Login failed exception. I am using https://outlook.office.com/mail/inbox
And I could see ouath2 being called so no sure whether we have any API's that will
authenticate my account
RAHUL(10217975)
31-May-21 5:15am
View
okay, I have access to that file and I can create folder too. Not sure why 403 error wile trying from Python.
Any suggestions would be great, thanks!
RAHUL(10217975)
22-May-21 8:34am
View
Indeed!
result is 0 records
RAHUL(10217975)
21-May-21 14:12pm
View
Query works fine in mysql query editor. But same query returns 0 result in python
RAHUL(10217975)
22-Feb-20 7:08am
View
Yes. Query is working fine against the data given and got desired result set
RAHUL(10217975)
21-Feb-19 5:00am
View
Totally agreed, I am not facing any code issue, As I mentioned earlier I accidentally closed Query Window in Spatialite. I don't know how to bring it back so that I can write queries on it. I tried all menu options in Spatialite and searched in google too but no luck. One of colleague told me to change in windows Registry.
RAHUL(10217975)
21-Feb-19 4:39am
View
Already tried this but no luck!! After searching lot I posted here ..
RAHUL(10217975)
1-May-17 2:41am
View
Datatable respond with invalid json and reponse i get is plain Html. Webmethod is not called.
RAHUL(10217975)
5-Oct-16 10:14am
View
sorry for late reply,
But cache issue doesnt occur in UAT and QA server, is there any server setting i m missing ??
RAHUL(10217975)
12-Sep-16 10:34am
View
So, according to your solution when I deploy aspx file I should increment ver=1 by 1 ?
I guess that won't be feasible from developer end to remember every time I deploy.
RAHUL(10217975)
30-Mar-16 8:58am
View
Thanks.
RAHUL(10217975)
30-Mar-16 7:34am
View
I am new to new to this, I got admin rights of server. can you please suggest steps to add DNS entry in DNS ZONE..
RAHUL(10217975)
30-Mar-16 7:18am
View
Website is hosted internally at client's server (windows 2008 r2 ,iis 6.0 intranet website) . So, As you said I should add DNS entry on internal DNS zone.
RAHUL(10217975)
19-Feb-16 8:54am
View
Yes,I tried ..result is same.
RAHUL(10217975)
22-Jul-15 17:19pm
View
Ok, thanks.
I will ask the author.
RAHUL(10217975)
22-Jan-15 4:56am
View
Use Joins instead Subquery It will work fine.
RAHUL(10217975)
22-Jan-15 4:53am
View
Your subquery should return 1 value .you can't return multiple rows in subquery.
RAHUL(10217975)
21-Jan-15 13:04pm
View
I put full control to user MSSQLEXPRESS but still the same stuff is happening. Query returns 0
RAHUL(10217975)
21-Jan-15 13:03pm
View
How to grant permission ?
RAHUL(10217975)
21-Jan-15 9:31am
View
how should I give access to second user?
RAHUL(10217975)
19-Jan-15 4:57am
View
Is control values are correct ? Means Combobox1.SelectedItem and other controls value
?
RAHUL(10217975)
8-Jan-15 8:40am
View
I can't reset the timer in postback because controls I used is client side. Page load is called once when page is loaded else it's never get called. Rest everything is client side.
RAHUL(10217975)
8-Jan-15 7:13am
View
Its very late , Anyways did you find the solution for the above? I am facing the same issue?
RAHUL(10217975)
13-Oct-14 14:57pm
View
Yes value is being updated in success function but I am not able to receive updated value in my usercontrol..How should I achieve that? Its still showing empty in usercontrol
RAHUL(10217975)
20-Sep-14 8:17am
View
Give us more information
RAHUL(10217975)
16-Sep-14 7:23am
View
Are you able to find control ,means lblId you getting it as Label Control or null??
RAHUL(10217975)
15-Sep-14 3:11am
View
What Name?? Dropdown name ?? or selected text name??
RAHUL(10217975)
10-Sep-14 3:21am
View
First get the count of rows and Divide by 1000 or by Maths Mod if you got more than 1 then you update it ,you can do it try it out you will get it
RAHUL(10217975)
10-Sep-14 3:09am
View
I have 1 option i.e. Update it in chunk size means 1000 records then next 1000 records this may ease your query
RAHUL(10217975)
10-Sep-14 3:04am
View
Can you tell what is the value of fl.CreationTime ?
RAHUL(10217975)
3-Sep-14 14:36pm
View
If you are casting @StartDate to varchar then you have to cast joindate to varchar also then only this query will work
RAHUL(10217975)
2-Sep-14 5:44am
View
Thanks, this works but I don't want to expose my page name and webmethod name in page view source like ClientSales.aspx/BindDatatoDropdown. It is clearly visible in page source. How Can I hide that?
RAHUL(10217975)
1-Sep-14 9:07am
View
I am able to bind the dropdownlist but the above function get exposed in page view source. I don't want that to be happen , I want to call that function from external javascript file
RAHUL(10217975)
25-Aug-14 9:26am
View
Wat's the problem? Try What I have written
RAHUL(10217975)
14-Aug-14 9:11am
View
Deleted
I am getting data but its not binding the data in dropdownlist
RAHUL(10217975)
14-Aug-14 8:54am
View
I tried but No Luck
RAHUL(10217975)
14-Aug-14 8:41am
View
No,I am using JQuery Library in Nested form itself
RAHUL(10217975)
17-Jun-14 3:54am
View
I updated the question..is this fine?
RAHUL(10217975)
30-May-14 7:24am
View
No, I am opening serial port in form load and closing in window close
RAHUL(10217975)
6-May-14 8:49am
View
Yes, I dont want to create SerialPort Class object in each form..just one SerialPort class and that should provide the serial port data to current Active form
RAHUL(10217975)
19-Mar-14 8:48am
View
Johannesnestler can you give me some more idea??
RAHUL(10217975)
12-Mar-14 3:52am
View
Can u provide table structure with data? and what error you are facing?
RAHUL(10217975)
10-Mar-14 10:36am
View
Can you provide sample data
RAHUL(10217975)
10-Mar-14 6:58am
View
InComplete question. What you have tried? give example. Draw table structure column with data
RAHUL(10217975)
7-Mar-14 14:02pm
View
Johannestler can you help me please?
RAHUL(10217975)
6-Mar-14 14:09pm
View
I am using clickonce InstallShield. Do you have any idea how can i reset application settings every time i create setup
RAHUL(10217975)
6-Mar-14 14:05pm
View
Deleted
Click once InstallShield.
RAHUL(10217975)
20-Feb-14 2:34am
View
Customer may scan barcode in any active form. How can i get that data? If I use wrapper class in main form. In my app its not mandatory to scan barcode only when main form is active they can scan in any active form.
RAHUL(10217975)
13-Feb-14 2:43am
View
I know how to set individual comobox selectedValue and displaymemberpath But now my combobox is child item of listview and i have to find that combobox and bind. Binding is done but i cant get the new selectedindex of combobox
RAHUL(10217975)
13-Feb-14 2:00am
View
Deleted
ListView x:Name="lstAdditionalMatches"
ListView.View
GridView x:Name="gvFinal2"
GridViewColumn Width="97" Header="Start At" HeaderContainerStyle="{ StaticResource GridHeaderRight1}"
GridViewColumn.CellTemplate
DataTemplate
WrapPanel
ComboBox x:Name="cbStartTime" Width="80" Height="20" FontSize="11" FontWeight="Bold" DisplayMemberPath="Key" SelectedValuePath="Value"
ComboBoxItem Name="a" Content="d"
/ComboBoxItem
/ComboBox
/WrapPanel
/DataTemplate
/GridViewColumn.CellTemplate
/GridViewColumn
/GridView
/ListView.View
/ListView
RAHUL(10217975)
31-Jan-14 3:31am
View
You want Present, Absent, leave as columns??
RAHUL(10217975)
29-Jan-14 5:53am
View
What is the relation between these tables?? How can I join them for grouping ?
RAHUL(10217975)
15-Jan-14 5:46am
View
Deleted
Server side:- You can use viewstate..at selectionindex event you save the index to viewstate and retrieve it when you want. Client Side:- If you want to get the dropdown selected index without reloading the whole page then you must try for javascript that the only way you have..If you want javascript code to get selected index then let me know
RAHUL(10217975)
7-Dec-13 5:37am
View
Error Might be @p_emp_id not declare ...:D
RAHUL(10217975)
6-Dec-13 14:09pm
View
But same update timer code i will be using in every xaml class files...because i will be closing previous form and opening new form when i have to navigate
RAHUL(10217975)
23-Nov-13 3:16am
View
Hey I got it I have created different windows service for android communication.
RAHUL(10217975)
22-Nov-13 9:12am
View
I have one tcp listener in my class . I am not creating instance when i am calling from different forms but i am getting this error too "A blocking operation was interrupted by a call to WSACancelBlockingCall"..I am using thread to start tcp listener .
RAHUL(10217975)
19-Sep-13 4:08am
View
Hey Thanks Pheonyx...
I go through that website. Now i can see WPFviewer. As I am learning crystal reports following is my code
DataSet ds = new DataSet();
ReportDocument rd = new ReportDocument();
rd.Load(MyCrystalReportFilePath);
rd.SetDatabaseLogon("loginname", "password", "localhost", "DBNAme");
ds = LabelTemplates.GetTemplateDataset();
rd.SetDataSource(ds);
crystalReportsViewer1.ViewerCore.ReportSource = rd;
Last line its giving me error of "Object null reference" I dont know why its coming I have populated the report document. As you said I did lot of google for this but i didnt get the solution.If you know about this please let me know ...
Show More