Tuesday, January 22, 2008

Working with Files,Directories asp.net 2.0

http://aspalliance.com/920_Working_with_Files_and_Directories_using_ASPNET.all
http://www.csharpfriends.com/Articles/getArticle.aspx?articleID=35

Saturday, January 19, 2008

Creating Webpart on Asp.Net 2.0 and Sharepoint

I. Steps

1. First Create a class library from asp.net 2.0

2. Modify assemblyInfo.cs under Properties by adding
[assembly: System.Security.AllowPartiallyTrustedCallers()]

3. rename the class from class1.cs to arunclass.cs. And then

namespace arunclasslibrary
{
public class ArunClass : using System.Web.UI.WebControls.WebParts.WebPart
{
private string dispString = "Arun's Site";

[WebBrowsable(true),Personalizable(true)]
public string DispString
{
set { dispString = value; }
get { return dispString; }
}

protected override void Render(System.Web.UI.HtmlTextWriter writer)
{
writer.Write(DispString);
}
}
}

4. click project properties and click signing tab, then select strong name ( with no password).

5. Build solution. And take the dll file and put into remote sharepoint site location such as
c:\inetpub\wwwroot\wss\virtualdirectories\anynumber\bin\arunclasslibrary.dll
and modify the web.config for adding safecontrol .

6. And then the rest are available in http://msdn2.microsoft.com/en-us/office/bb153523.aspx


II. http://www.c-sharpcorner.com/UploadFile/sarav82/webpartlifecycle01102008061313AM/webpartlifecycle.aspx

III. http://roddotnet.blogspot.com/2007/08/how-to-create-site-programmatically-in.html

IV. http://sorceresspy.wordpress.com/2008/03/29/wss-30-getting-started-site-provisioning/

Friday, January 18, 2008

S/W & Movies Downloads

http://www.phazeddl.com/
http://tamiltorrent.com/

Friday, January 11, 2008

Useful Html Controls

http://www.sitepoint.com/article/asp-web-forms-web-controls

Datagrid Paging

http://msdn2.microsoft.com/en-us/library/ms979197.aspx

Import Excel to DataTable

http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=911149&SiteID=1
http://support.microsoft.com/kb/815142/en-us
http://msdn2.microsoft.com/en-us/library/ms178685.aspx
http://support.microsoft.com/kb/306572/
http://samples.gotdotnet.com/quickstart/aspplus/doc/configformat.aspx
http://support.microsoft.com/kb/316675/en-us http://msdn.microsoft.com/library/default.asp?url=/library/en-

Master Page in 2.0

http://www.odetocode.com/Articles/450.aspx

Creating Controls Dynamically

http://www.singingeels.com/Articles/Dynamically_Created_Controls

N-Tier Web Applications using ASP.NET 2.0 and SQL Server 2005

http://www.15seconds.com/issue/050721.htm (part 1)
http://www.15seconds.com/issue/050728.htm (part 2)

Introducing .Net Generics

http://www.15seconds.com/issue/031024.htm

Asp.Net Ajax Dropdownlist

http://www.simple-talk.com/dotnet/asp.net/enhance-your-website-with-asp.net-ajax-extensions/
http://aspalliance.com/1054_Updating_a_Secondary_Data_Source_in_InfoPath_Using_AJAX
http://www.codeproject.com/aspnet/ajaxdropdownlist.asp

Asp.Net 3.5 Links

Gridview Edit,Delete,Update, Paging, Sorting using DLINQ
http://www.123aspx.com/redir.aspx?res=36538

Asp.net architecture

http://www.novicksoftware.com/coding-in-sql/Vol3/cis-v3-N13-dot-net-clr-in-sql-server.htm

JIT COMPILER -

http://www.dotnetspider.com/kb/Article2314.aspx

String.Format

string.Format("{0:##0.0}", (dblVal / ((dblTot == 0.0) ? 1 : dblTot)) * 100) + "%
" +String.Format("{0:0,0}", dblVal);
Composite formatting: http://msdn2.microsoft.com/en-us/library/txafckwd.aspx
Numbers, standard: http://msdn2.microsoft.com/en-us/library/dwhawy9k.aspx
Numbers, custom: http://msdn2.microsoft.com/en-us/library/0c899ak8.aspx
Datetime, standard: http://msdn2.microsoft.com/en-us/library/az4se3k1.aspx
Datetime, custom: http://msdn2.microsoft.com/en-us/library/8kb3ddd4.aspx http://msdn.microsoft.com/msdnmag/issues/06/01/ExtremeASPNET/def

MCP Exam Code

http://www.microsoft.com/learning/mcpexams/prepare/examresul

Asp.Net Ajax Dropdownlist

http://www.simple-talk.com/dotnet/asp.net/enhance-your-website-with-asp.net-ajax-extensions/
http://aspalliance.com/1054_Updating_a_Secondary_Data_Source_in_InfoPath_Using_AJAX
http://www.codeproject.com/aspnet/ajaxdropdownlist.asp

Animation Images

www.ajaxload.info

XML Links

http://www.xmlfiles.com/xsl/xsl_intro.asp
http://web.snowseed.com/intro_xml.htm
http://download-east.oracle.com/docs/cd/B19306_01/appdev.102/b14259/xdb03usg.htm#BABEHIJG
http://download-east.oracle.com/docs/cd/B19306_01/appdev.102/b14259/xdb04cre.htm#sthref511
http://www.orafaq.com/faqxml.htm
http://download-west.oracle.com/docs/cd/B19306_01/appdev.10

Favourite Icons

for displaying icon in the title of IE

http://www.chami.com/html-kit/services/favicon/