saravanaablog.blogspot.com
Saravanaa Blog: sql update with change in particular string
http://saravanaablog.blogspot.com/2010/10/sql-update-with-change-in-particular.html
Thursday, October 21, 2010. Sql update with change in particular string. Update table1 set col1= replace(col1,'exists','replace') where url like 'exists'. Subscribe to: Post Comments (Atom). SQL Server : Concodinate row values. SQL Server : Concodinate row values. Sharepoint Link(Include Interview Questions). IFRAME in asp.net. Linq - group by. Sql update with change in particular string. என் தமிழ். என் தமிழ்.
saravanaablog.blogspot.com
Saravanaa Blog: October 2010
http://saravanaablog.blogspot.com/2010_10_01_archive.html
Thursday, October 21, 2010. Sql update with change in particular string. Update table1 set col1= replace(col1,'exists','replace') where url like 'exists'. Subscribe to: Posts (Atom). SQL Server : Concodinate row values. SQL Server : Concodinate row values. Sharepoint Link(Include Interview Questions). IFRAME in asp.net. Linq - group by. Sql update with change in particular string. என் தமிழ். என் தமிழ்.
saravanaablog.blogspot.com
Saravanaa Blog: February 2012
http://saravanaablog.blogspot.com/2012_02_01_archive.html
Monday, February 20, 2012. Javascript - Iterate based on tag name. Var toggleMenu = document.getElementsByTagName("div");. For(var x=0; x toggleMenu.length; x ). Var name = toggleMenu[x].getAttribute("name");. If (name = 'article'). If (toggleMenu[x].id = thechosenone). ToggleMenu[x].style.display = 'block';. ToggleMenu[x].style.display = 'none';. Subscribe to: Posts (Atom). SQL Server : Concodinate row values. SQL Server : Concodinate row values. Sharepoint Link(Include Interview Questions).
saravanaablog.blogspot.com
Saravanaa Blog: December 2009
http://saravanaablog.blogspot.com/2009_12_01_archive.html
Wednesday, December 23, 2009. Private static global: System.Resources.ResourceManager resourceMan;. Private static global: System.Globalization.CultureInfo resourceCulture;. Internal static global: System.Resources.ResourceManager ResourceManager. If (object.ReferenceEquals(resourceMan, null). ResourceMan = temp;. To call from resource. ThislblName = ResourceManager.GetString("lblName", resourceCulture);. LblName- description in .resx file). Thursday, December 17, 2009. Subscribe to: Posts (Atom).
saravanaablog.blogspot.com
Saravanaa Blog: Javascript - Iterate based on tag name
http://saravanaablog.blogspot.com/2012/02/javascript-iterate-based-on-tag-name.html
Monday, February 20, 2012. Javascript - Iterate based on tag name. Var toggleMenu = document.getElementsByTagName("div");. For(var x=0; x toggleMenu.length; x ). Var name = toggleMenu[x].getAttribute("name");. If (name = 'article'). If (toggleMenu[x].id = thechosenone). ToggleMenu[x].style.display = 'block';. ToggleMenu[x].style.display = 'none';. Subscribe to: Post Comments (Atom). SQL Server : Concodinate row values. SQL Server : Concodinate row values. Sharepoint Link(Include Interview Questions).
saravanaablog.blogspot.com
Saravanaa Blog: asp:repeater control, bind images separetly
http://saravanaablog.blogspot.com/2009/10/asprepeater-control-bind-images.html
Friday, October 23, 2009. Asp:repeater control, bind images separetly. For the first demo of our project, I need to show the customer details in a ASP Repeater control. So it’s a first release, boss told that there is no need to work much with the images. So I put a blank image in my Repeater control. After seeing that, he felt uneasy and ask me to bind some default images. He solved that in few minutes. How? See the code below:. List string lstImages = new List string ();. System.Web.UI.Html...Sharepoin...
saravanaablog.blogspot.com
Saravanaa Blog: sharepoint web part - Library creation
http://saravanaablog.blogspot.com/2009/12/sharepoint-web-part-library-creation.html
Thursday, December 17, 2009. Sharepoint web part - Library creation. Protected override void CreateChildControls(). Thiscontrol = this.Page.LoadControl(@" /usercontrols/ myControl.ascx ");. ThisControls.Add(this.control);. Subscribe to: Post Comments (Atom). SQL Server : Concodinate row values. SQL Server : Concodinate row values. Sharepoint Link(Include Interview Questions). IFRAME in asp.net. Linq - group by. Sharepoint web part - Library creation. என் தமிழ். என் தமிழ்.
saravanaablog.blogspot.com
Saravanaa Blog: September 2009
http://saravanaablog.blogspot.com/2009_09_01_archive.html
Tuesday, September 29, 2009. Working with Grid - asp.net. Work with grid is huge. I describe some thing here. Bind data with column definition. Asp:GridView ID="gvSample" runat="server" AutoGenerateColumns="False" OnRowDeleting="gvSample RowDeleting" OnRowEditing="gvSample RowEditing" OnRowUpdating="gvSample RowUpdating" DataKeyNames="itemno". Asp:BoundField DataField="ItemNo" HeaderText="Item No" /. Asp:BoundField DataField="Product" HeaderText="Product" /. Bind data to a control. LstStAdd(string.Em...
saravanaablog.blogspot.com
Saravanaa Blog: StoryBoard in Silverlight
http://saravanaablog.blogspot.com/2009/10/storyboard-in-silverlight.html
Wednesday, October 14, 2009. Within Canvas you do mention that StoryBoard as follows:. DoubleAnimation x:Name="daCanTabStoryboard" Storyboard.TargetProperty="(Canvas.Left)" Storyboard.TargetName="spShowcase" Duration="0:0:01"/. In C# - code behind. You can start the storyboart with. And move that using the following sample code as. DaCanTabStoryboard.From = pointStart;. DaCanTabStoryboard.To = pointEnd;. Subscribe to: Post Comments (Atom). SQL Server : Concodinate row values. IFRAME in asp.net.