9,869,444 members (27,774 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*
105 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 3
Page Size:
10
·
25
·
50
Author filtered by: Sant Osha
[x]
SQL Quert script excutor in VB.NET
by
Sant Osha
Answer
7 May 2013
license:
CPOL
First install sql server, then change the connection string.
General Programming
»
Uncategorised Quick Answers
»
General
VB
VB.NET
how can insert components to listview multipile time?
by
Sant Osha
Answer
7 May 2013
license:
CPOL
Go to this Link
General Programming
»
Uncategorised Quick Answers
»
General
VB
VB.NET
Is it possible looping in trigger
by
Sant Osha
Answer
7 May 2013
license:
CPOL
Yes, You can use Cursor in it and can do operation until fetch status equal to 0.
General Programming
»
Uncategorised Quick Answers
»
General
SQL
Server
ASP.Net Page Life Cycle and IIS
by
Sant Osha
Answer
7 May 2013
license:
CPOL
Go to this Link.By next time, please ask appropriate question.
General Programming
»
Uncategorised Quick Answers
»
General
ASP.NET
connecting sql server with asp.net
by
Sant Osha
Answer
7 May 2013
license:
CPOL
Go to this Link
General Programming
»
Uncategorised Quick Answers
»
General
ASP.NET
SQL-Server
SQL2008
How to print a windows form vb.net?
by
Sant Osha
Answer
7 May 2013
license:
CPOL
Use below code:PrintForm1.Print(Me, PowerPacks.Printing.PrintForm.PrintOption.FullWindow)
General Programming
»
Uncategorised Quick Answers
»
General
VB
VB.NET
how to convert .aspx page to .html page for a given aspx page
by
Sant Osha
Answer
7 May 2013
license:
CPOL
Changed the server control to html control and you can get html.
General Programming
»
Uncategorised Quick Answers
»
General
C#
C#4.0
i want to display data in textbox
by
Sant Osha
Answer
6 May 2013
license:
CPOL
By your code, you can get 5 textboxes, but you will able able to get id of it.So set id for each control and then assign text to it.
General Programming
»
Uncategorised Quick Answers
»
General
VB
VB.NET
how to use alert message in c# Windows application
by
Sant Osha
Answer
6 May 2013
license:
CPOL
DateTime dt = new DateTime(); dt = Convert.ToDateTime("2013-05-08"); if (dt.CompareTo(DateTime.Now) == 0) { MessageBox.Show("Your Message."); }
General Programming
»
Uncategorised Quick Answers
»
General
C#3.0
C#
Sending message from .net application to phone
by
Sant Osha
Answer
6 May 2013
license:
CPOL
You need to get SMS service for trail or paid one.Then you can get api url of it.And you can send SMS via using api.
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
.NET
Copy database from one database to another with minimum data
by
Sant Osha
Answer
2 May 2013
license:
CPOL
create database your_db_nameselect top 100 * into table_name from table_name // use this line for all tables//better option is that you create an application and inside for loop execute this query
General Programming
»
Uncategorised Quick Answers
»
General
SQL-Server
SQL-Server
SQL2008
how to count the selected item of the drop downlist in vb.net
by
Sant Osha
Answer
2 May 2013
license:
CPOL
you can select only one item in drop down list and many in list box list.
General Programming
»
Uncategorised Quick Answers
»
General
VB
VB.NET
javascript country, state, district and city loading without postback
by
Sant Osha
Answer
2 May 2013
license:
CPOL
go to this link
General Programming
»
Uncategorised Quick Answers
»
General
Javascript
jQuery
freeze html table headers and left most column
by
Sant Osha
Answer
2 May 2013
license:
CPOL
Use css property for headers as position:absolute;
General Programming
»
Uncategorised Quick Answers
»
General
CSS
HTML
jQuery
Asp.net in texbox error in runat="server"
by
Sant Osha
Answer
1 May 2013
license:
CPOL
Use only one form tag with runat server.This will solve your problem.
General Programming
»
Uncategorised Quick Answers
»
General
ASP.NET
draw image in asp.net using c#
by
Sant Osha
Answer
1 May 2013
license:
CPOL
Use Graphics and draw images on blank bitmap image.
General Programming
»
Uncategorised Quick Answers
»
General
ASP.NET
selected index property of radiobuttonlist
by
Sant Osha
Answer
1 May 2013
license:
CPOL
Set AutoPostBack property of RadioButtonList to True.
General Programming
»
Uncategorised Quick Answers
»
General
C#
How to write if condition in Trigger
by
Sant Osha
Answer
26 Apr 2013
license:
CPOL
i changed you code:USE [PRSAppTest_TST]GO/****** Object: Trigger [dbo].[trg_URPatients] Script Date: 04/26/2013 03:54:54 ******/SET ANSI_NULLS ONGOSET QUOTED_IDENTIFIER ONGOALTER TRIGGER [dbo].[trg_URPatients] ON [dbo].[Patients] FOR INSERTAS BEGIN...
General Programming
»
Uncategorised Quick Answers
»
General
SQL2005
SQL-Server
How to open the system tray aplication
by
Sant Osha
Answer
26 Apr 2013
license:
CPOL
Go to this link[^]
General Programming
»
Uncategorised Quick Answers
»
General
C#
login authentication problem
by
Sant Osha
Answer
26 Apr 2013
license:
CPOL
private void btnLogin_Click(object sender, EventArgs e) {try { if (txtUsername.Text.Length > 0 && txtUsername.Text != null && txtPassword.Text != null && txtPassword.Text.Length > 0) { btnClose.Enabled = false; ...
General Programming
»
Uncategorised Quick Answers
»
General
C#
.NET
SQL-Server
Alert box pop-up problem
by
Sant Osha
Question
26 Apr 2013
license:
CPOL
On submit button I have user validation to enter user id so that then can submit.I have used javascript to show alert box.Code: ScriptManager.RegisterStartupScript(this, typeof(Page), "script", "alert('Please, enter valid User id.');", true);It works fine. Then i click on one of the...
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
Javascript
Calculation in GridView using Asp.Net C#
by
Sant Osha
Answer
26 Apr 2013
license:
CPOL
put formula in sql query and bind the gridview.
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
How to set 2 font to label in crystal report
by
Sant Osha
Answer
25 Apr 2013
license:
CPOL
you cannot assign two different font to label at a time.you can either create a new font which will combination of both and assign to label.
General Programming
»
Uncategorised Quick Answers
»
General
CrystalReports
Is Excel file can be display in a webpage and edit it from webpage and save back to database.
by
Sant Osha
Answer
24 Apr 2013
license:
CPOL
Import into database using OLEDB dataadapter.On page: Display record in Gridview and write updating code for it.At last: Export to excel by going this LInk
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
Sql 2008:concatenate two or more string and display them in a single record
by
Sant Osha
Answer
24 Apr 2013
license:
CPOL
select 'DelayTime: The total time of Delaye 00:00:00'
General Programming
»
Uncategorised Quick Answers
»
General
SQL-Server
DateTime
database
How to Get Text Of Checkbox using javascript if the text.align is left ?
by
Sant Osha
Answer
24 Apr 2013
license:
CPOL
you use var UnCheckedfilename = cbh.value;to solve your problem
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
Javascript
Combine multiple rows into one row
by
Sant Osha
Answer
23 Apr 2013
license:
CPOL
select distinct Delaytime from table_name
General Programming
»
Uncategorised Quick Answers
»
General
SQL-Server
database
error sometimes in server when login
by
Sant Osha
Answer
23 Apr 2013
license:
CPOL
go to this link My Solution
General Programming
»
Uncategorised Quick Answers
»
General
ASP.NET
popup with arrow asp.net javascript
by
Sant Osha
Answer
23 Apr 2013
license:
CPOL
use this css property:cursor:pointer;
General Programming
»
Uncategorised Quick Answers
»
General
Javascript
CSS
Alert box pop-up coming many times
by
Sant Osha
Question
23 Apr 2013
license:
CPOL
Hi,I have javascript validation on one page.if user don't select from dropdownlist and clicked on button then alert box comes up.this is working fine.problem is when i go to other page with click on hyperlink and get back to same page by clicking on back arrow of browser then i get...
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
Loading and reading from Two tables.
by
Sant Osha
Answer
23 Apr 2013
license:
CPOL
using System;using System.Data;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;using System.Data.SqlClient;using System.Configuration; public partial class Registration :...
General Programming
»
Uncategorised Quick Answers
»
General
ASP.NET
3 Tier Architecture In .Net
by
Sant Osha
Answer
23 Apr 2013
license:
CPOL
create class and name it as you want, by it will be " BOLpage.cs"then define every variable used in your program as Collapse | Copy Codeprivate vST;then create property procedures ( which will get and set the values) as Collapse | Copy Codepublic String ST{ get ...
General Programming
»
Uncategorised Quick Answers
»
General
ASP.NET
.NET
Visual-Studio
asp.net url rewriting
by
Sant Osha
Answer
23 Apr 2013
license:
CPOL
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
HTML
Split datatable into multiple tables
by
Sant Osha
Answer
23 Apr 2013
license:
CPOL
string sql = ""; sql = "select * from table where parentId =0 "; sql = sql + " select * from table where parentId =1 "; sql = sql+ " select * from table where parentId =5 "; sql = sql+ " select * from table where parentId =8 "; DataSet...
General Programming
»
Uncategorised Quick Answers
»
General
C#1.0
ASP.NET
C#
How can i Deactivate the user In asp Dot Net?
by
Sant Osha
Answer
23 Apr 2013
license:
CPOL
//Put this code if login failed for user... in your else partif (Session["Count"] != null) { if (Session["Count"].ToString() != "3") { Session["Count"] = Convert.ToInt32(Session["Count"].ToString()) + 1; } ...
General Programming
»
Uncategorised Quick Answers
»
General
ASP.NET
how to populate data form database in javascript
by
Sant Osha
Answer
22 Apr 2013
license:
CPOL
javascript is client side language.use c# to populate grid.as string sql = "";//put your sql query DataSet ds = new DataSet(); SqlDataAdapter da = new SqlDataAdapter(sql, cn); da.Fill(ds); if (ds.Tables[0].Rows.Count > 0) { ...
General Programming
»
Uncategorised Quick Answers
»
General
ASP.NET
Javascript
how to prevent to open a web page using copy and paste the url in new window or tab
by
Sant Osha
Answer
22 Apr 2013
license:
CPOL
Create a page named it "ErrorPage.aspx" and give message in page.Now, in your current page Use below code:protected void Page_Load(object sender, EventArgs e) { if (!IsPostBack) { if (Session["TransIDId"] == null) { ...
General Programming
»
Uncategorised Quick Answers
»
General
Javascript
VB
VB.NET
Telerik Error when click on button
by
Sant Osha
Answer
22 Apr 2013
license:
CPOL
I addedif (Session.SessionID == "") { Page.Session.Add("SessionID", Session.SessionID); }in Page Load.
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
Telerik
Telerik Error when click on button
by
Sant Osha
Question
22 Apr 2013
license:
CPOL
Following error I'm getting:Uncaught Sys.WebForms.PageRequestManagerParserErrorException: Sys.WebForms.PageRequestManagerParserErrorException: The message received from the server could not be parsed. Common causes for this error are when the response is modified by calls to...
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
Telerik
How to Sum the value of gridview and show result at the end of that gridview
by
Sant Osha
Answer
18 Apr 2013
license:
CPOL
int count = 0; for (int i = 0; i
General Programming
»
Uncategorised Quick Answers
»
General
C#
code throw execption
by
Sant Osha
Answer
18 Apr 2013
license:
CPOL
The table 'ISB VAS NODE$' specified by you not present in database.
General Programming
»
Uncategorised Quick Answers
»
General
ASP.NET
search by dropdownlist
by
Sant Osha
Answer
18 Apr 2013
license:
CPOL
//for Drop down liststring sql = "";//put your sql query DataSet ds = new DataSet(); SqlDataAdapter da = new SqlDataAdapter(sql, cn); da.Fill(ds); if (ds.Tables[0].Rows.Count > 0) { ddl.DataSource = ds; ddl.DataTextField...
General Programming
»
Uncategorised Quick Answers
»
General
ASP.NET
RadTabstrip Tab not firing in Chrome, but working in IE
by
Sant Osha
Answer
18 Apr 2013
license:
CPOL
I have added AsyncPostBackTimeout="360000" to RadScriptManager.
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
Telerik
RadTabstrip Tab not firing in Chrome, but working in IE
by
Sant Osha
Question
18 Apr 2013
license:
CPOL
HI,Tab working in IE, but not in Chrome.If I remove RadAjaxManager then its work in chrome.I need that to work in Chrome as well with RadAjaxManager.Help me.Code as below: ...
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
Telerik
find number of inversions in array
by
Sant Osha
Question
31 Jan 2013
license:
CPOL
find number of inversions in arrayWhere array are randomly 1 to 100000 ????
General Programming
»
Uncategorised Quick Answers
»
General
C#
MIcrosoft certification in ASP.NET
by
Sant Osha
Question
20 Aug 2012
license:
CPOL
hello, i'm software developer with 1 year of exp.i like to do certification in ASP.NET.i found MCPD certification.But unable to find the info about process to get certification.Thanks
General Programming
»
Uncategorised Quick Answers
»
General
ASP.NET
How to construct ER diagrams ?
by
Sant Osha
Answer
12 Aug 2012
license:
CPOL
Create all tables required for your project, create primary key and give relationship.After all this, click on Databse diagram, click to add tables and then you have ER Diagram.
General Programming
»
Uncategorised Quick Answers
»
General
database
need help in sql query
by
Sant Osha
Answer
12 Aug 2012
license:
CPOL
You are saving mdf and ldf file.Use following query....restore database SQL2008_561218_ots_backup from disk='D:\SQL2008_561218_ots_backup.bak'WITHMOVE 'DataTakeon_Data' TO 'D:\DataTakenon.mdf',MOVE 'DataTakeon_Log' TO 'D:\DataTakenon.ldf'
General Programming
»
Uncategorised Quick Answers
»
General
SQL2005
SQL-Server
Center tag not working in mozilla and crome.... it only working in IE
by
Sant Osha
Question
12 Aug 2012
license:
CPOL
Hello,I have used center tag in my page , in center there is table and gridview.In IE, there are in Center. But in Mozilla and crome they are at left side.Help me out.
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
kill session in asp.net 3.5
by
Sant Osha
Answer
4 Aug 2012
license:
CPOL
Session.Clear(...
General Programming
»
Uncategorised Quick Answers
»
General
C#
Page 1 of 3
1
2
3
First
·
Prev
·
Next
·
Last
Advertise
|
Privacy
|
Mobile
Web02 | 2.6.130513.1 | Last Updated 15 May 2013
Copyright ©
CodeProject
, 1999-2013
All Rights Reserved.
Terms of Use
Layout:
fixed
|
fluid