TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
kalu singh rao
288
6.4k
108.9k
How to add manually value to their attibutes in XSLT
Jul 6 2016 4:32 AM
I am using asp.net control in XSLT but it is not working. Sample code is here
<xsl:element name="asp:TextBox">
<xsl:attribute name="ID">
<xsl:value-of select="txtID"/>
</xsl:attribute>
<xsl:attribute name="runat">
<xsl:value-of select="server"/>
</xsl:attribute>
<xsl:attribute name="AutoPostBack">
<xsl:value-of select="true"/>
</xsl:attribute>
<xsl:attribute name="OnTextChanged">
<xsl:value-of select="txtItem_TextChanged"/>
</xsl:attribute>
</xsl:element>
Reply
Answers (
1
)
how to link a single login page to user and admin?
MVC,C#,LINQ.............