Create a javascript ToolTip within 10 minutes for Asp.net page
Sometimes we need to create handy javascript tooltip for client. Here in this article i will show how one can create a javascript tooltip within very short time by using DIV object. To do that here i...
View ArticleCheck user name login name email address availability using jquery ajax in...
In most registration page we need to check the availability of user name or email address using Jquery/Ajax. Because it will be hectic job for user to rewrite the data after getting post back error...
View ArticleTricks for URL Rewriting using Request.PathInfo in Asp.Net
To publish cleaner URL in your Asp.Net application you can use URL Rewriting. The most popular reason for URL Rewriting is let you have implemented pages based on query string like...
View ArticleCenter middle the content of a DIV based web page
When browsing we found a lot of website midle centered. The question is how developer doing this. In forums i found many times this question. Its simple and easy to middle the content for div based...
View ArticleBind DataSource into DataList example in Asp.Net
The DataList control is a standard control of Asp.Net like others. It is used to display repeated list of data or items. You can bind any datasource in this DataList control like DataTable,...
View ArticleCreating XSD file from an XML file in Asp.Net within few seconds
There are a lot of tools in the internet you will get to create XSD file from an XML file but you need to download then install or may be convert on-line. But there is good news that Asp.Net has built...
View ArticleValidate XML aganist an XSD in Asp.Net C#
Most of the times when we are working with XML we need to validate the XML file from an XSD file. Here i am showing an code example how one can validate XML file using an XSD in Asp.Net C#. To do that...
View ArticleCreate generate on the fly JQuery dynamic content
In many cases developers need to add dynamic contents in a DIV. In my lattest project i have done a critical job. In this post i am sharing just a simple example on how to add dynamic contents in a...
View ArticleJquery to generate Random Number
In many forums i found a question "How to generate a Random Number using Jquery?". Its easy to generate a Random number because Jquery provides us builtin Math library function Math.random() to...
View ArticleMake Regular Expression Checker in 10 minutes using Asp.net C#
In most of the times we need to make or create a regular expression to find matching patterns from a given string or a file. Many languages support this feature like Javascript and also Asp.net C#....
View ArticleCan not delete file Now delete file easily
In maximum time virus or for other problems like: 1. The file is in use by another program or user 2. The source or destination file may be in use 3. Make sure the disk is not full or write-protected...
View ArticleSpeed up or keep active the RAM activity
In using of Windows most of the times system creates page files which will act like virtual memory. But those virtual files may not clear automatically when you shut down the PC or Laptop which slows...
View ArticleActivate your inactive utility folder option task manager
Sometimes in Windows operating system we did not found some utilities like: 1. Folder Option 2. Task Manager 3. Control Panel 4. System Restore 5. Run Menu 6. Context Menu 7. My Computer 8. Search...
View ArticleThe OLE DB provider 'SQLOLEDB' was unable to begin a distributed transaction...
In many Sql Server forum i found the error "The operation could not be performed because the OLE DB provider 'SQLOLEDB' was unable to begin a distributed transaction". That's why i am decided to...
View ArticleLearn Tutorial of Asp.net Page Life Cycle
When a user send request to the Web server, the page passes a lot of events during initialization and disposal. Generally an Asp.net aspx page contains a lot of server side controls as well as HTML...
View ArticleShort description on MIME type
MIME = Multi-purpose Internet Mail Extensions. This article will explain "What is ENC MIME type". Its a commonly used basic viva/written interview question. MIME type is a standard way of defining file...
View ArticleBasic difference on GET and Post HTTP methods
Might be this the first interview question by the viva board. Which is very basic and you have to explain clearly. That's why i am trying to write the post "Basic difference between GET and POST...
View ArticleBasic introduction of HTTP Protocol
At first what is Protocol? Protocol means a way of communication between two or more parties. To connect two parties like client and server at first we need to establish a connection between them and...
View ArticleCan not open Task Manager of Windows remote desktop session?
Some times we need to open remote desktop session Task Manager from our workstation or PC. I think every one will try to open by ALT+CTRL+DEL. But you can not because it open your current desktop Task...
View ArticleHow to get week number from a date in SQL Server
As a developer i beleive that most of the times we need to built our query based on date column. Some times we need to get or find out the week number from a given date. Sql server provides us such an...
View Article