i added a template column to a data grid :
<asp:DataGrid id="DataGrid1" runat="server" PageSize="5" AllowPaging="True">
<Columns>
<asp:TemplateColumn HeaderText="Name">
<HeaderStyle HorizontalAlign="Center"></HeaderStyle>
<ItemTemplate>...
im trying to include virtual a file in my asp code, so far im not able to do it whithout specifying the name of the virtual directory
<!-- #include virtual="virtualdirectoy/file.asp" -->
problem is i dont want to specify the name of the virtual directory in my code, cz this name...
guys, this is what im trying to do,
i want to change the onmouseout handler at run time using javascript
i.e. : object.onmouseout=myfunction
the problem is that i can't pass parameters to this handler when i set it at runtime
i.e. : object.onmouseout=myfunction(2) /* this would give an error...
dear all,
im trying to run a query against a remote server, the query uses the LEFT OUTER JOIN method, the query would run correctly, it doesnt return all correct rows, it seems this is a bug in SQL,
any help ?
guys, im designing this menu in my web page,
im facing a little problem, this menu can never overlap a (select) object,
no matter what i set the z-index for the objects, the menu can never overlap the select object!!
any suggestions ?!
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.