No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
16 Posted Topics
Re: update member where memid not in select memid from track, that's it | |
Re: [QUOTE=bshyama24@gmail;946376]how to use object tag and embed tag in asp.net?[/QUOTE] same as in html | |
Re: It can be done, Please use this form, [CODE]<html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <title>Untitled Page</title> <script type="text/javascript"> function setval() { themsg = document.getElementById("<%=txtMessage.ClientID%>"); themsg.value="Hello World!"; } </script> </head> <body> <form id="form1" runat="server"> <asp:TextBox ID="txtMessage" runat="server" Text=""></asp:TextBox> <asp:Button ID="btnSeeMessage" runat="server" Text="see" onclick="SeeMessage" /> </form> <input id="cID" onclick="setval();" type="button" value="Set from client" /> … | |
Re: Timer controls work well on an asp.net page. As a web page refreshes each time it is back, You should declare the time control as a static attribute of the page, as well as the timer event handler. Hope this help. | |
Re: the program needs remember only the current pos and the position that contains mouse clicked pointer pos and do smt if it is in the current pos' neighbor. | |
Re: Yeah, the SendMessage command is instant. I assume that your status window object had processed the sent message properly, please try its UpdateWindow method to make sure the update information appeared. | |
Re: [QUOTE=iamy1204;941057]i want to ask.......if i have the data in a database of mysql....how can I generate html, chart from the database(mysql)[/QUOTE] given the row set that you want to render, for your html issue, you may use the repeater control or a loop of echos to your row set. for … | |
Re: [QUOTE=cgyrob;942095]I know this thread is a few days old but if you want the top 10 from the combined list you just sort the list after the unions not for each table. [code=sql] (SELECT * from table_a ) union (SELECT * FROM table_b) union (SELECT * FROM table_c ) order … | |
Re: [QUOTE=riyas_26;941602]I have one page which is placed in the Master Page. In the master page i have 1 dropdown and one GridView, dropdown is display the category , based on the dropdown list selection it will display the list of videos in the Grid. In the content page i have … | |
Re: You need using static properties to pack the parameter values, and, use Response.Redirect(URL) instead of Server.Transfer(URL). Everything will be fin. Note that the modified code will work on firefox but not on IE. | |
Re: using your website url and the relative paths to the files from your webroot. | |
Re: I suggest [URL="http://www.usewide.com/?page=wcounter_com"][B]usewide counter[/B][/URL]. |
The End.