Learn how to Make Money Online doing freelancing, Affiliate Marketing, Blogging and many more ...
Go4Expert
Go4Expert RSS Feed

Go Back   Programming and SEO Forum >  Go4Expert > Articles / Source Code > Web Development

Post New Thread  Submit New Article  Copy HTML to Clipboard  Copy BBCode to Clipboard  | More
Tutorials and Source Code in : ASP / ASP.NET Bookmarks Forum Tools Search this Forum
Announcement
Views: 17,887 View Announcement Announcement: Rules for Duplicate Article Submission
10-08-2008 shabbir (Go4Expert Founder)
  Rating Article / Author Last Post Reverse Sort Order Replies Views
Talking
Thread Rating: 1 votes, 5.00 average. naimish
Introduction Quite Often, We may wish to inform the user of a successful or an unsuccessful operation in a web form application. An effective way to communicate an important message to the user is through the use a MessageBox or a JavaScript "alert". The MessageBox class in the...
07-02-2010 11:52 PM
by jerryvn01 Go to last post
10 3,500
 
Thread Rating: 1 votes, 5.00 average. naimish
Introduction Zipping Files and folder without using 3rd party tools Background Just add reference to the solution for vjslib available with C# .NET The code
04-21-2010 11:59 AM
by technica Go to last post
8 3,370
 
Thread Rating: 1 votes, 5.00 average. naimish
Introduction To call server side events and functions from client side javascript function in asp.net. Suppose we want to perform both client side and server side activities for an event,we can use this logic Background Three are 2 ways to acheive this functionality.
04-21-2010 11:57 AM
by technica Go to last post
4 6,289
 
sameer_havakajoka
Introduction This is a windows service where It will create a .csv file and sends mail on a particular day of week Background This solution is used for creating .csv file from datatable and send it on a particular day of week. As it is a windows service no manual intervention is...
02-09-2010 12:14 PM
by auctions97 Go to last post
2 1,665
Talking
Thread Rating: 1 votes, 5.00 average. naimish
Introduction Many times we need to check or validations for numeric/string/Alphanumeric values. Background It provides some methods in C# .Net, which can be resue in your web or windows application. The code
12-24-2009 01:14 PM
by technica Go to last post
3 2,625
 
urstop
Introduction Today I was working with the Tab Container control from Ajax tool kit and I had this requirement of preventing the user from navigating off to a different tab without completing the required fields on the active tab he was in. There is no direct feature in the toolkit that provides...
12-21-2009 09:51 AM
by shabbir Go to last post
4 1,879
 
Thread Rating: 1 votes, 5.00 average. naimish
Introduction The functioned mentioned manipulates the already added bar graph(Chart object) using VB.NET(front end). One can change the value of the bar graphs, the properties of the chart at runtime. Some of the properties are accessed in the function. Validation can also been...
12-05-2009 08:37 PM
by Larrabee Go to last post
3 2,300
 
