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 ?
all the sample codes in books online r written in sql for C !!!, where can i use such code ??
and where can i find documentation and sample code for T-SQL ?
dear tlbroadbent, ur method works fine :)
but i think there's another way using the PREPARE function, do u know about it ?
the method is mentioned in books online, but the problem is that the code is written in SQL for C, and i couldn't manage to make it work in query anylser, 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 ?!
nope, i tried this function, it gives me incorrect results, ive been reading ur code too, having been able to understand what its supposed to do !!! what if i give the function (convert) a parameter of 500 , what happens ?
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.