Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #11.1K
Ranked #3K
~7K People Reached
Favorite Tags

16 Posted Topics

Member Avatar for showman13
Member Avatar for showman13
0
114
Member Avatar for Sorcher
Member Avatar for L0s3r
Member Avatar for Fortinbra
Member Avatar for bshyama24@gmail

[QUOTE=bshyama24@gmail;946376]how to use object tag and embed tag in asp.net?[/QUOTE] same as in html

Member Avatar for shrujan
0
106
Member Avatar for culebrin

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" /> …

Member Avatar for ja3_bhende
0
2K
Member Avatar for mshravs
Member Avatar for thebookie

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.

Member Avatar for herrturtur
0
2K
Member Avatar for sieghuirt

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.

Member Avatar for VernonDozier
0
105
Member Avatar for seakayaker

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.

Member Avatar for seakayaker
0
123
Member Avatar for iamy1204

[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 …

Member Avatar for ferensick
0
316
Member Avatar for flashyflashy

[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 …

Member Avatar for ebookfinder
0
103
Member Avatar for riyas_26

[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 …

Member Avatar for ebookfinder
0
102
Member Avatar for S2009

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.

Member Avatar for ebookfinder
0
509
Member Avatar for anuj_sharma
Member Avatar for anuj_sharma
0
70
Member Avatar for andrax

I suggest [URL="http://www.usewide.com/?page=wcounter_com"][B]usewide counter[/B][/URL].

Member Avatar for ebookfinder
0
169

The End.