Thread Rating: 2 votes, 5.00 average. arithforu
Add Reference of iTextSharp.dll btnAddWaterMark_Click is a button name. AddWatermarkImage is a method name. Enter Input File's Path in input Enter Output File's Path in output Enter Image's Path in water Good Luck. Private Sub btnAddWaterMark_Click(ByVal sender As System.Object, ByVal e...
12-03-2009 11:35 AM
by technica Go to last post
17 3,830
Thumbs up
Thread Rating: 1 votes, 5.00 average. naimish
Introduction Usually in Projects we need some images which are in icon format. Generally we get images in .JPG OR .BMP format. This code snippet when compiled and executed on .Net machine will convert the JP OR BMP file in to .ico format. The code Code: .NET using System; using...
10-03-2009 05:07 PM
by shabbir Go to last post
1 3,510
Talking
Thread Rating: 1 votes, 5.00 average. naimish
Introduction Accessing the Mobile DB (SQL CE/ SQL Mobile) from desktop application. Synchronization of Desktop/Server DB and SQL Mobile Background Following code snippets show how to access SQL CE of a PPC 2003 or Windows Mobile DB from Desktop Application when device is craddled and...
10-03-2009 05:07 PM
by shabbir Go to last post
1 1,439
Cool
Thread Rating: 1 votes, 5.00 average. naimish
Introduction This Solution will provide the status of the particular service and its exit code. Usually to check the service the analyst need to login into remote machine with the Domain A/c and password which takes 10-15min.,where as this solution will fetch the information with in a...
10-03-2009 05:07 PM
by shabbir Go to last post
2 2,552
Smile
Thread Rating: 1 votes, 5.00 average. naimish
Introduction To privide smooth paging mechanism while delaing with huge quantitys of DATA. Background Below code snippet can be placed in a user control and can be reused as and when we require paging to be performed on a web UI. The code
10-03-2009 05:07 PM
by shabbir Go to last post
1 1,148
Smile
Thread Rating: 1 votes, 5.00 average. naimish
Introduction Changing values in databse when a property changes is cumbersome to make it easier we can use propertchanged Event as in the solution. Background A script is generated for every property changed when the user wishes to update (Save button clicked) we can run this script. ...
10-03-2009 05:06 PM
by shabbir Go to last post
1 1,735
Thumbs up
Thread Rating: 2 votes, 3.00 average. naimish
Introduction Have you ever face the problem of merging so many word docs into a single one ?!!! Heres the solution ;) Merge multiple word documents into a single document using .Net code. Background This asset is used to merge multiple word documents into a single document. If you...
10-01-2009 07:56 AM
by hadstepre Go to last post
10 2,211
Thumbs up
Thread Rating: 1 votes, 5.00 average. naimish
Introduction This stored procedure (works same in vb, c#) adds the given number of Business days to the given date. Only business days aare taken into account. Saturday and Sunday are not included. Background Find out how many weekends will come between start and end date and add that...
09-02-2009 06:56 PM
by shabbir Go to last post
2 2,643
Cool
Thread Rating: 1 votes, 5.00 average. naimish
Introduction Intersystem Cache's $piece functionality is replicated in C#.NET Background $piece in Cache Objectscript returns a specific piece of a string based on a specified delimiter. It can also return a range of pieces, as well as multiple pieces from a single string, based on...
09-02-2009 06:56 PM
by shabbir Go to last post
1 1,172
Talking
Thread Rating: 1 votes, 5.00 average. naimish
Introduction There was a need of a timer which could count down from a partcular time. Background Say for example we need to count 01:12:30 then just give the input to the timer as 01:12:30 it will start counting down and even in the negative range too. The code
09-02-2009 06:55 PM
by shabbir Go to last post
1 1,350
 
Thread Rating: 1 votes, 5.00 average. naimish
Introduction This article describes how to develop an Email Activity Control in WF and it constructs an activity and shows how to use that activity within a workflow. Background Windows Workflow Foundation (WF) provides a visual interface for creating and hosting workflows that...
08-20-2009 03:57 PM
by naimish Go to last post
2 1,401
 
Thread Rating: 1 votes, 5.00 average. naimish
Background This article continues my previous one, to add watermark in PDF files, now we will go ahead and look how to add password in PDF File. Please check Add WaterMark In PDF Files. The code Imports System Imports System.IO Imports iTextSharp.text
08-20-2009 03:11 PM
by naimish Go to last post
11 3,871
 
Thread Rating: 1 votes, 5.00 average. naimish
Introduction At present many are using the Production URL with the same cuid (User id). There is no log maintained about the login of the user. Even when some user logs in to the system and does some changes in the contents either intentionally or accidentally, it is difficult to track it. ...
08-13-2009 05:27 PM
by naimish Go to last post
3 1,803
Post New Thread  Submit New Article  Copy HTML to Clipboard  Copy BBCode to Clipboard  | More

Display Options Currently Active Users
Showing articles 1 to 20 of 51 2 (0 members & 2 guests)
 
Forum Tools Search this Forum
Search this Forum :

Advanced Search
Bookmarks

New comments New comments More than 15 replies or 150 views Hot articles with new comments
No new comments No new comments More than 15 replies or 150 views Hot article with no new comments
Closed Thread Article is closed  
 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
 

All times are GMT +5.5. The time now is 05:37 AM.