16,016,789 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 Prakash Sekhar (Top 29 by date)
Prakash Sekhar
6-Oct-17 9:33am
View
I cannot show the code. I am using CLosed XML only. 10,000 records is taking 3 mins. but it has to be done in 20-25 secs max. Is there any option for this?
Prakash Sekhar
5-Oct-17 7:33am
View
I know but just want to optimize it as much. Any other ways to approach this?
Prakash Sekhar
11-Sep-17 6:18am
View
{ "CategoryInfo": [
{
"CategoryName": "AAA",
"SubCategoryName": [
{
"ConnectionName": "Test2"
},
{
"ConnectionName": "test 1"
}
]
},
{
"CategoryName": "XYZ",
"SubCategoryName": [
{
"ConnectionName": "Test8"
},
{
"ConnectionName": "test 2"
}
]
}
]
}
This is the structure which i have. I am trying to add a new ConnectionName under SubCategoryName. In the article i am not able to find the code to add new data to existing data.
Prakash Sekhar
11-Sep-17 5:23am
View
i have generated the classes using JSON utils. I have the class file. What i need to do next?
Prakash Sekhar
11-Sep-17 2:55am
View
I have downloaded the 3 solutions. I am not able to understand the implementation properly.
Prakash Sekhar
11-Sep-17 2:17am
View
I went through the link which u had posted but i am not able to get it work correctly.
1. How to convert to classes and then add the new data. Can you explain more?
Prakash Sekhar
15-Jul-16 2:50am
View
function GetData()
{
var storeValue=[];
var signalList= "";
$("#Livedata tr").each(function (i, el) {
$("#Livedata tr th").hide();
});
$("#divPopup input").each(function() {
if($(this).is(":checked"))
{
storeValue.push('.'+$(this).attr('id'));
signalList = signalList + ($(this).attr('id') +',');
}
});
sessionStorage.setItem('StoreData',storeValue);
for(i=0;i
Prakash Sekhar
31-Mar-14 14:03pm
View
i cant post it over here but i tried similar to this.
http://www.codeproject.com/Tips/714411/ASP-NET-Gridview-with-Filter-in-Header
In the link the data is bound in page load itself, but i need to do that after the search in header. For the Header search i need the autofill option.
Prakash Sekhar
25-Jun-13 6:18am
View
Is it possible to add the number of rows dynamically with the help of the plugin. I have not used jquery till now so i am not sure how it can be done.
Prakash Sekhar
4-Jun-13 1:59am
View
I checked that option and now i am getting the Search tab. Thanks.
Prakash Sekhar
31-May-13 7:50am
View
I am using Windows 7 64-bit system.My issue is i am not getting the Search Tab at all in the new file after i compile the .CHM file. Please let me know how to proceed?
Prakash Sekhar
30-Apr-13 4:50am
View
Can you tell me how to call nResult from main function, because i cannot open a new dialog when another dialog is kept open.
Prakash Sekhar
29-Apr-13 12:21pm
View
I am not sure about how to return nResult as NEXT or BACK. I normally call another dialog by using EzDefineDialog only.
Prakash Sekhar
29-Apr-13 9:51am
View
If i remove EzDefineDialog then how do i call the next dialog.
Prakash Sekhar
26-Apr-13 2:01am
View
Yeah i want to use like that only. As u say if i select Feature A then i should be able to choose either Component A1 or Component A2. The selected component files should be installed.
Prakash Sekhar
25-Apr-13 10:30am
View
I have to use InstallShield 2011 only. We have only that software with us.
Prakash Sekhar
25-Apr-13 10:30am
View
No i have components. I have different components for a particular category. I have to select any one component and that has to be installed in the system.
Prakash Sekhar
25-Apr-13 7:45am
View
I agree it is a different question, but can you give a solution for it. I am stuck with it and not able to proceed further...If i install it i am getting the sub-versions as a seperate folder and not inside the category.
Prakash Sekhar
24-Apr-13 6:14am
View
How to select a particular version for a particular category? For eg. if Option A has 4 sub-versions then i must be able to see all the 4 sub-versions when i select Option A. I should be able to select only one particular sub-version.
Prakash Sekhar
19-Apr-13 1:06am
View
I checked that but the log file has information about the Installshield installation only. I am not able to find anything related to Setup creation errors. Also it is saying that all exe/dll files have to be digitally signed for the setup to work. Is that mandatory?
Prakash Sekhar
17-Apr-13 9:18am
View
I am not able to find the install log. Where do i find it?
Prakash Sekhar
17-Apr-13 7:40am
View
I am still facing that setup issue. I am not getting any errors while building the setup but when i am installing it is being stopped abruptly. The error message i am getting is "Installation was stopped abruptly. Please run the setup sometime later." I have no idea on how to proceed with this? Can anyone help me on it?
Prakash Sekhar
22-Mar-13 10:24am
View
When i build my install shield project, a folder called "program files" with all application files is created inside the DiskImages folder. The setup reads all the application files from the program files folder. When i try to install in other machines it is reading/searching contents from that program files folder and the installation wizard displays an error that "particular file is not available in the path "...\program files" and the process stops there.
Prakash Sekhar
14-Mar-13 4:49am
View
Where to check for the log file?
Prakash Sekhar
14-Mar-13 1:49am
View
I do have admin rights while crating the setup so i guess that shud not be an issue. Can you tell me where to look for the MSI log file?
Prakash Sekhar
14-Mar-13 1:47am
View
How to include the redistributable in the destination system. THis is my first setup creation and i am not so sure about it.
Prakash Sekhar
14-Mar-13 1:45am
View
InstallShield Version 16 SP1
Prakash Sekhar
19-May-11 9:03am
View
hi, can u tell me which code i need to post.
Prakash Sekhar
19-May-11 8:42am
View
Deleted
Which code u want me to post? The page where the action has to take place will have the code for that part only. I am not sure which code to post.
Show More