9,869,444 members (36,491 online)
Visit CodeProject.TV
Discuss CodeProject.TV
Sign in
Email
Password
Forgot your password?
Sign in using
home
articles
Chapters and Sections
>
Search
Latest Articles
Latest Tips/Tricks
Top Articles
Beginner Articles
Technical Blogs
Posting/Update Guidelines
Article Help Forum
Article Competition
Submit an article or tip
Post your Blog
quick answers
Ask a Question
View Unanswered Questions
View All Questions...
C# questions
ASP.NET questions
VB.NET questions
C#4.0 questions
C++ questions
discussions
All Message Boards...
Application Lifecycle
>
Running a Business
Sales / Marketing
Collaboration / Beta Testing
Work & Training Issues
Design and Architecture
ASP.NET
JavaScript
C / C++ / MFC
>
ATL / WTL / STL
Managed C++/CLI
Adobe Technologies
C#
Free Tools
Objective-C
Ruby On Rails
Database
Hardware & Devices
>
System Admin
Hosting and Servers
Java
.NET Framework
Mobile
VS 11 & .NET 4.5
Sharepoint
Silverlight / WPF
Visual Basic
Web Development
Site Bugs / Suggestions
features
Component & Service Catalog
Competitions
News
The Insider Newsletter
Newsletter archive
Surveys
Product Showcase
Research Library
CodeProject Stuff
community
The Insider News
The Lounge
The Weird & The Wonderful
The Soapbox
Press Releases
Who's Who
Most Valuable Professionals
Company Listings
Non-English Language
>
General Indian Topics
General Chinese Topics
help
What is 'CodeProject'?
General FAQ
Ask a Question
Bugs and Suggestions
Article Help Forum
Site Map
Advertise with us
Employment Opportunities
About Us
The default search term operator is
AND
.
You can use brackets,
AND
,
OR
, and
NOT
to improve your search. For example:
C# AND NOT(VB or SQL)
A query of a single
*
will return everything, filtered by any filters.
Filter examples:
Search by Author
author:"author name"
Filter by tag
tag:C#
or
tag:(C++ or Java)
Wildcard search
use "?" or "*" eg.
gr?d
or
gr*
34 Results
Search
Everything
Articles
Technical Blogs
Tips & Tricks
Questions
Answers
Forum Messages
News Items
Catalog Items
Videos
Training Courses
Just My Stuff
My Bookmarks
Sort by
Relevance
Rating Asc
Rating Desc
Title Asc
Title Desc
Author Asc
Author Desc
Date Created Asc
Date Created Desc
Date Modified Asc
Date Modified Desc
Price Asc
Price Desc
Duration Asc
Duration Desc
Match
All Fields
Title
Description
Author(s)
Tags
Any Date
Last 12 hours
Last 24 hours
Last week
Last 2 weeks
Last month
Last 3 months
Last 6 months
Last year
January
February
March
April
May
June
July
August
September
October
November
December
Rating Range
All - Including Unrated
1.0 - 5.0
2.0 - 5.0
3.0 - 5.0
4.0 - 5.0
4.5 - 5.0
4.8 - 5.0
5.0
Advanced Filters:
Article Topics
All Topics
Desktop Development
Web Development
Mobile Development
Cloud Computing
Enterprise Systems
Database
Multimedia
Languages
Platforms, Frameworks & Libraries
General Programming
Graphics / Design
Development Lifecycle
General Reading
Third Party Products
Mentor Resources
Article License
All Licenses
CPOL
CDDL
Ms-PL
MPL
CPL
Eclipse
MIT
BSD
Apache
CC (ASA 2.5)
Zlib
Public Domain
CC (Attr 3U)
CC (ASA 3U)
LGPL3
GPL3
Forums
All Forums
Feature Forums
General Programming
Web Development
Product Lifecycle
Database & SysAdmin
General Discussions
Non-English Language
Catalog Category
All Categories
Books & Training
Charting & Graphing
Components, Controls, Libraries
Data Manipulation & Mining
Database Tools
Debugging
Documentation & Help
Financial, Math & Scientific
Frameworks & APIs
General Development Tools
GIS & Maps
Graphics & 3D Modeling
Hardware and Robotics
Hosting
IDEs
Imaging
Mobility
Multimedia
Networking
Performance and Profiling
Programming Languages
Project Life-cycle Management (ALM)
Reporting
Search
Security
Setup & Deploy
System Adminstration
Utilities
Virtualization
Web Design/Development
Catalog License
All Licenses
Commercial
Fully Function Evaluation version
Limited Functionality Trial
Limited Time Trial
Shareware
Free For Personal Use
Freeware
Page 1 of 1
Page Size:
10
·
25
·
50
Author filtered by: sisirp88
[x]
Re: My vote of 5
by
sisirp88
Forum Message
13 May 2013
Thanks Tadit, :) Thanks & Regards Sisir
General Discussions
»
Article "How To Add Javascript And Css Files To A Web Page During Runtime"
Re: My vote of 5
by
sisirp88
Forum Message
13 May 2013
Thanks Tadit, :) Thanks & Regards Sisir
General Discussions
»
Article "How To Add Javascript And Css Files To A Web Page During Runtime"
How to add JavaScript and CSS files to a web page during runtime
by
sisirp88
Article
10 May 2013
license:
CPOL
How to add JavaScript and CSS files to a web page during runtime.
Web Development
»
Asp.Net
»
Howto
Javascript
CSS
Intermediate
Simplest code to export a datatable into .csv format
by
sisirp88
Tip/Trick
10 May 2013
license:
CPOL
Code to export datatable to CSV format.
Desktop Development
»
Files And Folders
»
General
Intermediate
C#
C#4.0
coding
Insert Data in xls sheet at server from dataset with Microsoft.Jet.OLEDB
by
sisirp88
Answer
10 May 2013
license:
CPOL
Hi Vinay,Have a look into this link this will help you in resolving your problem.How to export data into .xls formatThanks
General Programming
»
Uncategorised Quick Answers
»
General
C#
Multi-threading and cross-thread function invoke
by
sisirp88
Tip/Trick
9 May 2013
license:
CPOL
Multi-threading and cross-thread function invoke.
General Programming
»
Threads, Processes & Ipc
»
Multi-Threading
ASP.NET
.NET
Intermediate
C#
C#4.0
PInvoke
Call JavaScript function on DropDownList SelectedIndexChanged Event
by
sisirp88
Answer
6 May 2013
license:
CPOL
Hi,You can also do like this:You can add the onchange="yourfunctionname()" code to the dropdown and add the function in the script tag in the begining.This is the best way to do...Thanks
General Programming
»
Uncategorised Quick Answers
»
General
ASP.NET
My vote of 5
by
sisirp88
Forum Message
2 May 2013
nice one
General Discussions
»
Tip/Trick "Communication With Cross Domain Iframe - A Cross Browser Solution"
how to remove time portion from the date field in the print preview page
by
sisirp88
Answer
19 Apr 2013
license:
CPOL
HI,Use the string.Format() or variable.Tostring("dd/mm/yyyy");This will help you...Thanks
General Programming
»
Uncategorised Quick Answers
»
General
C#
how to display the data from table to dropdownlist
by
sisirp88
Answer
16 Apr 2013
license:
CPOL
Hi,1st get the data from the database by a stored procedure or simply a sql command. Then keep the data into a data table and feed the datatable data to the dropdownlist.Code snipet here:SqlConnection con = new SqlConnection("Data Source=localhost\\sqlexpress;Initial...
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
SQL-Server
Re
by
sisirp88
Forum Message
16 Apr 2013
Nice article... :) Thanks & Regards Sisir
General Discussions
»
Article "Factory Method Pattern"
My vote of 5
by
sisirp88
Forum Message
15 Apr 2013
I realized it in my life so I am sharing it with you all...
General Discussions
»
Tip/Trick "Secure Way Of Executing Update Statement In Sql Server"
Secure way of executing Update statement in SQL Server
by
sisirp88
Tip/Trick
15 Apr 2013
license:
CPOL
Without transaction if any DML statement are executed in the database then that can be rolled back in sql server.
Database
»
Database
»
Sql Server
SQL
ADO.NET
How to use reference?
by
sisirp88
Answer
15 Apr 2013
license:
CPOL
HI,If your layers are in the same project then you can include the folder structure in the Using section and then can able to access the object and methods defined there in the class.If you are having the different projects for the structure then you can able to access the methods only...
General Programming
»
Uncategorised Quick Answers
»
General
C#
Retrieval of a record into an array using AJAX
by
sisirp88
Tip/Trick
15 Apr 2013
license:
CPOL
Retrieving data from the database using a simple array in AJAX.
Web Development
»
Ajax
»
General
Dev
Ajax
Intermediate
C#
C#4.0
Can i set Session Expire time
by
sisirp88
Answer
15 Apr 2013
license:
CPOL
Hi,You can set the session timeout by various ways.1. Using C#2. Using jqyery3. Using AjaxHere are some links that can help you in finding the various ways.session timeout using jquerySesion timeout using AjaxSession timeout using C#Some more links:Session timeout on a...
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
validations for Gridview footer
by
sisirp88
Answer
15 Apr 2013
license:
CPOL
HI,Check the following links for your answer:gridview footer using validator controlValidtor for TextBox Within GridView FooterThanks
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
SQL-Server
My vote of 5
by
sisirp88
Forum Message
14 Apr 2013
It is a good thing to learn the use of the Culture but we should be very careful while using that...
General Discussions
»
Tip/Trick "Set Current Culture Programatically In An Asp.Net Application"
My vote of 5
by
sisirp88
Forum Message
14 Apr 2013
Its a nice thing to implement...
General Discussions
»
Tip/Trick "How To Get Url And Querystring Value In An Asp.Net Page"
How to get URL and QueryString value in an ASP.NET page
by
sisirp88
Tip/Trick
9 Apr 2013
license:
CPOL
How to use the CLASIC ASP code for different values from the server variables.
Web Development
»
Asp.Net
»
General
C#
C#
C#4.0
Set Current Culture Programatically in an ASP.NET Application
by
sisirp88
Tip/Trick
9 Apr 2013
license:
CPOL
This will give a sound idea to use the CultureInfo in a C# application to handle date format.
Web Development
»
Asp.Net
»
Howto
C#
How to Abort a AJAX Call Before Calling the Same Again
by
sisirp88
Tip/Trick
7 Apr 2013
license:
CPOL
Aborting an fired Ajax call before firing the same again
Web Development
»
Ajax
»
Controls
ASP.NET
How to change the format of the date in a grid based upon language selection
by
sisirp88
Question
28 Feb 2013
license:
CPOL
Hello All,I want to change the format of the date field binded in a grid based upon the language selection.e.g: If the language is english/ USEnglish then the format should be "dd/MM/yyyy" and if the language is something else then the date format should be "MM/dd/yyyy". Please suggest...
General Programming
»
Uncategorised Quick Answers
»
General
C#
C#4.0
Value from a previous web page
by
sisirp88
Answer
24 Feb 2013
license:
CPOL
HI,You can get the value from one page to another page by 3 different ways.1. using session value.2. using querystring values.3. using cookies concept.Use one of these following methods and you can able to get the value from previous page.Thanks
General Programming
»
Uncategorised Quick Answers
»
General
ASP.NET
Basic
connection string retrivation
by
sisirp88
Answer
24 Feb 2013
license:
CPOL
HI,Use the following code in your webconfig file : From the code behind you can able to access that like the following code.myConnection = new...
General Programming
»
Uncategorised Quick Answers
»
General
C#
.NET
how to validate alpha numeric values in textbox using jquery?
by
sisirp88
Answer
22 Feb 2013
license:
CPOL
Hi,Try like this: $(function() { $('input.alpha[$id=tb1]').keyup(function() { if (this.value.match(/[^a-zA-Z0-9 ]/g)) { this.value = this.value.replace(/[^a-zA-Z0-9 ]/g, ''); } ...
General Programming
»
Uncategorised Quick Answers
»
General
jQuery
basic functionality of a website which is important to learn?
by
sisirp88
Answer
22 Feb 2013
license:
CPOL
HI,According to me you should be developing some application to explore more using the latest technology like WCF, MVC, AJAX etc.This will make you master in your domain. As I am a software developer I know there is no end to any knowledge. So try to explore more and more in your...
General Programming
»
Uncategorised Quick Answers
»
General
ASP.NET
sql query for select
by
sisirp88
Answer
22 Feb 2013
license:
CPOL
HI,Change your code to like the following:CREATE PROCEDURE dbo.StaffPayment_ddl_GroupnameASBEGIN select * from Groups where GroupId '7'ENDThanks
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
Using JScript on server side
by
sisirp88
Answer
21 Feb 2013
license:
CPOL
Hi,Refer the following links for your answer.Run JavaScript from server side in ASP.Net and C#Also check the following discussions in the links below.Client side scripting VS server side scriptingWhat are the differences between client-side scripting and server-side...
General Programming
»
Uncategorised Quick Answers
»
General
Javascript
HTML
Web-Development
the code below is running correctly but i would like to know how I can remove those zero which comes after it generating the result for example I got a such result "13.00:00:00"
by
sisirp88
Answer
21 Feb 2013
license:
CPOL
Here is a good link that has the different formats you can use to show your result for date or time also.Date Time formatThere is only a way for your question t o format the result based on requirement.Thanks
General Programming
»
Uncategorised Quick Answers
»
General
ASP.NET
How to detect a right click on a row of gridview
by
sisirp88
Answer
21 Feb 2013
license:
CPOL
Hi,Check for the following links...
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
updatepanel
How to set the dafult value of a column in sql
by
sisirp88
Answer
21 Feb 2013
license:
CPOL
HI,You can try like this:ALTER TABLE {TABLENAME}ADD {COLUMNNAME} {TYPE} {NULL|NOT NULL}CONSTRAINT {CONSTRAINT_NAME} DEFAULT {DEFAULT_VALUE}Add Default Value to Existing Column-- Add default to existing column DateOfHire:ALTER TABLE [dbo].[Employees] ADD DEFAULT (getdate())...
General Programming
»
Uncategorised Quick Answers
»
General
SQL-Server
SQL2008
disable the column sorting in DataGridView
by
sisirp88
Answer
21 Feb 2013
license:
CPOL
HI,Try like this:protected override void OnColumnAdded(DataGridViewColumnEventArgs e) { base.OnColumnAdded(e); e.Column.SortMode = DataGridViewColumnSortMode.NotSortable; }Thanks
General Programming
»
Uncategorised Quick Answers
»
General
C#
My vote of 5
by
sisirp88
Forum Message
13 Feb 2013
Its true. I have tried this at my local...
General Discussions
»
Tip/Trick "Calling A Console Application From The Web On Button Click Event"
Page 1 of 1
First
·
Prev
·
Next
·
Last
Advertise
|
Privacy
|
Mobile
Web02 | 2.6.130513.1 | Last Updated 14 May 2013
Copyright ©
CodeProject
, 1999-2013
All Rights Reserved.
Terms of Use
Layout:
fixed
|
fluid