Hi,
I want to show a text depending on what language is selected ... and that by a client-side script.
What's wrong in my next javascript example :
...
<script language=javascript>
function btclick()
{
document.getElementById("<%=mytxt.ClientID %>").value="<% $ Resources:myResource, myText...
hi,
i have this stored proc. , very simple in fact :
-------
CREATE PROCEDURE procstor1
@item1 varchar(10),
@item2 varchar(10),
@item3 varchar(10)
...
as
select * from table1 where
item1 = @item1 and
item2 = @item2 and
item3 =...
hi,
here is my problem :
in a gridview (asp.net 2.0)
when a use SortExpression='xxx' , the text color does't change from blue to white.
when a remove the SortExpression flag, the color changed to white :)
....
<asp:TemplateField SortExpression="xxx" HeaderText="xxx" >
<ItemTemplate>
yyy...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.