Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
2
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Endorsement
Ranked #860
Ranked #25.0K
Ranked #4K
~4K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Forums

7 Posted Topics

Member Avatar for KushMishra

Check this out [URL="http://www.codeproject.com/KB/aspnet/ASPNetChat.aspx"]http://www.codeproject.com/KB/aspnet/ASPNetChat.aspx[/URL] [URL="http://www.codeproject.com/KB/applications/SimpleChat.aspx"]http://www.codeproject.com/KB/applications/SimpleChat.aspx[/URL] [URL="http://blogs.msdn.com/coding4fun/archive/2007/03/01/1785048.aspx"]http://blogs.msdn.com/coding4fun/archive/2007/03/01/1785048.aspx[/URL]

Member Avatar for adobe71
1
174
Member Avatar for Ryujin

try this: [URL="http://www.codeproject.com/KB/asp/ezevents.aspx"]http://www.codeproject.com/KB/asp/ezevents.aspx[/URL] [URL="http://www.codeproject.com/KB/webforms/MellDataCalendar.aspx"]http://www.codeproject.com/KB/webforms/MellDataCalendar.aspx[/URL]

Member Avatar for tjaank
0
449
Member Avatar for saikumars

try this: [URL="http://weblogs.asp.net/hajan/archive/2010/08/27/calculating-gridview-total-using-javascript-jquery.aspx"]http://weblogs.asp.net/hajan/archive/2010/08/27/calculating-gridview-total-using-javascript-jquery.aspx[/URL]

Member Avatar for tjaank
0
1K
Member Avatar for Vishwasdeep

try this as a reference: [URL="http://stackoverflow.com/questions/6311732/how-do-i-update-dataset-with-update-sql-then-udate-the-database-in-c-sharp/6311822#6311822"]http://stackoverflow.com/questions/6311732/how-do-i-update-dataset-with-update-sql-then-udate-the-database-in-c-sharp/6311822#6311822[/URL]

Member Avatar for tjaank
0
228
Member Avatar for sels2005j

this may help you: [url]http://www.codeshode.com/2011/07/how-to-email-web-page-as-html-in-aspnet.html[/url]

Member Avatar for tjaank
0
164
Member Avatar for Moss ali

try this: [CODE] declare @temp TABLE (this char(7)) INSERT INTO @temp VALUES('s001.1') INSERT INTO @temp VALUES('s001.2') INSERT INTO @temp VALUES('s001.3') INSERT INTO @temp VALUES('s001.4') INSERT INTO @temp VALUES('s002.2') INSERT INTO @temp VALUES('s002.3') INSERT INTO @temp VALUES('s003.3') SELECT 's' + CAST(MAX(SUBSTRING(this, 2, LEN(this)-1)) AS VARCHAR) FROM @temp[/CODE]

Member Avatar for tjaank
0
170
Member Avatar for nmakkena

this would help beginners: [URL="http://www.codeshode.com/2011/07/validate-file-extension-for-aspnet.html"]http://www.codeshode.com/2011/07/validate-file-extension-for-aspnet.html[/URL]

Member Avatar for tjaank
0
2K

The End.