Agha Usman
Lives in Riyadh(Saudia Arabia) belong from Karachi (Pakistan)
Sign in
|
Join
Home
Contact
RSS
Atom
Comments RSS
Search
Tags
.net
AJAX
asp.net
Asp.net AJAX
Blog Engine
c#
CSS Tricks
Entity Framework
Gridview
IIS
Javascript
Membership API
SQL Server
Test Driven Development
TSQL
Vb.net
WMI
Sponsors
advertise here
Navigation
Home
Blogs
Archives
September 2012 (1)
February 2011 (1)
August 2009 (1)
July 2009 (3)
May 2009 (5)
April 2009 (2)
March 2009 (4)
February 2009 (8)
January 2009 (12)
December 2008 (2)
April 2009 - Posts
4
Comments
How to pass parameters to the dynamically added user control
by
aghausman12
In this post, I will explain how you can pass parameter to the dynamically added (from code behind) User Control. Most of you might aware of how we can achieve this in web application project. Following is the code for that 1: Dim objCon As Control =...
Filed under:
Vb.net
,
asp.net
,
.net
1
Comments
Get Repeater Control Output in String
by
aghausman12
In this post I will share with you a small code snippet which will help you to get the repeater control output in string variable. 1: Dim sb As New StringBuilder() 2: Dim objHtml As New HtmlTextWriter( New System.IO.StringWriter(sb)) 3: 4: If dt...
Filed under:
Vb.net
,
asp.net
More Posts