16,020,080 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 Visual Basic questions
View Javascript 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 vaibhav10Dec1987 (Top 45 by date)
vaibhav10Dec1987
8-Mar-16 12:51pm
View
Hi Richard, Thanks for the solution. It works. But in my case class name & their properties are getting in runtime. So in that scenario I am stuck. It would be great if you help me out these.
vaibhav10Dec1987
3-Mar-16 13:46pm
View
Actually I am implementing file write functionality, in which I got a list having type customer but while display column name to csv file I want "CustomerId" not a "CustId". & If I manipulate these things at the time of writing a file it may cause performance issue because of large record.
Note : While writing a csv file I used Nuget package CsvHelper.
vaibhav10Dec1987
3-Mar-16 13:45pm
View
Actually I am implementing file write functionality, in which I got a list having type customer but while display column name to csv file I want "CustomerId" not a "CustId". & If I manipulate these things at the time of writing a file it may cause performance issue because of large record.
Note : While writing a csv file I used Nuget package CsvHelper.
vaibhav10Dec1987
22-Jan-16 5:51am
View
Hi,
Thanks for reply.
But While accessing that remote location I got an error "Access to the path <Path_Name> is denied."
vaibhav10Dec1987
12-Aug-13 6:57am
View
hi, you can use jquery pop up....
vaibhav10Dec1987
12-Aug-13 3:02am
View
hi can you share a html code & css...
vaibhav10Dec1987
9-Aug-13 6:37am
View
have you add jquery.min.js file??
vaibhav10Dec1987
2-Aug-13 3:57am
View
On submit button you may call a one function in which you can pass all values to the
controller with the help of json.
vaibhav10Dec1987
30-Jul-13 7:39am
View
Is any javascript function is affected from these error?
vaibhav10Dec1987
30-Jul-13 7:37am
View
Better to talk to paypal customer support or check paypal documentation is there API that
provides an accepting a credit card from different country.
vaibhav10Dec1987
17-Jul-13 10:17am
View
check is there any property/method is avaliable for getting an ordernumber & customername.
vaibhav10Dec1987
27-Jun-13 3:57am
View
Try to use "AsyncPostBackTrigger" for Control Id "txtLoadingcharge".
vaibhav10Dec1987
27-Jun-13 3:52am
View
Hi, You may use Ajax Update Panel for refreshing/updating a page, without user unknown about page refreshing.
vaibhav10Dec1987
11-Jun-13 2:48am
View
Try to change table name "user".
vaibhav10Dec1987
10-Jun-13 9:52am
View
Give each div has fixed height.& give overflow propperty true.
vaibhav10Dec1987
6-Jun-13 1:28am
View
You can use on application_end event
In that you may do "session.abandon()" in global.asax
vaibhav10Dec1987
5-Jun-13 10:29am
View
Hi,
You simply call a HyperLink1 click event, write a first part of code for redirecting to another page.
vaibhav10Dec1987
5-Jun-13 10:22am
View
Try to use less serverside control.If it is really necessary then use panel otherwise use
simple div.
vaibhav10Dec1987
5-Jun-13 10:19am
View
public static void InsertAudit(objAudit aud)
In above line parameter should be "audit objAudit"
vaibhav10Dec1987
5-Jun-13 5:56am
View
Thanks for your help.
In that case i got only "file Name".But in my scenario I want to get a "full file path
with file name".
vaibhav10Dec1987
5-Jun-13 5:54am
View
Deleted
Hi Prasad,
Thanks for your help.But in that case i get only "file name" but in my scenario I
want to get a "full file path".
vaibhav10Dec1987
5-Jun-13 5:49am
View
<input id="txtFile" type="file"/>
In these while adding a file via browse button. how to get a full path of that file name.
vaibhav10Dec1987
5-Jun-13 1:47am
View
if you are using a sql server database for fetching these record, then why r you not using join? Or Can you post a code in which what you have done.
vaibhav10Dec1987
24-May-13 9:27am
View
Can you provide a sample code here....
vaibhav10Dec1987
24-May-13 9:25am
View
At close button click event clear all error messages & control values.
vaibhav10Dec1987
9-May-13 4:53am
View
Hi,Try to give a width in percentage, or you may use IE 8 specific CSS.
vaibhav10Dec1987
7-May-13 2:23am
View
Hi, Thanks for your help,
But In that case it works upto second level. Here i want to eliminate that group itself
as well as all it's directly dependent as well as indirectly dependent upto n-level.
vaibhav10Dec1987
6-May-13 7:13am
View
Do not close your connection at the middle of the function, it close only at the end of the function.
vaibhav10Dec1987
6-May-13 7:12am
View
Deleted
Do your connection close at the end of the function only, not a middle of the function.
vaibhav10Dec1987
25-Apr-13 1:42am
View
Are you giving a path of image from intellience or type it in manually?
vaibhav10Dec1987
23-Apr-13 6:45am
View
Keep that graph inside in ajax update panel. While on page load update that panel.
vaibhav10Dec1987
23-Apr-13 4:54am
View
can you provide me in which event you wrote that code...
vaibhav10Dec1987
23-Apr-13 3:44am
View
If you want to completly remove scroll bar from Div1 then try Css property
overflow:hidden;
vaibhav10Dec1987
19-Apr-13 9:00am
View
Hi, Moykn Thank you for your wonderful help.It works.
vaibhav10Dec1987
19-Apr-13 7:43am
View
<ul class="breadcrumb">
<li id="SelectServiceTab">
Step 1
<div class="div_Wizard_step">
<div style="text-align: center;">1</div>
</div>
</li>
<li id="ConfigurePolicyTab">
Step 2
<div class="div_Wizard_step">
<div style="text-align: center;">2</div>
</div>
</li>
<li id="InstallOptionTab">
Step 3
<div class="div_Wizard_step">
<div style="text-align: center;">3</div>
</div>
</li>
<li></li>
</ul>
My Css is,
.breadcrumb {
list-style: none;
overflow: hidden;
font: 18px Helvetica, Arial, Sans-Serif;
}
.breadcrumb li {
float: left;
}
.breadcrumb li a {
color: white;
text-decoration: none;
padding: 10px 0 10px 65px;
background:#2F87DD;
position: relative;
display: block;
float: left;
}
.breadcrumb li a:after {
content: " ";
display: block;
width: 0;
height: 0;
border-top: 50px solid transparent;
border-bottom: 50px solid transparent;
border-left: 30px solid #2F87DD;/*#2F87DD*/
position: absolute;
top: 50%;
margin-top: -50px;
left: 100%;
z-index: 2;
}
.breadcrumb li a:before {
content: " ";
display: block;
width: 0;
height: 0;
border-top: 50px solid transparent;
border-bottom: 50px solid transparent;
border-left: 30px solid white;
position: absolute;
top: 50%;
margin-top: -50px;
margin-left:5px;/*1px; vaibhav*/
left: 100%;
z-index: 1;
}
.breadcrumb li:nth-child(2) a {
background:#4D4D4D;
border-left:3px solid green !important;
}
.breadcrumb li:nth-child(2) a:after {
border-left-color:#4D4D4D;
}
.breadcrumb li:nth-child(3) a {
background:#4D4D4D;
}
.breadcrumb li:nth-child(3) a:after {
border-left-color:#4D4D4D;
}
.breadcrumb li:last-child a {
background: transparent !important;
color: black;
pointer-events: none;
cursor: default;
}
.breadcrumb li a {
height:40px;
width:268px;
}
.breadcrumb li a:hover { background: #2F87DD; }
.breadcrumb li a:hover:after { border-left-color: #2F87DD ; }
.div_Wizard_step {
background: none repeat scroll 0 0 transparent;
border: 4px solid #FEFEFE;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
-o-border-radius: 20px; /* opera */
border-radius: 20px;
color: WHITE;
float: right;
font-size: 20px;
font-weight: bold;
height: 25px;
width: 25px;
padding:3px;
}
& My Jquery is,
$("#ConfigurePolicyTab").click(function () {
$(".breadcrumb li:nth-child(2) a").css({ background: "none repeat scroll 0 0 red" });
$(".breadcrumb li:nth-child(2) a:after").css("border-Left-Color", "red");
}
vaibhav10Dec1987
19-Apr-13 5:56am
View
Can you post your code????
vaibhav10Dec1987
19-Apr-13 5:50am
View
Hi, I tried your code but in that case jquery unable to change borderLeftColor Property.Even
.breadcrumb li:nth-child(2) a {
background:green;
border-left:"3px solid green";
}
border-left is not applied to the breadcrumbs arrow.
vaibhav10Dec1987
18-Apr-13 2:44am
View
keep your solution folder in root folder of IIS ("C:\inetpub\wwwroot").
vaibhav10Dec1987
16-Apr-13 7:06am
View
Change the name of "ControlName".
vaibhav10Dec1987
16-Apr-13 2:36am
View
Hi, Can you explain that line "always I have one complete empty record in this table."
or Is it mean there is an one empty row in "StudentDetails" table?
Why are you keep an empty records in that table?
Actually in programatic it is not a correct way to do these.It might be throws an exception.
vaibhav10Dec1987
15-Apr-13 3:32am
View
If you are working in .net frame work, in that case it is an IIS Settings.
vaibhav10Dec1987
12-Apr-13 6:27am
View
Use property autopostback="true".
vaibhav10Dec1987
9-Apr-13 9:02am
View
Can you elaborate your question or can you mention your sample code?
vaibhav10Dec1987
9-Apr-13 3:31am
View
you may refer following link:
http://stackoverflow.com/questions/3264739/image-change-every-30-seconds-loop
vaibhav10Dec1987
19-Mar-13 9:03am
View
Hi, I prasad i want to do page indexing in jquery which is same as asp.net gridview.
Show More