- Upvotes Received
- 2
- Posts with Upvotes
- 2
- Upvoting Members
- 2
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
7 Posted Topics
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]
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]
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]
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]
this may help you: [url]http://www.codeshode.com/2011/07/how-to-email-web-page-as-html-in-aspnet.html[/url]
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]
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]
The End.
tjaank